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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Aug 27, 2023
1 parent 80711fb commit 5685ebc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
18 changes: 11 additions & 7 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
0.7.1.2
0.7.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
I've updated some internals of the game - In particular "hashes", unique ids that can be calculated for each chart, have been changed
This update will migrate your scores, songs, collections, etc to the new hashing system

# 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
The server will mark your client as out of date until you have updated

As a bonus any bugged osu! files you have scores on will be repaired and you will keep your scores :)

Other bug fixes
- Score timestamps no longer display wrong when loaded from disk vs set while the game is open
- Pack imports may be significantly faster for people with slow drives
- Table level select mode should load/search significantly faster

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

I've updated some internals of the game - In particular "hashes", unique ids that can be calculated for each chart, have been changed
This update will migrate your scores, songs, collections, etc to the new hashing system

The server will mark your client as out of date until you have updated

As a bonus any bugged osu! files you have scores on will be repaired and you will keep your scores :)

Other bug fixes
- Score timestamps no longer display wrong when loaded from disk vs set while the game is open
- Pack imports may be significantly faster for people with slow drives
- Table level select mode should load/search significantly faster

0.7.1.2
====

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.2</AssemblyVersion>
<FileVersion>0.7.1.2</FileVersion>
<AssemblyVersion>0.7.2</AssemblyVersion>
<FileVersion>0.7.2</FileVersion>
<Authors>Percyqaz</Authors>
<RunPostBuildEvent>1</RunPostBuildEvent>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
3 changes: 2 additions & 1 deletion src/Resources/MenuSplashes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,5 @@ pet crab eating onion ring
No slumping, get the beats pumping
Did you guys think i wasnt actually gonna upload this? Lol
stamp this passport and mind yo business
i like to like it
i like to like it
the rolling waves control my heart

0 comments on commit 5685ebc

Please sign in to comment.