From 9273ba0adaa9d4b95a914e897992d56e1500c70d Mon Sep 17 00:00:00 2001 From: Phantomical Date: Sat, 8 Nov 2025 15:49:20 -0800 Subject: [PATCH] Release v1.3.1 --- CHANGELOG.md | 8 ++++++++ src/HUDReplacer/HUDReplacer.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e07108..1a4b50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.3.1 +### Changed +* Optimized scene switch overhead down from 1.5s to 140ms (as tested with ZTheme). +* Improved error messages when texture names are not in the appropriate format. + +### Fixed +* Fixed a bunch of crashes if texture names were not in the expected format. + ## 1.3.0 This is the first release from KSPModStewards/HUDReplacer. For previous changelog entries check out the releases on . diff --git a/src/HUDReplacer/HUDReplacer.csproj b/src/HUDReplacer/HUDReplacer.csproj index 8ea780e..2aac01c 100644 --- a/src/HUDReplacer/HUDReplacer.csproj +++ b/src/HUDReplacer/HUDReplacer.csproj @@ -2,7 +2,7 @@ A mod that allows you to replace the HUD/UI of Kerbal Space Program - 1.3.0 + 1.3.1 net4.8