1
0
mirror of synced 2024-11-23 23:21:06 +01:00

Update changelog for version 0.6.0.12

This commit is contained in:
github-actions 2024-10-31 21:49:02 +00:00
parent b6ef120e02
commit 30f5bdc48b
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [0.6.0.12] - 2024-10-31 (Beta)
- Fix TJA not inserting timing space for `,`
- only measures
## [0.6.0.11] - 2024-10-31 (Beta) ## [0.6.0.11] - 2024-10-31 (Beta)
- Fix TJA newline after last note symbol and before `,` caused wrong note-symbols-per-measure calculation - Fix TJA newline after last note symbol and before `,` caused wrong note-symbols-per-measure calculation

View File

@ -33,7 +33,7 @@
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" /> <Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<Version>0.6.0.11</Version> <Version>0.6.0.12</Version>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization> <EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>