Skip to content

Commit ddb928a

Browse files
committed
v1.4.0
1 parent df6365f commit ddb928a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
## 1.4.0
10+
### Added
11+
* The debug tools have been completely rewritten to be a bit more user-friendly.
12+
You can still use the original shortcuts for cases where a UI window would not
13+
be visible.
14+
15+
### Changed
16+
* Replacement textures are now loaded up front, instead of during the scene load.
17+
* The point at which textures are replaced has been moved somewhat later. It now
18+
happens during `onLevelWasLoadedGUIReady` instead of `HUDReplacer.Awake`.
19+
This will mean that you can replace more textures than before.
20+
21+
### Fixed
22+
* HUDReplacer now correctly replaces textures for windows using imgui/OnGUI.
23+
924
## 1.3.3
1025
### Fixed
1126
* Fixed a bug where HUDReplacer would not replace any textures if there were

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.3</Version>
5+
<Version>1.4.0</Version>
66

77
<TargetFramework>net4.8</TargetFramework>
88
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)