File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 1.3.1
11+ ### Changed
12+ * Optimized scene switch overhead down from 1.5s to 140ms (as tested with ZTheme).
13+ * Improved error messages when texture names are not in the appropriate format.
14+
15+ ### Fixed
16+ * Fixed a bunch of crashes if texture names were not in the expected format.
17+
1018## 1.3.0
1119This is the first release from KSPModStewards/HUDReplacer. For previous changelog
1220entries check out the releases on < https://github.com/UltraJohn/HUDReplacer > .
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >A mod that allows you to replace the HUD/UI of Kerbal Space Program</Description >
44
5- <Version >1.3.0 </Version >
5+ <Version >1.3.1 </Version >
66
77 <TargetFramework >net4.8</TargetFramework >
88 <!-- <DebugType>portable</DebugType> -->
You can’t perform that action at this time.
0 commit comments