Skip to content

Releases: Sigmmma/mozzarilla

[1.10.0]

12 Mar 12:52
7a93887
Compare
Choose a tag to compare

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]

31 Oct 22:14
0b97314
Compare
Choose a tag to compare

Changed

  • Update build config for Python 3.9.

1.9.6

19 Sep 03:07
64b66e4
Compare
Choose a tag to compare

[1.9.6]

Changed

  • Fix bitmap converter not correctly setting format in the top of the converted tag.

[1.9.5]

07 Jun 00:40
ab28bb4
Compare
Choose a tag to compare

[1.9.5]

Changed

  • Allow converting from stubbs in model converter.

1.9.4

15 May 07:40
975dfd4
Compare
Choose a tag to compare

[1.9.4]

Changed

  • Settings directory is for Windows is now in the user folder.

[1.9.3]

01 May 20:17
4a0a1e3
Compare
Choose a tag to compare

[1.9.3]

Changed

  • Don't use charsetnormalizer. Fixes issue with sometimes not being able to install on Windows.

1.9.2

29 Apr 16:15
b18e984
Compare
Choose a tag to compare

[1.9.2]

Changed

  • Fix encoding problems with compiling hmt files that aren't utf-16-le encoded.

1.9.1

08 Mar 00:24
0bf0b1e
Compare
Choose a tag to compare

[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

04 Mar 00:39
0da4d02
Compare
Choose a tag to compare

[1.9.0]

Added

  • Added __main__ so Mozzarilla can be executed using python -m mozzarilla or just mozzarilla on some systems.

1.8.2

17 Feb 19:00
e4d0ffe
Compare
Choose a tag to compare

[1.8.2]

Changed

  • Add arbytmap to requirements to account for future versions not installing it by default.