Skip to content

Release 0.1.1

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 18 Sep 22:11
· 811 commits to master since this release
b3106dd

Features:

  • Core Editor: attributes edit support for string, number, enum, and boolean types (#19)
  • Texture viewer: allow exporting textures as PNGs (f3075a0)
  • Texture viewer: allow changing color of the checkerboard (505dcee)
  • Navigator: allow copying full path of the selected file (#2)
  • All Editors: close an editor using middle mouse button (63b5024)

Fixes:

  • General: fix hanging when opening multiple editors simultaneously (#17)
  • Texture viewer: depth of 3D textures now scales correctly with the current mip level (0c6c413)
  • Texture viewer: fix color palette selection of the BC1 block (e6b1133)

Performance:

  • Performance of binary editor's startup was improved (c3fbd8e)
  • Performance of texture viewer's zoom was improved (ef88331)