Releases: JoshuaMKW/pyisotools
Releases · JoshuaMKW/pyisotools
Stablity Release
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
Changelog
- Make progress bar verbose
- Remove redundant notifications
- Misc
pyisotools
Changelog
- Fix improper size calculation
- Allow multiple BNR editing
- Misc
pyisotools
Changelog
- Importing an image into a BNR no longer resets info
pyisotools
Changelog
- Misc fixes
pyisotools
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
Changelog
- Fix building from a GCR root
- Remove non-functional taskbar progress bar
- Optimize imports
pyisotools
Changelog
- Fix error where window could be resized
- Fix bug where ISOs wouldn't load
pyisotools
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
Changelog
- Fixed BNR searching; Now the .bnr of an
ISO
orroot
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
orroot
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.