Skip to content

Tags: Setsuda/XUnity.AutoTranslator

Tags

v5.1.0

Toggle v5.1.0's commit message

v5.0.0

Toggle v5.0.0's commit message
Version 5.0.0 (Auto Translator)

 * FEATURE - Basic IL2CPP support through BepInEx 6 and MelonLoader
 * FEATURE - MelonLoader support
 * FEATURE - Added FallbackFontTextMeshPro as an alternative to OverrideFontTextMeshPro. If game supports, it is recommended to use that instead
 * FEATURE - Added ClipboardDebounceTime that can control how long time between a text is shown until it reaches the clipboard
 * MISC - Renamed BepInEx plugin package from BepIn-5x to BepInEx. If updating remember to remove the old BepIn-5x DLL
 * MISC - UTAGE support re-implemented from scratch to better support IL2CPP
 * BUG FIX - Fixed text escaping error related to GoogleTranslateV2
 * BUG FIX - Fixed issue that could cause texts not to be hooked in certain situations during component initialization

Version 2.0.0 (Resource Redirector)

 * FEATURE - IL2CPP support through BepInEx 6 and MelonLoader
 * MISC - Prioritize HarmonyX hooks over MonoMod hooks
 * MISC - Changed BepInEx setting names
 * MISC - Renamed BepInEx plugin package from BepIn-5x to BepInEx. If updating remember to remove the old BepIn-5x DLL
 * BUG FIX - Fixed bug that caused some rarely used methods to be short-circuited incorrectly

v4.21.0

Toggle v4.21.0's commit message

v4.20.1

Toggle v4.20.1's commit message
Version 4.20.1 (Auto Translator)

 * Performance improvements for IMGUI translations

Version 1.2.1 (Resource Redirector)

 * MISC - Improved logging statements for redirection subscriptions allowing for less spam

v4.20.0

Toggle v4.20.0's commit message
Version 4.20.0

 * FEATURE - Added TMP_Overflow and TMP_Alignment resize commands

v4.19.0

Toggle v4.19.0's commit message
Version 4.19.0

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

v4.18.1

Toggle v4.18.1's commit message
Version 4.18.1

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

v4.18.0

Toggle v4.18.0's commit message
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

v4.17.0

Toggle v4.17.0's commit message
Version 4.17.0

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

v4.16.3

Toggle v4.16.3's commit message
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