Release 0.1.4
Features:
- Editors: Ability to leave editors open when closing the associated project (85e310f)
- Editors: Wrap-around when navigating between editors using
ALT+LEFT
andALT+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>
andArray<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: