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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Sep 17, 2023
1 parent 9bdc0ec commit 1fb95ad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
29 changes: 8 additions & 21 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
0.7.6
0.7.7
====

Many improvements and bug fixes in different places
Some new online features!

# Bug fixes:
- Some broken background images/audio files in Crescent have been fixed
- Fixed the game logo disappearing if you click "Play" or any other screen-changing button too fast
- Fixed a bug in netcode when exiting the game
- Fixed some things not saving properly if you click the X on the black box to close the game

# Improvements
- Various minor things about the UI have been improved (icons, text wording, etc)

# New features:
- Personal best tracking has been rewritten to store ALL of your "best" info, rather than just your best across all rates, and your highest rate
- Added 'Patterns' grouping mode to level select - It's quite basic at the moment but does somewhat accurately categorise your charts
- Added 'Breakdown' tab when looking at table stats, it shows what scores contribute to your table rating

osu! and Etterna rulesets have been modified to hopefully make them more accurate to those games

Go to Imports > Rulesets to install the updates and see what you think

Your personal bests data will be wiped by the update, use the `fix_personal_bests` console command to recalculate them from your scores (takes about 30 seconds)
# 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)

# 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

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

Some new online features!

# 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)

# 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

0.7.6
====

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

0 comments on commit 1fb95ad

Please sign in to comment.