Skip to content

Release 0.1.13

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 27 Jun 11:47
· 376 commits to master since this release
b7ac5b8

Features

  • Bookmarks: Add bookmarks for storing favorite files in a single place (89b2512)
  • Application: Show Oodle version in the project configuration dialog (189593f)
  • Application: Improve validation errors appearance (34dfbe4)
  • Application: Configuration file is now written to a temporary file first to avoid corrupting existing one (4bca964)
  • Texture Viewer: Add settings page and configurable pixel grid (9c7b7d1)
  • Audio Player: Renamed from "Wwise Viewer" (4b94f07)
  • Audio Player: Support playback of LocalizedSimpleSoundResource (98c2f7e)
  • Audio Player: Support playback of WaveResource (54285c1)

Fixes

  • Application: Disallow picking directories where a file is expected (2d1121f)
  • Application: Broken configuration will no longer prevent the application from starting (915d654)
  • Core Editor: Pressing ESC while inline editing will cancel changes without validating them (0ae33d9)
  • Core Editor: Fix value panel refresh when switching between objects with different viewers (f0d8162)
  • Texture Viewer: Reduce jitter when zooming in-out (30e953c)
  • Texture Viewer: Viewing of some types resulted in an exception (#52) by @mithkr