Skip to content

Releases: reignstudios/Git-It-GUI

Beta v0.2.17

27 Apr 04:06
Compare
Choose a tag to compare
Beta v0.2.17 Pre-release
Pre-release

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

27 Apr 02:05
Compare
Choose a tag to compare
Beta v0.2.16 Pre-release
Pre-release

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

26 Apr 18:16
Compare
Choose a tag to compare
Beta v0.2.15 Pre-release
Pre-release

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

26 Apr 02:02
Compare
Choose a tag to compare
Beta v0.2.14 Pre-release
Pre-release

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

20 Apr 18:57
Compare
Choose a tag to compare
Beta v0.2.13 Pre-release
Pre-release

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

15 Apr 20:07
Compare
Choose a tag to compare
Beta v0.2.12 Pre-release
Pre-release

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

14 Apr 03:58
Compare
Choose a tag to compare
Beta v0.2.11 Pre-release
Pre-release

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

09 Apr 19:12
Compare
Choose a tag to compare
Beta v0.2.10 Pre-release
Pre-release

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

06 Apr 04:18
Compare
Choose a tag to compare
Beta v0.2.9 Pre-release
Pre-release

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

06 Apr 03:33
Compare
Choose a tag to compare
Beta v0.2.8 Pre-release
Pre-release

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.