Skip to content

Releases: bbepis/XUnity.AutoTranslator

4.5.1

19 Oct 08:43
Compare
Choose a tag to compare
Version 4.5.1

 * MISC - Improved ZIP archive performance (probably)
 * MISC - Disabled HTTPS certificate checks by default for all runtimes because default value generation was incorrect
 * MISC - Added built-in 'Passthrough' endpoint that does not perform any translations, but allows dumping texts and process texts through substitutions, etc.
 * MISC - Increased max value of 'MaxCharactersPerTranslation' from 500 to 1000

4.5.0

12 Oct 19:51
Compare
Choose a tag to compare
Version 4.5.0

 * CHANGE - Warning! All default directory paths have been changed in new configuration files
 * FEATURE - {Lang} / {lang} parameter can now be used in any path specified in the configuration file. This will allow more clean seperation between translations to different languages without needing to modify/move any files
 * FEATURE - Support ZIP files for translation, resize and texture files
 * MISC - Reduced number of static translations significantly

4.4.0

29 Sep 16:17
Compare
Choose a tag to compare
Version 4.4.0

 * FEATURE - Allow translation of any found texts. Whether or not text considered to be untranslatable should be output is controlled through configuration
 * BUG FIX - Fixed a bug in the 'ReiPatcher' standalone installer that caused installation to fail on Windows 7 and below
 * MISC - Reduced batch error re-enable cooldown from 240 seconds to 60 seconds

4.3.1

15 Sep 14:19
Compare
Choose a tag to compare
Version 4.3.1

 * BUG FIX - Fixed rich text handling bug introduced in 4.3.0

4.3.0

15 Sep 11:07
Compare
Choose a tag to compare
Version 4.3.0

 * FEATURE - Added UI resize functionality that enables resizing the font size and more of translated text components manually
 * MISC - Obsoleted AssetLoadedHandlerBase<T>.IsDumpingEnabled. Replaced with AutoTranslatorSettings.IsDumpingRedirectedResourcesEnabled

4.2.0

04 Sep 17:29
Compare
Choose a tag to compare
Version 4.2.0

 * CHANGE - Changed how splitting regexes are configured to supports scopes + more.

4.1.0

01 Sep 18:06
Compare
Choose a tag to compare
Version 4.1.0

 * FEATURE - Added new concept that allows splitting texts to be translated with a regex before trying to translate them
 * MISC - Improved NGUI text resizing behaviour

4.0.1

31 Aug 08:29
Compare
Choose a tag to compare
Version 4.0.1 (Auto Translator)

 * MISC - Added option to convert japanese wide-width numerics to standard ASCII numerics during translation postprocessing

Version 1.0.1 (Resource Redirector)
 * MISC - Support for UnityEngine version 2018.2 and lower

4.0.0

29 Aug 18:11
Compare
Choose a tag to compare
Version 4.0.0

 * BREAKING CHANGE - Restructuring of internal and some public APIs - ITranslateEndpoint API not affected
 * BREAKING CHANGE - Changed file layout in Translators directory - should replace folder entirely upon upgrade to avoid redundant files that may be picked up unintentionally by mod loaders
 * FEATURE - Resource Redirection API
 * FEATURE - Support for redirecting translation processing to an external process
 * MISC - Updated distributed MonoMod version

3.8.1

10 Aug 10:03
Compare
Choose a tag to compare
Version 3.8.1

 * BUG FIX - Minor bug in relation to harmony initialization
 * BUG FIX - Fixed bug in MonoMod hooking that would cause it to always use native hooks over managed hooks
 * BUG FIX - Fixed bug in 'EnableLegacyTextureLoading' which should now work consistently
 * MISC - Option to enable/disable success translation logs through option 'EnableSilentMode'
 * MISC - IMGUI window black listing option