Skip to content

Releases: CubBossa/TinyTranslations

v4.5.0 - Bug fixes

22 Mar 14:17
Compare
Choose a tag to compare
  • Fixes issues with rendering objects in lists
  • Fixes locale loading, allows custom/any locales
  • Introduces method to overwrite message values in file (for plugin updates with changes to messages)
  • Cleanup maven structure
  • More Java docs for interface methods

Full Changelog: v4.4.3...v4.5.0

v4.4.3 - Argument Resolving in Styles

21 Feb 08:42
Compare
Choose a tag to compare

Arguments of styles can now be resolved
<run_cmd:'/abc'>abc</run_cmd>
can have representation
run_cmd = <click:run_command:'{arg0}'><hover:...>{slot}</hover></click>

Also bugfixes and improved testing

Full Changelog: v4.4.2...v4.4.3

v4.4.2 - Bugfixes & Bstats

14 Feb 09:01
Compare
Choose a tag to compare
  • Bstats added
  • Loopdetection improved
  • Message loading bug fixed (#12)
  • Example project added

Full Changelog: v4.4.1...v4.4.2

v4.4.1 - Bugfixes

04 Feb 10:21
Compare
Choose a tag to compare

Bugfixes and List Slot Rendering

Full Changelog: v4.4.0...v4.4.1

v4.4.0 - Adventure Implementation

26 Jan 17:10
Compare
Choose a tag to compare

This update makes the framework fully compatible with Adventure. This means, that messages are now also TranslatableComponents with their according translation key. This comes with the advantage of supporting papers

player.sendMessage(...);

call, which now can translate Message instances easily.

Full Changelog: v4.3.3...v4.4.0

v4.3.3

19 Jan 13:51
Compare
Choose a tag to compare

Mainly bugfixes and a common space handling in { tags }

Full Changelog: v4.3.0...v4.3.3

v4.3.0

14 Jan 13:33
Compare
Choose a tag to compare

Improves a lot of code without changing much from the actual behaviour.
Notable is that Translator now implements Formattable and therefore provides methods like insertString for global placeholders.

Full Changelog: v4.1.2...v4.3.0

v4.1.2 - Resolve NanoMessage in styles

06 Jan 10:01
Compare
Choose a tag to compare

Resolves NanoMessages in styles, so that

prefix={msg:prefix} > {slot}

can actually be rendered.

Full Changelog: https://github.com/CubBossa/TinyTranslations/commits/v4.1.2

v4.1.1 - Bugfixes

05 Jan 19:57
7fb57e9
Compare
Choose a tag to compare