Skip to content

Releases: dreamworksanimation/usdmanager

Version 0.7.0

22 Jul 21:16
9dcc934
Compare
Choose a tag to compare

Bugs Fixed

  • Progress bar works when reading USDZ files
  • Find case sensitivity preference saves properly
  • Do not prompt to save when opening a file in a new tab
  • Windows support for usdcat and unzipping USDZ
    • Quote paths for usdcat on Windows
    • Switch to zipfile module instead of unzip command for reading USDZ

Enhancements:

  • Add line limit user preference for loading large files (default increased from 10,000 to 50,000), with a user preference added to override this
  • Advanced tab added to Preferences
  • Changing preferences no longer force reloads your current tab

Version 0.6.0

09 Jul 19:11
c81edfe
Compare
Choose a tag to compare

Bugs Fixed

  • Windows support for open file descriptor with usdcat

Enhancements:

  • Dark theme support, including sticky user preference
    • Deprecated "-dark" flag in favor of "-theme light" or "-theme dark" to temporarily override the sticky user theme preference.
  • Indentation improvements
    • Do not indent/unindent the ending line in a multi-line selection if the cursor has no selection on the last line. Allow Shift-Tab to unindent the current line when no characters are selected (previously, this shifted the widget focus).

Version 0.5.0

20 Jun 21:31
e850562
Compare
Choose a tag to compare

Bugs Fixed

  • Support spaces in file names on Windows
  • Prompt to save modifications before history changes
  • Handle query strings properly during URL expansion

Enhancements:

  • Support Tab/Shift+Tab indentation of selected lines
  • Set window icon for MacOS and add repository logo for SourceTree/GitLab
  • Display app version in About dialog
  • Clean up temp files on exit

Version 0.4.1

03 Jun 16:22
ebe4da1
Compare
Choose a tag to compare

Fix font preference not saving when in dark mode, and cleanup Open File dialog code
Cleanup documentation

Initial public release

26 Mar 22:13
Compare
Choose a tag to compare
0.4.0

[MNT] Create LICENSE, update contibutor url, switch to pkg_resources …