Releases: xpdustry/flex
Releases · xpdustry/flex
v1.2.0 release
Features
- Flex translator has now a dedicated module! Get it at
com.xpdustry:flex-translator:VERSION
,
the plugin API is still located atcom.xpdustry:flex:VERSION
. - Added
Translator#translateDetecting
and deprecateTranslator#translate
. - Added bulk translation methods for
Translator
. - Made the
PlayerNameHook
config re-loadable at runtime. - Added the
hooks.name.maximum-name-size
config forPlayerNameHook
.
If a name goes beyond that size, it will be reset to the original player name.
Bugfixes
- Fixed rolling translator not rolling correctly.
- Fixed the tests not running correctly in the CI, leading to unexpected behavior.
v1.1.0 release
Features
- Added option to toggle foo client compatibility in the message pipeline.
- Made LibreTranslate api key optional, in order to support instances with free access.
Bugfixes
- Fixed placeholder pipeline replacements crashing when containing meta-characters.
- Fixed LibreTranslate translator crashing when supported languages do not specify their supported target languages.
- Fixed foo client compatibility applying to vanilla clients instead of foo clients.
v1.0.0 release
Initial stable release. Check out the wiki the usage guide and features list.
v1.0.0-rc.1 release
Initial release candidate of flex given how stable it has been lately and how nicely it integrates with imperium.
v0.2.3 release
- Fixed some rare crashes.
v0.2.2 release
- Fixed bug where chat, join and leave messages were not visible in the console.
v0.2.1 release
- Fixed bug where messages were not visible in the console.
v0.2.0 release
-
V6 support.
-
Random improvements.
-
Better documentation.
v0.1.0 release
- Hello :^)