Skip to content

Release 0.1.6

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 01 Jan 06:26
· 610 commits to master since this release
46271b9

Features:

  • Application: Dark theme support (cd3ac21)
  • Application: The Persist Changes dialog was improved, allowing appending to existing packfiles; changes are now preserved when closing an editor with changes and then reopening it; automatic packfile reload when appending to modified packfiles
  • Core Editor: Files containing entries with MsgReadBinary are now editable, saveable, and persistable
  • Core Editor: Inline editor for GGUUID was implemented (#33)
  • Core Editor: Modal editor for references was implemented (#33)
  • Core Editor: Decorators for {I}Vec{2,3,4}, {I}Size, and Vec{2,3,4}Pack were implemented (55faeb0..7cdc17d)
  • Editors: When closing a project, all associated editors stay open (fdca3ca)
  • Editors: The Close Uninitialized Tabs action was added in the editor tab's context menu to accommodate the previous change (772f3af)

Fixes:

  • RTTI: Type signature generation was fixed (ba521cd)
  • RTTI: Extra data was not read by classes that inherit from a class having the MsgReadBinary message (04f84ce)
  • Core Editor: The decorator for RGBAColor was broken for values above 127 (c76feaa)
  • Core Editor: The number editor was shoving signed values for unsigned types (515e598)
  • Editors: The real editor was not focused when loaded from lazy input (69a65fd)
  • Application: Several confirmation dialogs were treating pressing ESCAPE as pressing the Cancel button (27a6941)