瀏覽代碼

Version bump.

Stephen Damm 4 年之前
父節點
當前提交
c8018b0c49

+ 2 - 2
BeatModsReleaseTemplate.txt

@@ -1,8 +1,8 @@
 SongBrowser
 
-6.0.6
+6.0.7
 
-SongCore@2.9.0,SongDataCore@1.3.3
+SongCore@2.9.10,SongDataCore@1.3.4
 
 Adds various sorting and filtering methods to the UI. Search, favorites, ranked, and unranked filters. Sort by BeatSaver and ScoreSaber statistics. Adds PP and other extra stats to the stat panel.
 

+ 3 - 3
SongBrowserPlugin/Plugin.cs

@@ -10,7 +10,7 @@ namespace SongBrowser
     [Plugin(RuntimeOptions.SingleStartInit)]
     public class Plugin
     {
-        public const string VERSION_NUMBER = "6.0.6";
+        public const string VERSION_NUMBER = "6.0.7";
         public static Plugin Instance;
         public static IPA.Logging.Logger Log;
 
@@ -28,7 +28,7 @@ namespace SongBrowser
             Base64Sprites.Init();
 
             BSEvents.OnLoad();
-            BSEvents.menuSceneLoadedFresh += OnMenuSceneLoadedFresh;
+            BSEvents.lateMenuSceneLoadedFresh += OnMenuSceneLoadedFresh;
         }
 
         [OnExit]
@@ -36,7 +36,7 @@ namespace SongBrowser
         {            
         }
 
-        private void OnMenuSceneLoadedFresh()
+        private void OnMenuSceneLoadedFresh(ScenesTransitionSetupDataSO data)
         {
             try
             {

+ 3 - 3
SongBrowserPlugin/Properties/AssemblyInfo.cs

@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("SongBrowser")]
-[assembly: AssemblyCopyright("Copyright ©  2019")]
+[assembly: AssemblyCopyright("Copyright ©  2020")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 // 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("6.0.6")]
-[assembly: AssemblyFileVersion("6.0.6")]
+[assembly: AssemblyVersion("6.0.7")]
+[assembly: AssemblyFileVersion("6.0.7")]

+ 4 - 4
SongBrowserPlugin/manifest.json

@@ -1,13 +1,13 @@
 {
   "author": "Halsafar",
   "description": "Adds sort and filter features to the level selection UI.",
-  "gameVersion": "1.8.0",
+  "gameVersion": "1.11.0",
   "id": "SongBrowser",
   "name": "Song Browser",
-  "version": "6.0.6",
+  "version": "6.0.7",
   "dependsOn": {
-    "SongCore": "^2.9.0",
-    "SongDataCore": "^1.3.3"
+    "SongCore": "^2.9.10",
+    "SongDataCore": "^1.3.4"
   },
   "features": [
     "print",