-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.5.0.0 (LisiasT) for KSP >= 1.4.1
- Loading branch information
Showing
3 changed files
with
13 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,8 @@ | ||
# KSP-Recall :: Changes | ||
|
||
* 2024-0407: 0.4.1.0 (LisiasT) for KSP >= 1.4.1 | ||
+ Reworks `AttachedOnEditor` to be resilient a changes made by Monkey Patching inside Editor that changes the order in which some internal Editor events happen. | ||
* 2024-0506: 0.5.0.0 (LisiasT) for KSP >= 1.4.1 | ||
+ Rollbacks the PAW changes due an absolutely unexpected, unexplainable and crappy KSP behaviour that only manifested itself on KSP 1.12.x | ||
- I don't have the slightest clue about what happened yet. | ||
+ Closes issues: | ||
- [#73](https://github.com/net-lisias-ksp/KSP-Recall/issues/74) Understand why `BetterEditorUndoRedo` ended up screwing `AttachedOnEditor` indirectly | ||
* 2023-0331: 0.4.0.5 (LisiasT) for KSP >= 1.4.1 | ||
+ I overreacted while restoring the PAW's entries, and ended up allowing some entries to be shown when they shouldn't. Fixing it. | ||
+ Properly implemented what I intended to be the `DebugMode` at first place. | ||
+ Closes issues: | ||
- [#76](https://github.com/net-lisias-ksp/KSP-Recall/issues/76) Implement the PAW's DebugMode properly | ||
- [#75](https://github.com/net-lisias-ksp/KSP-Recall/issues/75) 0.4.0.4 is screwing PAW | ||
* 2023-0328: 0.4.0.4 (LisiasT) for KSP >= 1.4.1 | ||
+ Restores the presence of the PAW's entries, setting them to be shown by default from now on. A patch can turn them off. | ||
+ Closes issues: | ||
- [#74](https://github.com/net-lisias-ksp/KSP-Recall/issues/74) Restore the KSP-Recall buttons on the PAW | ||
* 2023-0323: 0.4.0.3 (LisiasT) for KSP >= 1.4.1 | ||
+ Closes issues: | ||
- [#72](https://github.com/net-lisias-ksp/KSP-Recall/issues/72) Fix the Sanity Check report | ||
- [#68](https://github.com/net-lisias-ksp/KSP-Recall/issues/68) Add an option to to not show the KSP-Recall entries on the PAW | ||
* 2023-0716: 0.4.0.2 (LisiasT) for KSP >= 1.4.1 | ||
+ Implements a missing use case from TweakScale, `OnPartAttachmentNodesChanged`. | ||
+ Updates MMWD to 1.1.1.1 | ||
* 2023-0408: 0.4.0.1 (LisiasT) for KSP >= 1.4.1 | ||
+ Fixes a nasty mishap of mine that gone undetected due another yet more nasty mishap of Module Manager (Forum). | ||
+ Closes issues: | ||
- [#65](https://github.com/net-lisias-ksp/KSP-Recall/issues/65) Yet a new batch of displacement problems on KSP | ||
+ Relates to Discussion: | ||
- [#64](https://github.com/net-lisias-ksp/KSP-Recall/issues/65) Yet a new batch of displacement problems on KSP | ||
* 2023-0325: 0.4.0.0 (LisiasT) for KSP >= 1.4.1 | ||
+ Reworks `Refunding` (yet again), splitting the `PartModule` into two, the second one (`StealBackMyFunds`) dedicated to the Funds on `float` problem. | ||
+ Reworks the `AttachedOnEditor`, fixing an annoying "gap" when merging crafts (that didn't happens on SubAssemblies!) | ||
+ Updates Module Manager Watch Dog to the latest. | ||
+ Closes issues: | ||
- [#62](https://github.com/net-lisias-ksp/KSP-Recall/issues/62) Find a way to survive KSPCF's ~~Stupidity~~ *Less Than Smartness* | ||
- [#61](https://github.com/net-lisias-ksp/KSP-Recall/issues/61) AttachedOnEditor is being screwed up when Merging crafts | ||
- [#28](https://github.com/net-lisias-ksp/KSP-Recall/issues/28) Refresh the ModuleManagerWatchDog DLL | ||
- [#77](https://github.com/net-lisias-ksp/KSP-Recall/issues/77) | ||
Refunding is not working on 1.12.x!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters