Skip to content

Release 0.1.3

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 31 Oct 22:12
· 747 commits to master since this release
9ed4dd9

Features:

  • Edit: ability to repack changed packfiles in-place (70702fd)
  • Texture Viewer: implement compliant DDS exporter (7609dae)
  • Core Editor: proper CTRL+C shortcut that copies just the value (ae38751)
  • Core Editor: introduce node decorators to tweak the way value is presented (e08b71d)
  • Core Editor: entries now have their index shown in the editor (e8a58c1)
  • All Editors: complex layout is now saved between application restarts (925e2b8)
  • Application: window position and size is now saved between application restarts (b268788)

Fixes:

  • All Editors: closing an entire group would prevent new editors from being opened (e1b78cb)
  • All Editors: the Close Grouped Tabs would close all editors beyond containing stack (5441236)

Performance:

  • Long actions are now performed within progress dialog (3b7069c)
  • Arrays of boxed types were replaced by arrays of primitive types (2d95af0)

Miscellaneous:

  • Dependencies were updated and redundant ones were removed (afdbbee)