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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Aug 27, 2023
1 parent 858745b commit 638a97f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 11 deletions.
25 changes: 16 additions & 9 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
0.7.2
0.7.3
====

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 PATTERN ANALYSIS UPDATE
Well, at least a good proof of concept

The server will mark your client as out of date until you have updated
Upon updating your game will take a minute to cache all the patterns in every chart you have, for speedy searching!

As a bonus any bugged osu! files you have scores on will be repaired and you will keep your scores :)
# New features:
- Random chart suggestions is much better at picking out similar charts for you, I recommend trying it out
- You can filter for patterns in the search box (try `pattern=jumpstream`)

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
# Bug fixes:
- Rolls in 4k charts should be detected as "streams" much less often
- Random chart suggestions will no longer suggest things it's already suggested before

# Improvements:
- Chart info mode when pressing Q looks more consistent with the scoreboard

These features need feedback on how they should work best, so let me know what patterns you'd like to be able to search for,
and, if you'd like a grouping mode that groups charts by pattern, let me know what categories you'd like

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

THE PATTERN ANALYSIS UPDATE
Well, at least a good proof of concept

Upon updating your game will take a minute to cache all the patterns in every chart you have, for speedy searching!

# New features:
- Random chart suggestions is much better at picking out similar charts for you, I recommend trying it out
- You can filter for patterns in the search box (try `pattern=jumpstream`)

# Bug fixes:
- Rolls in 4k charts should be detected as "streams" much less often
- Random chart suggestions will no longer suggest things it's already suggested before

# Improvements:
- Chart info mode when pressing Q looks more consistent with the scoreboard

These features need feedback on how they should work best, so let me know what patterns you'd like to be able to search for,
and, if you'd like a grouping mode that groups charts by pattern, let me know what categories you'd like

0.7.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.2</AssemblyVersion>
<FileVersion>0.7.2</FileVersion>
<AssemblyVersion>0.7.3</AssemblyVersion>
<FileVersion>0.7.3</FileVersion>
<Authors>Percyqaz</Authors>
<RunPostBuildEvent>1</RunPostBuildEvent>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 638a97f

Please sign in to comment.