Skip to content

Commit 164a336

Browse files
committed
Release 0.4.1.0 (LisiasT) for KSP >= 1.4.1
1 parent 8fac9f1 commit 164a336

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# KSP-Recall :: Changes
22

3+
* 2024-0407: 0.4.1.0 (LisiasT) for KSP >= 1.4.1
4+
+ Reworks `AttachedOnEditor` to be resilient a changes made by Monkey Patching inside Editor that changes the order in which some internal Editor events happen.
5+
+ Closes issues:
6+
- [#73](https://github.com/net-lisias-ksp/KSP-Recall/issues/74) Understand why `BetterEditorUndoRedo` ended up screwing `AttachedOnEditor` indirectly
37
* 2023-0331: 0.4.0.5 (LisiasT) for KSP >= 1.4.1
48
+ I overreacted while restoring the PAW's entries, and ended up allowing some entries to be shown when they shouldn't. Fixing it.
59
+ Properly implemented what I intended to be the `DebugMode` at first place.

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# KSP-Recall :: Change Log
22

3+
* 2024-0407: 0.4.1.0 (LisiasT) for KSP >= 1.4.1
4+
+ Reworks `AttachedOnEditor` to be resilient a changes made by Monkey Patching inside Editor that changes the order in which some internal Editor events happen.
5+
+ Closes issues:
6+
- [#73](https://github.com/net-lisias-ksp/KSP-Recall/issues/74) Understand why `BetterEditorUndoRedo` ended up screwing `AttachedOnEditor` indirectly
37
* 2023-0331: 0.4.0.5 (LisiasT) for KSP >= 1.4.1
48
+ I overreacted while restoring the PAW's entries, and ended up allowing some entries to be shown when they shouldn't. Fixing it.
59
+ Properly implemented what I intended to be the `DebugMode` at first place.

KSP_Recall.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"VERSION":{
88
"MAJOR":0,
99
"MINOR":4,
10-
"PATCH":0,
11-
"BUILD":5
10+
"PATCH":1,
11+
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)