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.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percyqaz committed Oct 29, 2023
1 parent ba22529 commit b82a658
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
23 changes: 13 additions & 10 deletions docs/changelog-latest.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
0.7.11
0.7.11.1
====

# New features
- NEW ingame overlay to find/search for players and view their profiles
- Can be found in the top-right dropdown, hotkey is `F9` by default
- In this overlay you can also change your name color and manage your friends list
- Added a prompt when dragging a Songs folder onto Interlude, to check if you want to link it rather than plain import
- Links in the ingame wiki are underlined
A patch with a few bug fixes just in time for releasing the game trailer

# New feature
- Under 'Advanced' settings you can now update your cache of patterns
This is so you can try the pattern analysis features like searching or grouping by pattern

# Bug fixes
- Fixed transparency of noteskin previews on Import menu
- Fixed a bug causing the game to shut down twice, making it hang for a bit before closing
- Fixed a crash related to the noteskin editor
- Fixed a bug where noteskin previews didn't update correctly
- Fixed the LN stuck in preview glitch
- Fixed a race-condition related exploit in audio loading
- Fixed clicking on a grouping/sorting dropdown option also clicking a chart immediately after

Also updated the wiki with some new pages :)
Ingame osu! downloads are currently down - Page on imports screen now points you to some manual mirror sites
It will be back soon :)

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

A patch with a few bug fixes just in time for releasing the game trailer

# New feature
- Under 'Advanced' settings you can now update your cache of patterns
This is so you can try the pattern analysis features like searching or grouping by pattern

# Bug fixes
- Fixed a crash related to the noteskin editor
- Fixed a bug where noteskin previews didn't update correctly
- Fixed the LN stuck in preview glitch
- Fixed a race-condition related exploit in audio loading
- Fixed clicking on a grouping/sorting dropdown option also clicking a chart immediately after

Ingame osu! downloads are currently down - Page on imports screen now points you to some manual mirror sites
It will be back soon :)

0.7.11
====

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

0 comments on commit b82a658

Please sign in to comment.