Releases · bbepis/XUnity.AutoTranslator
5.5.2
What's Changed
- Fix DeepL API auth to use Authorization header instead of legacy query/body params by @markruler in #815
- Fix override font stopping working after a while in IL2CPP in e663dba
New Contributors
- @markruler made their first contribution in #815
Full Changelog: v5.5.1...v5.5.2
5.5.1
What's Changed
- Use UnityInput to support both legacy and new input systems by @ManlyMarco in #804
Full Changelog: v5.5.0...v5.5.1
You can download the latest TMP_Font_AssetBundles here.
v5.5.0
What's Changed
- Added
AutoTranslatorState.PluginInitializedproperty andPluginInitializationCompletedevent (use in other plugins to be notified when AutoTranslator finishes loading) by @ManlyMarco in #771 - Added support for
XUAIGNORETREEtag in GameObject names to prevent translation of entire trees of GameObjects (previously addedXUAIGNOREonly ignores the named GameObject) by @ManlyMarco in #772 - Added support for Yandex Translate API v2 by @Noobik447 in #774
TMP_Font_AssetBundles
- Added arialuni_sdf_u6000 by @Galiathus987 from #787
New Contributors
- @Noobik447 made their first contribution in #774
Full Changelog: v5.4.6...v5.5.0
5.4.6
What's Changed
- Replace culture sensitive string operations with invariant or ordinal by @ManlyMarco in #765
- Fix ResizeUI nullref if component is destroyed by @ManlyMarco in #766
Full Changelog: v5.4.5...v5.4.6
You can download the latest TMP_Font_AssetBundles here.
5.4.5
5.4.4
What's Changed
- BUG FIX - Add NGUI support to TextGetterCompatibilityMode by @ManlyMarco in #665
- BUG FIX - Fix broken Assembly-CSharp-firstpass detection in CallOrigin by @ManlyMarco in #666
- BUG FIX - Fix potential assembly comparison issue in TextGetterCompatModeHelper
- Typo fix in README.md by @eltociear in #660
New Contributors
- @eltociear made their first contribution in #660
Full Changelog: v5.4.3...v5.4.4
5.4.3
What's Changed
- Hotfix to minor regex performance improvement by @Lmeks in #638
- CustomTranslateEndpoint - Add EnableShortDelay and DisableSpamChecks settings by @ManlyMarco in #645
Full Changelog: v5.4.2...v5.4.3
5.4.2
5.4.1
What's Changed
- Fix change font crash when previous font is null by @cc004 in #603
- Move all version constants into a global props file by @ManlyMarco in #604
New Contributors
Full Changelog: v5.4.0...v5.4.1