Skip to content

Swashbuckler

Pre-release
Pre-release
Compare
Choose a tag to compare
@shana shana released this 01 Sep 15:29
· 2987 commits to master since this release

Important note about this update

In this version the location of the plugin has moved to Assets/Plugins/GitHub. If you have a previous version already installed, you need to delete the Assets/Editor/GitHub folder before installing this one. You should exit Unity and delete the folder from Explorer/Finder, as Unity will not unload native libraries while it's running.

Release Notes

swashbuckler wipedia

Features

  • #225 - Add macOS native filesystem watcher. Mac and Windows should now have the same feature set, behaviours (and bugs)

Code Enhancements

  • #107 - Change usages of GUI.enabled to EditorGUI.Begin/End-DisableGroup (courtesy of @MunchyYDL)

Fixes

  • #257 - Changes view throwing ArgumentOutOfRangeException
  • #241 - Don't attempt to checkout a remote branch to a new branch when one already exists
  • #240 - Add confirmation message when switching to remote branch
  • #238 - Branch delete button is enabled on select branch folder when it shouldn't be
  • #237 - The branch delete button is enabled when no branch is selected
  • #234 - Shell opened from command line menu does not move to project folder (courtesy of @shiena)
  • #228 - 'Open Command Line' on macOS creates temp files in the project directory
  • #227 - Exceptions thrown during startup are not being logged or handled properly