Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
🏷️ Version 0.7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Aug 16, 2023
1 parent 9bff144 commit 25c90c3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
11 changes: 7 additions & 4 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
0.7.1.1
0.7.1.2
====

Turns out the frame limiter still had 2 more bugs in it
They have been fixed and now the frame limiter is indeed better than ever
Found a bug in osu! conversions, recently introduced by accident, that produces bugged LNs
If you converted your osu! songs folder in the last couple of weeks I would delete the imported charts and reconvert them
If you converted your osu! songs folder a long time ago you shouldn't see any issues and the bug is now fixed

Also, added a description to the Crescent table on the imports screen and took away the WIP sign
# Other fixes
- You should now be able to download table charts right after installing a new table
- Sorting modes like 'Grade achieved' no longer show charts multiple times if you have duplicates in different folders

11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.7.1.2
====

Found a bug in osu! conversions, recently introduced by accident, that produces bugged LNs
If you converted your osu! songs folder in the last couple of weeks I would delete the imported charts and reconvert them
If you converted your osu! songs folder a long time ago you shouldn't see any issues and the bug is now fixed

# Other fixes
- You should now be able to download table charts right after installing a new table
- Sorting modes like 'Grade achieved' no longer show charts multiple times if you have duplicates in different folders

0.7.1.1
====

Expand Down
4 changes: 2 additions & 2 deletions src/Interlude.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net7.0</TargetFramework>
<RepositoryUrl>https://github.com/YAVSRG/Interlude</RepositoryUrl>
<Version>$([System.DateTime]::Now.tostring("yyyyMMdd"))</Version>
<AssemblyVersion>0.7.1.1</AssemblyVersion>
<FileVersion>0.7.1.1</FileVersion>
<AssemblyVersion>0.7.1.2</AssemblyVersion>
<FileVersion>0.7.1.2</FileVersion>
<Authors>Percyqaz</Authors>
<RunPostBuildEvent>1</RunPostBuildEvent>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 25c90c3

Please sign in to comment.