Skip to content

Release 0.1.4

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 20 Nov 18:57
· 703 commits to master since this release
f1dacac

Features:

  • Editors: Ability to leave editors open when closing the associated project (85e310f)
  • Editors: Wrap-around when navigating between editors using ALT+LEFT and ALT+RIGHT shortcuts (5cbdc6b)
  • Binary Editor: New performant hex editor in replacement of the old text-based one (55e152c)
  • Core Editor: Hex value viewer for Array<uint8> and Array<int8> types (0bbb15c)
  • Core Editor: Decorator for the MurmurHashValue type that shows its hexadecimal representation (f911de6)
  • Core Editor: Treat the GGUUID type as an object to allow seeing its members (f33a5fb)
  • Application: Memory indicator that shows how much memory the application uses (9b41787)

Fixes:

  • The active project is now can be retrieved from the focused editor, providing an easier access to all project-related items in the main menu without selecting a project first (8c1697a)
  • The Pose type was failing to read due to an invalid cast (8f65b28)

Miscellaneous:

  • Releases now embed metadata from the data directory for easier project creation (91f43bc)
  • Fix failing build outside the git repository (c7012f5)