From 067cfb962f1fad4b47f1f3a204da20a7aaae494f Mon Sep 17 00:00:00 2001 From: Andrew Faulkner Date: Wed, 25 Jul 2018 04:20:08 +1000 Subject: [PATCH] I'm dumb --- BeatSaberTweaks/Plugin.cs | 2 +- README.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/BeatSaberTweaks/Plugin.cs b/BeatSaberTweaks/Plugin.cs index 22057a0..651d48d 100644 --- a/BeatSaberTweaks/Plugin.cs +++ b/BeatSaberTweaks/Plugin.cs @@ -11,7 +11,7 @@ public class Plugin : IPlugin #if NewUI public string Version => "3.3"; #else - public string Version => "3.2.4"; + public string Version => "3.2.5"; #endif private bool _init = false; diff --git a/README.md b/README.md index 4d24208..15c05c0 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,16 @@ The following options are changed by editing Tweaks.cfg - Score Position # Changes -3.3 (In Progress) -- UPdated to use BeatSaberUI plugin to show config UI - +3.3 *In Progress* +- Updated to use BeatSaberUI plugin to show config UI + +3.2.5 +- Fixed settings UI not showing + 3.2.4 - Fixed clock briefly showing Release Notes - Fixed stuttering when not changing song speed (again) - + 3.2.3 - Fixed controller issue for Oculus for activating FCs - Tweaked clock code to only updated once per minute