Skip to content

Releases: bbepis/XUnity.AutoTranslator

4.6.3

31 Oct 16:21
Compare
Choose a tag to compare
Version 4.6.3

 * MISC - Disable all translator endpoints if output language is the same as the source language

4.6.2

28 Oct 20:12
Compare
Choose a tag to compare
Version 4.6.2

 * BUG FIX - Fixed a bug where redirected resources could not be located under certain circumstances
 * BUG FIX - Added throttling logic to Baidu translate to ensure the plugin never exceeds one query per second

4.6.1

25 Oct 21:00
Compare
Choose a tag to compare
Version 4.6.1

 * BUG FIX - Fixed a bug where in some situations a line may be sent for translation twice due to whitespace differences

4.6.0

24 Oct 19:05
Compare
Choose a tag to compare
Version 4.6.0

 * FEATURE - Support for ZIP files in redirected resource directory
 * BUG FIX - Fixed bug where you somtimes had to close dialogues before translations would appear
 * BUG FIX - Fixed bug where plugin would not function if a game is launched through a custom launcher not located in the game directory
 * MISC - Automatically enable texture translations if a texture directory is present during initial startup

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.