Skip to content

Releases: NibbleByte/UnityWiseSVN

WiseSVN v1.4.7

04 May 20:55
Compare
Choose a tag to compare
  • 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.

WiseSVN v1.4.6

20 Dec 10:20
Compare
Choose a tag to compare
  • Fixed: Overlay icons didn't refresh properly, if change occurred while updating database.
  • Added "Repo Browser" context menu.
  • Added "Check changes" & "Revert" icon next to each item in the lock prompt window.
  • Added "Silence!" button to suppress any auto-locking and lock prompts until restarted.
  • Lock prompt filter for script now includes asmdef & asmref.
  • Revert directly for single assets instead of opening TortoiseSVN.
  • Suppress false positive error on baking a scene.
  • SVNStatusData now includes MovedTo and MovedFrom data.

WiseSVN v1.4.5

27 Sep 18:34
Compare
Choose a tag to compare
  • Added "Exclude" personal preference.
  • Personal preferences are now stored in the UserSettings folder. If none, check the old location - EditorPrefs. Added safeguard writing to files.
  • Fixed: Excludes did not work with filenames, only paths.
  • Nested repositories are now included in all relevant context menus: "Update All", "Commit All", "Revert All", "Changes All".
  • Fixed: modified overlay icons on parent folders for excluded entries.
  • Fixed: context Add command didn't work properly in "Packages" folder if package had capital letters.

WiseSVN v1.4.4

05 May 12:27
Compare
Choose a tag to compare
  • Added Auto-locking preference (as requested ysilog). It also displays notification in the focused window.
  • Fixed: menu items for Unity 2021 were not at the top (wrong priorities).
  • Fixed: migration prompt on Unity 2021.3 for experimental API usage.
  • Fixed: exception when ignore rules started with '#'(thanks to David David).
  • Fixed: changing assets in ignored or excluded folders displayed unversioned icon for a few seconds.

WiseSVN v1.4.3

10 Apr 11:23
Compare
Choose a tag to compare
  • Overlay icons now support "svn:ignore" and "svn:global-ignores" files.
  • Added Propget() operation support.
  • Don't include the .meta file in commit and revert context menu operations unless needed to.
  • Fixed issue "Icon does not refresh after Revert".

WiseSVN v1.4.2

10 Jan 19:57
Compare
Choose a tag to compare
  • Locked overlay now displays who is the item locked by.
  • Added support for nested SVN repositories (checkouts inside the checkout).
  • Reworked how unversioned overlay icons are handled. Icons will no longer disappear when having large number of unversioned files (but they will if you have large number of modified / added files).
  • The exclude list now applies to the overlay icons as well (not just file operations). Special icon is used for excluded items (gray checkmark).
  • Added Warning icon next to the Assets folder when the overlay icons are skipped due to large amount. It has a hint explaining what is happening.

WiseSVN v1.4.1

27 Dec 15:08
Compare
Choose a tag to compare
  • Fixed: Better handling on creating files in place of svn deleted ones (no more annoying replace pop-up when baking lightmaps).
  • Fixed: SVN Replace file operation didn't work properly (renaming unversioned file to file that was svn deleted).

WiseSVN v1.4.0

11 Dec 10:58
Compare
Choose a tag to compare
  • Rename "Auto-Locking" to "Lock Prompt". SVN auto locking now is done explicitly by the user. By default, stealing locks is disabled and user has to manually enable it. Auto-unlocking is a project preference now.
  • Lock prompt window now displays assets that are out of date. User is informed that they need to update and those assets can't be locked.
  • Display warning in the SceneView (as an overlay) when the current scene or edited prefab is out of date or locked.
  • PromptLock window now displays the asset to be clicked on, when the original target is meta.
  • Made much better checks if svn.exe is available, especially for OSX. If binaries are not found for OSX it will search for them in the usual places.
  • Added personal preference for SvnCLIPath. SvnCLIPath can now be absolute or relative.
  • Enable the DownloadRepositoryChanges project preference by default.
  • Make context menu Revert operation wait for it to finish.

WiseSVN v1.3.9

12 Sep 13:25
Compare
Choose a tag to compare
  • Fixed: commit fail when trying to commit ignored files / folders / metas from the context menu (TortoiseSVN).
  • Added option to switch from SVN-move default operation to delete/add for folders and files.
  • Trying to fix hang on shell dispose.

WiseSVN v1.3.8

14 Jun 20:31
Compare
Choose a tag to compare
  • Fixed: overlay icons did not show for externals.
  • Show proper error when trying to move file from / to external that is not in the same repository. Allow user to ignore SVN and move the file anyway, losing its history.