diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 0eea2f43..d55bfcb7 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -33,7 +33,7 @@ namespace IPA.Config } internal const string IPAName = "Beat Saber IPA"; - internal const string IPAVersion = "3.12.15"; + internal const string IPAVersion = "3.12.16"; public bool Regenerate = true; diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index 6ad5a44f..2d622f94 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -5,7 +5,7 @@ "gameVersion": "0.13.2", "id": "BSIPA", "name": "Beat Saber IPA", - "version": "3.12.15", + "version": "3.12.16", "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 cb8286b7..2c7f3f5f 100644 --- a/IPA.Loader/Logging/StandardLogger.cs +++ b/IPA.Loader/Logging/StandardLogger.cs @@ -137,7 +137,6 @@ namespace IPA.Logging if (!addedConsolePrinters) AddDefaultPrinter(new ColorlessConsolePrinter()); - StdoutInterceptor.Intercept(); finalizedDefaultPrinters = true; } @@ -259,6 +258,7 @@ namespace IPA.Logging var started = new HashSet(); while (logQueue.TryTake(out var msg, Timeout.Infinite)) { + StdoutInterceptor.Intercept(); do { var logger = msg.Logger; diff --git a/IPA/Program.cs b/IPA/Program.cs index 3b0d2f51..e9d4e464 100644 --- a/IPA/Program.cs +++ b/IPA/Program.cs @@ -23,7 +23,7 @@ namespace IPA Unknown } - public const string FileVersion = "3.12.15"; + public const string FileVersion = "3.12.16"; public static Version Version => Assembly.GetEntryAssembly().GetName().Version; diff --git a/appveyor.yml b/appveyor.yml index d5b9a84e..76a7304d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.12.15' + bsipa_version: '3.12.16' pull_requests: do_not_increment_build_number: true install: