Skip to content

Commit

Permalink
Merge pull request #69 from Kylon99/dev/0.8.1/#68_Play_Mode_selection…
Browse files Browse the repository at this point in the history
…_in_GameplaySetupMenu_is_not_saved

Dev/0.8.1/#68 play mode selection in gameplay setup menu is not saved
  • Loading branch information
Kylon99 authored Jun 9, 2024
2 parents 0e1a284 + d17274b commit 1c21786
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions AlternativePlay/Models/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static void SelectPlayModeSetting(int index)
{
Configuration.instance.ConfigurationData.Selected =
index < 0 || index >= Configuration.instance.ConfigurationData.PlayModeSettings.Count ? 0 : index;
Configuration.instance.SaveConfiguration();
}

/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions AlternativePlay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("KevinKylon")]
[assembly: AssemblyProduct("AlternativePlay")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: AssemblyVersion("0.8.1.0")]
[assembly: AssemblyFileVersion("0.8.1.0")]
2 changes: 1 addition & 1 deletion AlternativePlay/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"icon": "AlternativePlay.Public.DarthMaulColor.png",
"id": "AlternativePlay",
"name": "AlternativePlay",
"version": "0.8.0",
"version": "0.8.1",
"dependsOn": {
"BeatSaberMarkupLanguage": "^1.6.3",
"BS Utils": "^1.12.0",
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Drop the AlternativePlay.dll file into your Plugins folder under your BeatSaber

## Changelog

### 0.8.1
- Fixed play mode selection not saving

### 0.8.0
- Added options to change flail handle length
- United support for Beat Saber 1.21 - 1.26 and 1.27 - 1.29.1
Expand Down

0 comments on commit 1c21786

Please sign in to comment.