diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs
index e2fbd1ab..d3e8b4d4 100644
--- a/IPA.Loader/Config/SelfConfig.cs
+++ b/IPA.Loader/Config/SelfConfig.cs
@@ -67,7 +67,7 @@ namespace IPA.Config
}
internal const string IPAName = "Beat Saber IPA";
- internal const string IPAVersion = "3.13.1";
+ internal const string IPAVersion = "3.13.2";
// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
// Debug.CondenseModLogs
diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json
index 74d439a5..04482a62 100644
--- a/IPA.Loader/Loader/manifest.json
+++ b/IPA.Loader/Loader/manifest.json
@@ -8,7 +8,7 @@
"gameVersion": "1.3.0",
"id": "BSIPA",
"name": "Beat Saber IPA",
- "version": "3.13.1",
+ "version": "3.13.2",
"icon": "IPA.icon.png",
"features": [
"define-feature(print, IPA.Loader.Features.PrintFeature)",
diff --git a/IPA.Loader/Logging/StandardLogger.cs b/IPA.Loader/Logging/StandardLogger.cs
index 18df65ee..39dbc28e 100644
--- a/IPA.Loader/Logging/StandardLogger.cs
+++ b/IPA.Loader/Logging/StandardLogger.cs
@@ -100,6 +100,7 @@ namespace IPA.Logging
///
/// the global filter level
public static LogLevel PrintFilter { get; set; } = LogLevel.All;
+ private static bool showTrace = false;
private readonly List printers = new List();
private readonly StandardLogger parent;
@@ -114,6 +115,7 @@ namespace IPA.Logging
{
showSourceClass = SelfConfig.Debug_.ShowCallSource_;
PrintFilter = SelfConfig.Debug_.ShowDebug_ ? LogLevel.All : LogLevel.InfoUp;
+ showTrace = SelfConfig.Debug_.ShowTrace_;
}
private StandardLogger(StandardLogger parent, string subName)
@@ -187,7 +189,7 @@ namespace IPA.Logging
if (message == null)
throw new ArgumentNullException(nameof(message));
- if (!SelfConfig.Debug_.ShowTrace_ && level == Level.Trace) return;
+ if (!showTrace && level == Level.Trace) return;
// make sure that the queue isn't being cleared
logWaitEvent.Wait();
diff --git a/IPA/Program.cs b/IPA/Program.cs
index 7c257507..842f88fc 100644
--- a/IPA/Program.cs
+++ b/IPA/Program.cs
@@ -23,7 +23,7 @@ namespace IPA
Unknown
}
- public const string FileVersion = "3.13.1";
+ public const string FileVersion = "3.13.2";
public static Version Version => Assembly.GetEntryAssembly().GetName().Version;
diff --git a/Refs/Assembly-CSharp.dll b/Refs/Assembly-CSharp.dll
index a08ddae8..cf7c7297 100644
Binary files a/Refs/Assembly-CSharp.dll and b/Refs/Assembly-CSharp.dll differ
diff --git a/Refs/BeatSaberCustomUI.dll b/Refs/BeatSaberCustomUI.dll
index ea39c5d4..c088bb8a 100644
Binary files a/Refs/BeatSaberCustomUI.dll and b/Refs/BeatSaberCustomUI.dll differ
diff --git a/Refs/Unity.TextMeshPro.dll b/Refs/Unity.TextMeshPro.dll
index 384d7145..4e1ca61e 100644
Binary files a/Refs/Unity.TextMeshPro.dll and b/Refs/Unity.TextMeshPro.dll differ
diff --git a/Refs/UnityEngine.CoreModule.Net4.dll b/Refs/UnityEngine.CoreModule.Net4.dll
index 390d0b06..158ef534 100644
Binary files a/Refs/UnityEngine.CoreModule.Net4.dll and b/Refs/UnityEngine.CoreModule.Net4.dll differ
diff --git a/appveyor.yml b/appveyor.yml
index a45f7c6e..18d891d7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
version: 'BSIPA-{branch}-{build}'
environment:
- bsipa_version: '3.13.1'
+ bsipa_version: '3.13.2'
gh_token:
secure: E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU