Releases: Sigmmma/mozzarilla
Releases · Sigmmma/mozzarilla
[1.10.0]
Changed
- Bitmap source extractor now extracts to tiff rather than tga (Thanks @SnowyMouse)
- Update tag loading logic to work better with Python 3.9
[1.9.7]
Changed
- Update build config for Python 3.9.
1.9.6
[1.9.6]
Changed
- Fix bitmap converter not correctly setting format in the top of the converted tag.
[1.9.5]
[1.9.5]
Changed
- Allow converting from stubbs in model converter.
1.9.4
[1.9.4]
Changed
- Settings directory is for Windows is now in the user folder.
[1.9.3]
[1.9.3]
Changed
- Don't use charsetnormalizer. Fixes issue with sometimes not being able to install on Windows.
1.9.2
[1.9.2]
Changed
- Fix encoding problems with compiling hmt files that aren't utf-16-le encoded.
1.9.1
[1.9.1]
Changed
- Fix missing license in distributions.
- Fix old tag paths not properly getting disposed during save_as events. (This bug made it so that you couldn't reopen a tag right after having opened and saved it to different file using save_as)
1.9.0 python -m mozzarilla
[1.9.0]
Added
- Added __main__ so Mozzarilla can be executed using
python -m mozzarilla
or justmozzarilla
on some systems.
1.8.2
[1.8.2]
Changed
- Add arbytmap to requirements to account for future versions not installing it by default.