Releases: NibbleByte/UnityWiseSVN
Releases · NibbleByte/UnityWiseSVN
WiseSVN v1.5.8
- Fixes issues with folders with similar names.
- Error messages improvements
WiseSVN v1.5.7
- Fixed invalid package definition.
- Don't monitor file operations while building player or in batch mode.
- Fixed #16 - Renaming file or folder to the same name with letters in different case is now handled gracefully in two steps.
WiseSVN v1.5.6
- MacOS: proper svn detection (set PATH environment variable to proper values, instead of asking the user to do stuff). Some improvements and fixes in the authentication flow.
- Improved compatibility with Ubuntu & RabbitVCS.
- Switched persistent singletons from using Resources.FindObjectsOfTypeAll() to simple constructor, like the ScriptableSingleton. Should speed up assembly reloads.
WiseSVN v1.5.5
- Icons are now properly excluded from the build (thanks to TerminalJack)
- Added support for SVN change lists. Previously, files / folders in changes lists wouldn't have an overlay icon. (thanks to TerminalJack)
- Added ".psb" as known extension type.
- Setting overlay icons database thread as background.
WiseSVN v1.5.4
- Adding icons to the scene/prefab locked overlay message.
- SVNAsyncOperation API for aggregated outputs when operation finished.
- ShellUtils now returns error code & process id. Can check if process is till alive.
- ShellUtils now properly waits for the output streams to be closed, after process died. Hope this fixes the hangs as well.
- Refactored operation error result enums so they be more consistent.
WiseSVN v1.5.3
- Fixed lock prompt spamming for assets that were already ignored.
- Fixed locked details were sometimes invalid (empty owner could be seen in the lock prompt).
WiseSVN v1.5.2
- SVNLockedOverlay now refreshes properly on status database change.
- Disable "Lock Selected" button if there are no selected entries in the lock prompt window.
- Fixed: compilation errors on Unity 2020 with split and join string functions.
WiseSVN v1.5.1
- Adding unicode icons to the context menu.
- Ask for confirmation when moving/renaming versioned folder (can be turned off from the personal preferences).
- Fixed error on fetching lock details, when target file is missing.
- Fixed: status database logging "UnknownError" on time out. Time out is now recognized correctly.
- Fixed: recursive externals displayed false modified "!" overlay icon.
- Adding "Progress Bar" when manually refreshing SVN icons.
WiseSVN v1.5.0
- Add RabbitSVN context menu support for Linux! Thanks to EmiyaSyahriel (https://github.com/EmiyaSyahriel)
- Adding authentication checks. If authentication is needed a special button is displayed in the preferences window to help user log in. Works with nested repositories.
- Adding Revert confirmation message for single files.
- MacOS support fixes and improvements.
- Improved API
- Added generic CLI context menu support (editor window to run svn commands). Can be used on Windows, Linux, MacOS.
WiseSVN v1.4.7
- Adding support for SnailSVN premium/payed version.
- Improved OSX support (better error handling & initial setup)
- Fixed error on trying to delete unversioned meta file.
- Ignore folder paths ('/' & '' slashes) for svn ignore properties as those are not supported by SVN.