diff --git a/docs/changelog-latest.md b/docs/changelog-latest.md index 13155bae..399d72f0 100644 --- a/docs/changelog-latest.md +++ b/docs/changelog-latest.md @@ -1,12 +1,20 @@ -0.7.14 +0.7.14.1 ==== -# New features -- Proof-of-concept endless mode! For all your INFINITE GAMING needs +Minor bug fixes and improvements update before I go home for Christmas +I will be organising myself over the holiday for hopefully many fast feature updates in early January :) # Improvements -- Selected mods (and if the pacemaker is on) are saved when you close and open the game -- Suggestions engine is drastically improved -- Level select search box works on chart subtitles again -- Some more codebase improvements +- Fixed behaviour of `:` in search boxes (was reserved for special behaviour I never added) +- options.json and config.json to protect them from system crashes (new system for storing data coming anyway) +- Small bit of audio no longer plays as songs switch when in endless mode +- Improved some animations on the main menu +- Improved the Interlude logo slightly, should be a little more aesthetically pleasing + +# Endless mode +- Some small improvements to pattern analysis have been made. **You will have to re-run "Cache patterns" from Options > Advanced as this update wipes the existing cache** +- SV files are recommended if you are on an SV file, and not if you are not + +# Offset changer +- Pressing CTRL+O while ingame is back, and brings up a manual offset picker. If you use Automatic Offset, you can still make manual changes with this diff --git a/docs/changelog.md b/docs/changelog.md index 7e3e9276..1f9a59a7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,23 @@ +0.7.14.1 +==== + +Minor bug fixes and improvements update before I go home for Christmas +I will be organising myself over the holiday for hopefully many fast feature updates in early January :) + +# Improvements +- Fixed behaviour of `:` in search boxes (was reserved for special behaviour I never added) +- options.json and config.json to protect them from system crashes (new system for storing data coming anyway) +- Small bit of audio no longer plays as songs switch when in endless mode +- Improved some animations on the main menu +- Improved the Interlude logo slightly, should be a little more aesthetically pleasing + +# Endless mode +- Some small improvements to pattern analysis have been made. **You will have to re-run "Cache patterns" from Options > Advanced as this update wipes the existing cache** +- SV files are recommended if you are on an SV file, and not if you are not + +# Offset changer +- Pressing CTRL+O while ingame is back, and brings up a manual offset picker. If you use Automatic Offset, you can still make manual changes with this + 0.7.14 ==== diff --git a/src/Interlude.fsproj b/src/Interlude.fsproj index e3ab6e1f..080c4006 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.14 - 0.7.14 + 0.7.14.1 + 0.7.14.1 Percyqaz 1 LICENSE