Skip to content

5.0.0

Compare
Choose a tag to compare
@gravydevsupreme gravydevsupreme released this 09 Jan 12:02
· 42 commits to master since this release
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