Skip to content

Releases: brunomikoski/UnityHistoryPanel

Fix batch mode

08 Aug 11:53
e52962b
Compare
Choose a tag to compare

Changed

  • Disabled Initialization on Batch mode.

What's Changed

Full Changelog: v0.2.1...v0.2.2

Removing old meta file

12 Jul 08:12
fa54d78
Compare
Choose a tag to compare

Deleted

  • Removed unused meta file

Changed

  • Removed old image from readme

Full Changelog: v0.2.0...v0.2.1

Optimization and QoL improvements

09 May 19:03
dce41c8
Compare
Choose a tag to compare

Changed

  • Changed initialization of the toolbar to improve performance
  • Updated the toolbar to cache the items only once
  • Toolbar Buttons now should be only visible when history has items
  • Updated the system to sse the SessionState instead of Editor Prefs

Added

  • Forward button now also has right click support

What's Changed

Full Changelog: v0.1.1...v0.2.0

New simpler implementation

11 Jul 13:46
56925e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Fix Unity 2020 issue

08 Mar 10:41
f74e705
Compare
Choose a tag to compare

Changed

  • Fixed asmdef to use only UnityEditor
  • Fixed null check before displaying an invalid item

Refactor to work with Unity Shortcut

17 Feb 21:16
Compare
Choose a tag to compare

Changed

  • Removed custom implementation of hotkeys
  • Fixed missing package information
  • Setup readme to display correct information about the shortcuts
  • Exposed Go Back and Go Forward as MenuItem so can have hotkeys assigned by Unity Shortcut Editor

Initial Public Release

30 Jul 07:08
Compare
Choose a tag to compare
v0.0.1

fix: readme