Skip to content

Releases: peunsu/mc-questing-mod-localizer

Release v1.6.3

14 May 14:13
5a98fce
Compare
Choose a tag to compare

What's Changed

  • Fix UnicodeDecodeError when reading the file encoded in iso-8859-1. by @peunsu in #26

Full Changelog: v1.6.2...v1.6.3

Release v1.6.2

13 May 10:25
f158f69
Compare
Choose a tag to compare

What's Changed

  • Fix error raised when parsing empty Array snbt tags. by @peunsu in #25

Full Changelog: v1.6.1...v1.6.2

Release v1.6.1

12 May 12:34
1997c41
Compare
Choose a tag to compare

What's Changed

  • Made localizer skip the formatted text enclosed in [ and ] brackets to avoid the kubejs compatibility issue. by @peunsu in #24

Full Changelog: v1.6.0...v1.6.1

Release v1.6.0

12 May 09:46
7825453
Compare
Choose a tag to compare

What's Changed

  • Changed some rules of the snbt parser to avoid some conflicts. by @peunsu in #22

Full Changelog: v1.5.7...v1.6.0

Release v1.5.7

08 May 07:31
193446d
Compare
Choose a tag to compare

What's Changed

  • Add loading spinner to avoid exceptions raised by not fully loaded quest data. by @peunsu in #21

Full Changelog: v1.5.6...v1.5.7

Release v1.5.6

04 May 17:00
de5b174
Compare
Choose a tag to compare

What's Changed

  • Fix the issues related with scientific notations in Float and Double nbt tags. by @peunsu in #19
  • Fix the version is not updated in the init.py file. by @peunsu in #20

Full Changelog: v1.5.5...v1.5.6

Release v1.5.5

07 Apr 05:44
a3b7080
Compare
Choose a tag to compare

What's Changed

  • Update ftb-snbt-lib to 0.1.2 and add filter for already replaced text. by @peunsu in #18
    • Add Float nbt data type with suffix f.
    • Add _filter method to filter already replaced text which starts with { and ends with }.

Full Changelog: v1.5.4...v1.5.5

Release v1.5.4

05 Apr 14:29
6ff2a3b
Compare
Choose a tag to compare

What's Changed

  • Update ftb-snbt-lib to 0.2.1 and fix potential issues in constants.py by @peunsu in #17
    • This update will add Array type data tags (ByteArray, IntArray, LongArray).

Full Changelog: v1.5.3...v1.5.4

Release v1.5.3

03 Apr 05:34
ff94a2b
Compare
Choose a tag to compare

What's Changed

  • Add some components to the page and fix the critical issues related to List tags. by @peunsu in #16
    • Added a download button for source lang file in the custom lang file manual section.
    • Fix the localizer is not working when empty List is passed to _convert method.
    • Updated ftb-snbt-lib to 0.1.3.

Full Changelog: v1.5.2...v1.5.3

Release v1.5.2

31 Mar 10:29
f087154
Compare
Choose a tag to compare

What's Changed

  • Updated ftb-snbt-lib to 0.1.2. Added a version badge to the Home page. by @peunsu in #15
    • This update will fix the compatibility issues caused by CRLF line breaks (\r\n).

Full Changelog: v1.5.1...v1.5.2

Future Plan

  • Add a choice to use DeepL Translate for localization (with your own DeepL API key).