We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fe056 commit 7be78c7Copy full SHA for 7be78c7
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-### 5.5.1
+### 5.5.2
2
+ * BUG FIX - Use Authorization header instead of legacy query/body params for DeepL API auth
3
+ * BUG FIX - Fix override font stopping working after a while in IL2CPP
4
+
5
+### 5.5.1
6
* Use UnityInput to support both legacy and new input systems
7
8
### 5.5.0
Directory.Build.props
@@ -2,7 +2,7 @@
<!-- Use these properties to change version numbers globally -->
<PropertyGroup>
<!-- Plugin version -->
- <Version>5.5.1</Version>
+ <Version>5.5.2</Version>
<!-- XUnity.Common version -->
<VersionCommon>1.0.4</VersionCommon>
<!-- XUnity.AutoTranslator.Plugin.ExtProtocol version -->
0 commit comments