Releases: reignstudios/Git-It-GUI
Beta v0.2.17
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
Fixed refresh not in repo bug.
Beta v0.2.16
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
If Stage All is clicked and conflicts exist it will tell the user.
If two apps are opened the second with show the first.
MessageBoxes use owner so they never show behind.
Auto refresh should no longer deadlock (until UI has been updated)
Beta v0.2.15
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
fixed not all merge conflict types in resolve all working.
fixed window activate thread lock focus bugs.
Beta v0.2.14
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
Fixed empty branch bugs.
Fixed conflicted file being in bad sates.
Conflict window now shows filename correctly when to long.
Beta v0.2.13
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
fixed navigation refresh causing thread locks
fixed conflicted binary file selection
Beta v0.2.12
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
fixed keep ours/theirs on merged changes not working (regression)
Beta v0.2.11
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
copied status types now work.
added deleted by both conflict support
Beta v0.2.10
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
WARNING: If you're using git-lfs on Windows do NOT use any 2.12.x.x version of git OTHER than 2.12.2.2+ (all other 2.12.x.x version are broken!) Git 2.11.x is fine.
git lfs is now invoked in a manner that is compatible with git for windows 2.12.2.2+ git-lfs install.
Minor UI cleanup
Beta v0.2.9
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
added prune remote branches feature.
user sig will now grabs local or global settings.
Beta v0.2.8
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
Fixed "deleted by us" "deleted by them" merge conflict types
Merging from remote branch is working correctly (advanced branch feature)
Out of sync status now works in all situations.
Fixed temp file deletes if merge conflicted operation fails in some situations.