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.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Aug 15, 2023
1 parent e224316 commit e06854b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
13 changes: 4 additions & 9 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
0.7.1
0.7.1.1
====

Mostly engine improvements
Turns out the frame limiter still had 2 more bugs in it
They have been fixed and now the frame limiter is indeed better than ever

# Improvements
- Stepmania pack import notification now displays when the import finishes, not when it starts
- Added notification when a recache is in progress to help confused users
- Table import UI is now a bit better in form and function
- Fixed a bug in frame limiters that caused stutters
- New frame limiter option for 720fps
- New experimental setting to override fullscreen refresh rates (for Lifly)
Also, added a description to the Crescent table on the imports screen and took away the WIP sign

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

Turns out the frame limiter still had 2 more bugs in it
They have been fixed and now the frame limiter is indeed better than ever

Also, added a description to the Crescent table on the imports screen and took away the WIP sign

0.7.1
====

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

0 comments on commit e06854b

Please sign in to comment.