Skip to content

Releases: JoshuaMKW/pyisotools

Stablity Release

16 May 00:39
Compare
Choose a tag to compare

Many bug fixes present.

  • ISO size is always the standard now (no more black screens!)
  • ISO metadata always saves properly
  • BNR metadata always saves properly
  • Window size adjust to account for dark theme (progress bar doesn't clip)

Additionally, the executables are now single-file as pyinstaller has been fixed 💯

pyisotools

18 Sep 23:19
Compare
Choose a tag to compare

Changelog

  • Make progress bar verbose
  • Remove redundant notifications
  • Misc

pyisotools

18 Sep 16:15
Compare
Choose a tag to compare

Changelog

  • Fix improper size calculation
  • Allow multiple BNR editing
  • Misc

pyisotools

28 Apr 07:15
Compare
Choose a tag to compare

Changelog

  • Importing an image into a BNR no longer resets info

pyisotools

14 Apr 08:18
Compare
Choose a tag to compare

Changelog

  • Misc fixes

pyisotools

14 Apr 06:10
Compare
Choose a tag to compare

Changelog

  • Fix data corruption when main.dol exists at non ordinary location
  • Fix freeze when saving metadata to raw ISO
  • Fix threads getting killed abruptly, now they are properly exited and resources are cleaned up
  • Misc code cleanup

pyisotools

07 Mar 06:18
Compare
Choose a tag to compare

Changelog

  • Fix building from a GCR root
  • Remove non-functional taskbar progress bar
  • Optimize imports

pyisotools

21 Feb 09:34
Compare
Choose a tag to compare

Changelog

  • Fix error where window could be resized
  • Fix bug where ISOs wouldn't load

pyisotools

15 Feb 10:31
Compare
Choose a tag to compare

Changelog

  • Fixed nearest file offset entry in boot header not being set
  • Fixed file alignment errors
  • Fixed bug where files would clobber each other
  • Various small optimizations

pyisotools

01 Feb 22:18
Compare
Choose a tag to compare

Changelog

  • Fixed BNR searching; Now the .bnr of an ISO or root is searched as *opening.bnr in the top level directory for special cases where the name doesn't follow standard spec
  • Fixed BNR handling; Now the ISO or root will open even if *opening.bnr isn't found in the top level directory.
  • Fixed path handling; Now paths with japanese characters are properly handled.
  • Fixed info display; Before, excluding paths wouldn't updated the child count displayed for directories. This is now fixed.