Skip to content

Releases: bbepis/XUnity.AutoTranslator

4.20.0

10 Sep 19:33
Compare
Choose a tag to compare
Version 4.20.0

 * FEATURE - Added TMP_Overflow and TMP_Alignment resize commands

4.19.0

05 Sep 14:16
Compare
Choose a tag to compare
Version 4.19.0

 * FEATURE - Added RegexPostProcessing configuration option
 * BUG FIX - Fixed bug related to reload translations after changing screen size

4.18.1

26 Aug 19:45
Compare
Choose a tag to compare
Version 4.18.1

 * BUG FIX - Fixed an unhandled exception that could occur during hook callbacks

4.18.0

31 Jul 11:04
Compare
Choose a tag to compare
Version 4.18.0

 * FEATURE - Improved AutoResize command to enable min/max font size control
 * FEATURE - Added translation file directive allowing control of tranlations/resizing based on resolution size
 * FEATURE - Added new '_Postprocessors.txt' file that can make substitutions to the text returned from the translation endpoint
 * MISC - Changed default value of EnableTranslationScoping to True
 * BUG FIX - Fixed bug where GoogleTranslate could no longer be properly selected a translate endpoint

4.17.0

18 Jul 12:40
Compare
Choose a tag to compare
Version 4.17.0

 * FEATURE - Additional public APIs in relation to SimpleTextTranslationCache
 * CHANGE - Default endpoint changed to GoogleTranslateV2
 * MISC - Improved error logging in GoogleTranslate

4.16.3

19 Jun 07:56
Compare
Choose a tag to compare
Version 4.16.3

 * MISC - Make "MaxConcurrency" property in HttpEndpoint and WwwEndpoint virtual
 * BUG FIX - Fixed bug that caused exception spam if no endpoint were selected

4.16.2

06 Jun 14:00
Compare
Choose a tag to compare
Version 4.16.2

 * BUG FIX - DeepLLegitimate no longer selectable if no API key has been configured

4.16.1

23 May 11:09
Compare
Choose a tag to compare
Version 4.16.1

 * MISC - Allow free developer API to be used with DeepL
 * BUG FIX - Fixed bug that would often incorrectly cache parsed translations and made the feature optional
 * BUG FIX - Fixed bug that would cause token translations not to be read correctly in certain situations

4.16.0

08 May 09:35
Compare
Choose a tag to compare
Version 4.16.0

 * BREAKING CHANGE - Changed load order of translation files in Text directory. Zip files are now lowest priority and files inside zip files are also prioritized alphabetically. Now reflects the same behaviour as redirected resources.
 * BREAKING CHANGE - Changes to IMGUI handling of numbers. This may cause previous translations to break
 * FEATURE - UI to control fallback endpoint
 * MISC - Caching of result of "sr" regexes, allowing it to be used for IMGUI and potentially increasing performance for scenarios where the same text is being translated through a regex all the tim
 * MISC - New configuration "TemplateAllNumbersAway", that will ensure all numbers are templated away before being send to translator/being stored in translation file
 * MISC - New configuration "ReloadTranslationsOnFileChange", that will automatically reload files when a translation file changes
 * MISC - Publication of various minor APIs related to resource redirection

4.15.0

04 Apr 19:57
Compare
Choose a tag to compare
Version 4.15.0 (Auto Translator)

 * FEATURE - Added DeepL support
 * FEATURE - New setting for automated fallback translation endpoint
 * FEATURE - Extensions to ITranslateEndpoint interface allowing handling of contextual translation information
 * MISC - Added HTML Entity decoding during postprocessing (enabled by default if configuration is reset)
 * BUG FIX - Fixed issue related to newline handling
 * BUG FIX - Fixed issue that could cause text not to be displayed in older versions of Unity
 * BUG FIX - Fixed issue that could cause out-of-process hosted translation endpoints to fail in certain situations
 * BUG FIX - Fixed issue where out-of-process translation endpoints would sometimes get shutdown before the game
 * BUG FIX - Fixed issue where redirected resources were not always identified as such during standard translations
 * BUG FIX - Fixed issue that could cause web requests timeout after a long period rather than fail immediately in certain situations
 * BUG FIX - Fixed issue with GoogleTranslateV2 that could cause it to fail if untranslated texts included certain characters

Version 1.2.0 (Resource Redirector)

 * FEATURE - Support callbacks for asset bundles loaded from streams