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