From c00dd57a77b1c9c74c800d5be7591d60bcff6fba Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:24:21 -0500 Subject: [PATCH] push --- FuckMetrics/Main.cs | 2 +- FuckMetrics/Properties/AssemblyInfo.cs | 2 +- FuckMetrics/format.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FuckMetrics/Main.cs b/FuckMetrics/Main.cs index 31ab736..cdc051d 100644 --- a/FuckMetrics/Main.cs +++ b/FuckMetrics/Main.cs @@ -11,7 +11,7 @@ public class FuckMetricsMod : MelonMod public static readonly MelonPreferences_Category CategoryFuckMetrics = MelonPreferences.CreateCategory(SettingsCategory); public static readonly MelonPreferences_Entry EntryDisableCohtmlViewOnIdle = - CategoryFuckMetrics.CreateEntry("Disable CohtmlView On Idle", false, description: "Disables CohtmlView on the menus when idle. This can give a huge performance boost."); + CategoryFuckMetrics.CreateEntry("Disable CohtmlView On Idle", false, description: "Disables CohtmlView on the menus when idle. Takes up to 6 seconds after menu exit. This can give a huge performance boost."); public static readonly MelonPreferences_Entry EntryDisableMetrics = CategoryFuckMetrics.CreateEntry("Menu Metrics", SettingState.MenuOnly, description: "Disables menu metrics (FPS & Ping). Updates once on menu open if disabled."); diff --git a/FuckMetrics/Properties/AssemblyInfo.cs b/FuckMetrics/Properties/AssemblyInfo.cs index 389282b..e77d921 100644 --- a/FuckMetrics/Properties/AssemblyInfo.cs +++ b/FuckMetrics/Properties/AssemblyInfo.cs @@ -26,6 +26,6 @@ using System.Reflection; namespace NAK.Melons.FuckMetrics.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.1"; + public const string Version = "1.0.2"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/FuckMetrics/format.json b/FuckMetrics/format.json index 88a2cb6..e5b314b 100644 --- a/FuckMetrics/format.json +++ b/FuckMetrics/format.json @@ -1,7 +1,7 @@ { "_id": 135, "name": "FuckMetrics", - "modversion": "1.0.1", + "modversion": "1.0.2", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", @@ -17,8 +17,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/FuckMetrics/releases/download/v1.0.1/FuckMetrics.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/FuckMetrics/releases/download/v1.0.2/FuckMetrics.dll", "sourcelink": "https://github.com/NotAKidOnSteam/FuckMetrics/", - "changelog": "- Initial Release\n- Renamed to FuckMetrics\n- Add Update Rate settings", + "changelog": "- Initial Release.\n- Renamed to FuckMetrics.\n- Add Update Rate settings.\n- Add back CohtmlView disabling as option.", "embedcolor": "#8ed6fb" } \ No newline at end of file