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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Sep 21, 2023
1 parent 72234af commit 2c25d32
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
19 changes: 11 additions & 8 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
0.7.7
0.7.8
====

Some new online features!
# Import your osu! scores
If you have linked and imported your osu! songs library via the Import menu, there is now an option to import your scores too!
Click 'Manage' and you will see a button for it.
As with all new features, if you notice any bugs or errors please report them to me via Discord or GitHub.

# Compare against your friends
In the Stats screen, under tables, you can now pick a friend to compare your table scores with.
Add friends to your list via the Discord bot (UI to do this ingame coming soon)
# Other improvements
- When selecting noteskins, they now have an icon preview
- New HUD features: Rate meter and BPM meter (both requested by Lifly)
- Fixed visual bug in preview as it scrolls into view on options menus
- osu! rulesets have more accurate LN simulation thanks to some experiments while adding score importing

# Claim a rank on table leaderboards
If you set a new table score you will get a position on the table's leaderboard, also accessible from the Stats screen.
Hopefully this will encourage some of you to outfarm me to help find what needs adjusting
More noteskin UI improvements coming soon, but I ran out of time tonight and wanted to release what I had

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

# Import your osu! scores
If you have linked and imported your osu! songs library via the Import menu, there is now an option to import your scores too!
Click 'Manage' and you will see a button for it.
As with all new features, if you notice any bugs or errors please report them to me via Discord or GitHub.

# Other improvements
- When selecting noteskins, they now have an icon preview
- New HUD features: Rate meter and BPM meter (both requested by Lifly)
- Fixed visual bug in preview as it scrolls into view on options menus
- osu! rulesets have more accurate LN simulation thanks to some experiments while adding score importing

More noteskin UI improvements coming soon, but I ran out of time tonight and wanted to release what I had

0.7.7
====

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.7</AssemblyVersion>
<FileVersion>0.7.7</FileVersion>
<AssemblyVersion>0.7.8</AssemblyVersion>
<FileVersion>0.7.8</FileVersion>
<Authors>Percyqaz</Authors>
<RunPostBuildEvent>1</RunPostBuildEvent>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 2c25d32

Please sign in to comment.