Releases: reignstudios/Git-It-GUI
Beta v0.2.7
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
Fixed debug folder not being created causing clean installed computers to fail.
Beta v0.2.6
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
added critical error stack trace logging
fixed deleting remote branch
fixed unstage (regression from v0.2.5)
Beta v0.2.5
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
Conflicted files were not showing in unstaged (regression from 0.2.4)
Improved checkout to new remote branch to use built in git feature.
Beta v0.2.4
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
fixed lots of refresh / file state bugs
fixed endless loop in checkout remote branch
Beta v0.2.3
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
fixed cloning repositories
Beta v0.2.2
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
Improvement: Check if branch is out of sync with remote on refresh (give status update in UI)
Improvement: before merging a remote origin branch, ask user to fetch it first
Bug Fix: stdout/stderr encoding set to UTF8 to match git storage and handle chars like "™" on diff etc
check to make sure we are not on a remote branch after open/refresh
report unsupported file change types
some minor UI fixes.
Beta v0.2.1
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
CRITICAL: fixed some status types not being handled
added log performance improvment on release builds
fixed open file right click
Beta v0.2.0
Beta Release v0.2.0
Requires .NET 4.6.1, git v2.11.0+ and git-lfs v1.5.5+
libgit2 is no longer used. Git commands are directly invoked via GitCommander. These events are saved in the apps log for reference.
Because GitCommander is now used, git-lfs 2.x is now supported as well as any and all other git filters!
Many other bug fixes.
Git-It-GUI Windows v0.1.14
Beta Release v0.1.14
Requires .NET 4.6.2, git v2.11.1+ and git-lfs v1.5.5+ (NOTE: git-lfs 2.0.0 seems to be broken)
Fixed bug that would cause multiple of the same files to be shown.
repo title now shows branch you're on
app logs get saved in Windows ProgramData
can now create new branches the push to remotes
auto refresh wont get stuck if creds aren't set up
Git-It-GUI Windows v0.1.13
Alpha Release v0.1.13
Requires .NET 4.6.2, git v2.11.1+ and git-lfs v1.5.5+
user/pass errors are more clear
git pull will check if lfs was added and auto set it up
push did not update status
clone did not update status
Create gitignore file if it doesn't exist
make status bar match text width
when opening a repo, it should auto navigate to changes
Repo is now indicated at top of window
close repo button location is at top of window
Better settings ui layout
installer size smaller