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.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Dec 13, 2023
1 parent 3424fe9 commit f28dc3e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
22 changes: 15 additions & 7 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -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

20 changes: 20 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
====

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

0 comments on commit f28dc3e

Please sign in to comment.