We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e1725 commit d9ddf68Copy full SHA for d9ddf68
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.6.0.86] - 2025-08-07 (Beta)
4
+
5
+- [Fix] Fix Rainbow gauges flickering
6
7
## [0.6.0.85] - 2025-08-02 (Beta)
8
9
- [Fix] Fix a crash that occurs when clearing a Dan that has a title less than 2 chars in length
OpenTaiko/OpenTaiko.csproj
@@ -33,7 +33,7 @@
33
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
34
</ItemGroup>
35
<PropertyGroup>
36
- <Version>0.6.0.85</Version>
+ <Version>0.6.0.86</Version>
37
<OutputType>WinExe</OutputType>
38
<TargetFramework>net8.0</TargetFramework>
39
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
0 commit comments