You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# KSP-Recall :: Changes
2
2
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
3
7
* 2023-0331: 0.4.0.5 (LisiasT) for KSP >= 1.4.1
4
8
+ I overreacted while restoring the PAW's entries, and ended up allowing some entries to be shown when they shouldn't. Fixing it.
5
9
+ Properly implemented what I intended to be the `DebugMode` at first place.
Copy file name to clipboardExpand all lines: CHANGE_LOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# KSP-Recall :: Change Log
2
2
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
3
7
* 2023-0331: 0.4.0.5 (LisiasT) for KSP >= 1.4.1
4
8
+ I overreacted while restoring the PAW's entries, and ended up allowing some entries to be shown when they shouldn't. Fixing it.
5
9
+ Properly implemented what I intended to be the `DebugMode` at first place.
0 commit comments