Skip to content

Commit 4ab67a1

Browse files
committed
v1.4.2
1 parent 7dc21c9 commit 4ab67a1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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.2
10+
### Fixed
11+
* Guarded against NREs in `UIPartActionController.CreatePartUI` patch.
12+
913
## 1.4.1
1014
### Fixed
1115
* Fixed a stock bug that would cause the stage tumblers to always be black, no

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.4.1</Version>
5+
<Version>1.4.2</Version>
66

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

src/HUDReplacer/Patches/UIPartActionController_CreatePartUI.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using Assets._UI5.Rendering.Scripts;
32
using HarmonyLib;
43
using UnityEngine;
54
using UnityEngine.UI;

0 commit comments

Comments
 (0)