Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/UltraJohn/HUDReplacer>.
Expand Down
2 changes: 1 addition & 1 deletion src/HUDReplacer/HUDReplacer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>A mod that allows you to replace the HUD/UI of Kerbal Space Program</Description>

<Version>1.3.0</Version>
<Version>1.3.1</Version>

<TargetFramework>net4.8</TargetFramework>
<!-- <DebugType>portable</DebugType> -->
Expand Down