From c16e1c798edb7022d3c5e2cfbe4f6e8f3ee4f262 Mon Sep 17 00:00:00 2001 From: percyqaz <21290233+percyqaz@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:24:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Version=200.7.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog-latest.md | 29 ++++++++++++++--------------- docs/changelog.md | 19 +++++++++++++++++++ src/Interlude.fsproj | 4 ++-- 3 files changed, 35 insertions(+), 17 deletions(-) diff --git a/docs/changelog-latest.md b/docs/changelog-latest.md index 3805ef4b..9ee017ba 100644 --- a/docs/changelog-latest.md +++ b/docs/changelog-latest.md @@ -1,20 +1,19 @@ -0.7.12.1 +0.7.13 ==== -Bug fix update -Remember that if something doesn't look right or isn't working, I will only know if you tell me in the Discord! +Some new stuff for you! -# Fixes in this release -- Fixed a crash when hitting the 'random chart' key with no charts visible -- Fixed background dim only being 254 opacity instead of 255 -- Fixed some performance issues during gameplay, resulting in over 60% more FPS on my machine -- Fixed BPM and chart duration not updating when changing rates -- Fixed typo in context menu key name -- Fixed alphabetical ordering of level select groups putting all lowercase names last -- Improved an issue in Smart frame limit on fullscreen where some frames were rendered twice -- Probably more that I've forgotten about +# Features +- Hover over your accuracy in score screen to see it to 4 decimal places, instead of the usual 2 +- You can now suggest charts for Crescent by right clicking on them in level select (there is a menu option) +- You can view suggested charts for Crescent under "Manage table" on table view (this UI is still a work in progress) +- Non-square receptors are now supported in noteskins for players who prefer to use them more like a key overlay -# Other changes -- Watching a replay now takes you to the score screen afterwards -- Added a `timescale` console command for testing animations +# Changes and improvements +- Users are sorted by time last seen in online menus +- Some fixes to localisation +- Fixed a bug preventing the game from launching via shortcuts and windows search +- Game should crash more gracefully if auto-restart fails + +More things coming soon diff --git a/docs/changelog.md b/docs/changelog.md index 6c7992cb..7f6f94b6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,22 @@ +0.7.13 +==== + +Some new stuff for you! + +# Features +- Hover over your accuracy in score screen to see it to 4 decimal places, instead of the usual 2 +- You can now suggest charts for Crescent by right clicking on them in level select (there is a menu option) +- You can view suggested charts for Crescent under "Manage table" on table view (this UI is still a work in progress) +- Non-square receptors are now supported in noteskins for players who prefer to use them more like a key overlay + +# Changes and improvements +- Users are sorted by time last seen in online menus +- Some fixes to localisation +- Fixed a bug preventing the game from launching via shortcuts and windows search +- Game should crash more gracefully if auto-restart fails + +More things coming soon + 0.7.12.1 ==== diff --git a/src/Interlude.fsproj b/src/Interlude.fsproj index ac34e976..3f0c9f5b 100644 --- a/src/Interlude.fsproj +++ b/src/Interlude.fsproj @@ -5,8 +5,8 @@ net7.0 https://github.com/YAVSRG/Interlude $([System.DateTime]::Now.tostring("yyyyMMdd")) - 0.7.12.1 - 0.7.12.1 + 0.7.13 + 0.7.13 Percyqaz 1 LICENSE