Releases: simeonradivoev/UniGit
Releases · simeonradivoev/UniGit
1.2.3: Minor Improvements
- Selections in Diff Window should now persist
- Removed Thread Abort exceptions when using multi threaded update
- Added more informative text when updating
- Some GUI performance improvements
- Drag scrolling now possible in Diff Inspector
- Updated to Unity 2017.1.2
1.2.21: It's a Unity Thing
Changelog
- Fixed windows not initializing when entering Play mode
- Fixed null errors when entering play mode
v1.2.2: LibGit2Sharp hotfix
Changelog
- Reverted to LibGit2Sharp version 0.22 as version 0.24 causes some crashes
- Reverted to old version of GitLib2 because new one hangs for large repositories
- Removed Moq library from package and fixed AssetStoreTools sneaking into package.
v1.2.1: Updated LibGit2Sharp
Changelog
- Updated LibGit2Sharp to version 0.24
- Fixed Repository Initialization problems
- Fixed Double Settings tabs in Settings Window
v1.2.0: Threading
Changelog
- Implemented in editor Diff Viewer
- Implemented Branch Switching
- Implemented Stashing
- Implemented Blaming
- Removed the need for the 'EditorDefaultResources' folder
- Performance Improvements
- More threading options added
- Made threading safer
- Added warning indicator for files that have unstaged changes
- Added status indicator to most windows when using async operations
- Updated to Unity 2017.1
v1.1.0: Tiding Up
- Setting and Credentials now stored in .git folder
- "Editor Default Resources" folder is no longer used and can be removed
- Old settings and credentials will be automatically converted and can be safely removed
- Added a loading indicator
- Added help buttons
- Added About Window for version info
v1.0.9: Branch Creation
- Difference to meta files can now be shown
- Implemented Branch creation/removal
- Can now add credentials with empty password so that passwords stored in credential managers are not overwritten
- Updated UniGit to Unity 5.6
- Merged commit message now updated if using file.
- Bugfixes
v1.0.8: File commit message
Changelog
- Commit message can now be used from a file.
- Added more help tooltips and texts.
- Fixed #7
v1.0.7: Sorting fixes
Changelog
- Implemented Sorting on Diff Window files (by name, modification date, creation date, path)
- Fixed assembly reload locking
- Diff Window commit section improvements
- Commit message now saves in a file (will almost never be lost)
- Fixed a bunch of null errors
- Removed forgotten Debug messages
v1.0.6: Hotfixes
Changelog
- Fixed search filter errors in diff window
- Fixed file diff icon errors
- External programs now sorted (so that my favorite tortoisegit is first)