Skip to content

Commit 8caf227

Browse files
authored
Release v1.3.1 (#8)
1 parent dc6c060 commit 8caf227

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1119
This is the first release from KSPModStewards/HUDReplacer. For previous changelog
1220
entries check out the releases on <https://github.com/UltraJohn/HUDReplacer>.

src/HUDReplacer/HUDReplacer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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> -->

0 commit comments

Comments
 (0)