Skip to content

Commit 59c6780

Browse files
committed
Release 0.4.0.0 (LisiasT) for KSP >= 1.4.1
1 parent c574e75 commit 59c6780

5 files changed

Lines changed: 29 additions & 105 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,10 @@
11
# KSP-Recall :: Changes
22

3-
* 2023-0226: 0.3.0.12 (LisiasT) for KSP >= 1.4.1
4-
+ Reworks `Refunding` (again), this time with a better workaround for the really expensive parts, the preferential targets.
5-
- Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up!
6-
+ Reworks issue:
7-
- [#60](https://github.com/net-lisias-ksp/KSP-Recall/issues/60) Weird Misbehaviour on Interstellar Technologies
8-
* 2023-0225: 0.3.0.11 (LisiasT) for KSP >= 1.4.1
9-
+ Rework `Refunding` to use `decimal` when handling currency to minimize losses due inaccuracies related to float point math.
10-
- Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up!
11-
+ Closes issue:
12-
- [#60](https://github.com/net-lisias-ksp/KSP-Recall/issues/60) Weird Misbehaviour on Interstellar Technologies
13-
* 2023-0201: 0.3.0.10 (LisiasT) for KSP >= 1.4.1
14-
+ Shoves back `Resourceful` and `AttachedFromEditor` into B9PS's SAS after some carnage in the field
15-
* 2023-0128: 0.3.0.9 (LisiasT) for KSP >= 1.4.1
16-
+ Preventing `Resourceful` and `AttachedFromEditor` from being patched into parts using B9PartSwitch, as they don't need them.
17-
+ Updates `KSPe.Light` with more bugfixes
18-
* 2023-0115: 0.3.0.8 (LisiasT) for KSP >= 1.4.1
19-
+ Updates the thing to KSP 1.12.5
20-
+ Updates `KSPe.Light` with bugfixes and support for 1.12.5
21-
* 2022-1126: 0.3.0.7 (LisiasT) for KSP >= 1.4.1
22-
+ Fixing a naïve approach on checking the `pwd`.
23-
- Thanks to Fellow Kerbonaut [TurtleMountain](https://forum.kerbalspaceprogram.com/index.php?/profile/223946-turtlemountain/) for the [report](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202553) and help on the [diagnose](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202776)!
24-
- Also thanks to [HebaruSan](https://forum.kerbalspaceprogram.com/index.php?/profile/156657-hebarusan/) for the brainstorming while investigating the matter
25-
- And my apologies to the CKAN guys for the [trouble](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202777).
26-
* 2022-1123: 0.3.0.6 (LisiasT) for KSP >= 1.4.1
27-
+ Better diagnosing messages.
28-
* 2022-1123: 0.3.0.5 (LisiasT) for KSP >= 1.4.1
29-
+ Adds a check for the `pwd` problem that started to happen when people tried to get rid of the PD-Launcher in an unfortunate way.
30-
- Check [this](https://forum.kerbalspaceprogram.com/index.php?/topic/210419-get-rid-of-the-stupid-launcher-nobody-likes-them-and-they-do-nothing-but-ruin-the-gaming-experience/) for the whole history.
31-
- Additional links (**do not** try them, they cause this problem!)
32-
- [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/210409-how-to-bypass-the-new-launcher-added-in-update-1124-steam/)
33-
- [Reddit](https://www.reddit.com/r/KerbalSpaceProgram/comments/ym04gx/solution_for_broken_mods_caused_by_the_launcher/)
34-
+ Better diagnosing logs.
35-
+ Updates Module Manager Watch Dog to the latest (1.1.0.3 at this time)
36-
+ Updates to the latest KSPe.Light. (2.4.2.4 at this time)
37-
* 2022-1122: 0.3.0.4 (LisiasT) for KSP >= 1.4.1
38-
+ ***DITCHED***
39-
* 2022-0908: 0.3.0.3 (LisiasT) for KSP >= 1.4.1
40-
+ Updating the Sanity Check to prevent an annoying "Proceed with caution" warning.
41-
* 2022-0904: 0.3.0.2 (LisiasT) for KSP >= 1.4.1
42-
+ After some weeks of denying, it was **finally** realised that `AttachedOnEditor` is needed downto KSP 1.4.3 - on the very first `ModulePartVariant` implementation.
43-
- What a crap of a code they published, damn!
44-
+ Fixes a small brain fart of mine on the [INSTALL.md](https://github.com/net-lisias-ksp/KSP-Recall/blob/master/INSTALL.md) file.
45-
+ Updates KSPe.Light to the latest release (2.4.2.1 at this time)
46-
+ Closes issues:
47-
- [#55](https://github.com/net-lisias-ksp/KSP-Recall/issues/55) The KSP Editor is screwing things since 1.4.3
48-
- [#50](https://github.com/net-lisias-ksp/KSP-Recall/issues/50) Not sure how to install 0.3.0.0
49-
- Thanks to [@tomtheisen](https://github.com/tomtheisen) for the heads up!
50-
* 2022-0630: 0.3.0.1 (LisiasT) for KSP >= 1.4.1
51-
+ Fixes a **huge** brain fart of mine from 0.2.2.4 #facePalm
52-
+ Closes issues:
53-
- [#52](https://github.com/net-lisias-ksp/KSP-Recall/issues/52) REPORT: Diagnosing the GoAHead Issue
54-
- [#49](https://github.com/net-lisias-ksp/KSP-Recall/issues/49) ArgumentOutOfRangeException causes saving to break and makes my save file unplayable
55-
* 2022-0626: 0.3.0.0 (LisiasT) for KSP >= 1.4.1
56-
+ Prevents a race condition with Making History on Main Menu on heavily loaded rigs.
57-
+ Updates ModuleManagerWatchDog to 1.1.0.1
58-
+ Updates KSPe.Light.Recall to 2.4.1.16 due the [Proton fix](https://github.com/net-lisias-ksp/KSPe/issues/31).
59-
+ Closes issues:
60-
- [#45](https://github.com/net-lisias-ksp/KSP-Recall/issues/45) Move the Sanity Checks) out of the Main Menu startup
61-
* 2022-0514: 0.2.2.4 (LisiasT) for KSP >= 1.4.1
62-
+ Closes issues:
63-
- [#41](https://github.com/net-lisias-ksp/KSP-Recall/issues/41) Investigate a possible (bad) iteraction with Procedural Parts (RO) V2.3.0
64-
- [#40](https://github.com/net-lisias-ksp/KSP-Recall/issues/40) Unhappy interaction with Deep Freeze?
65-
- [#37](https://github.com/net-lisias-ksp/KSP-Recall/issues/37) Check about a missing use-case on AttachedOnEditor
66-
- [#21](https://github.com/net-lisias-ksp/KSP-Recall/issues/21) Update KSPe.Light for KSPe
3+
* 2023-0325: 0.4.0.0 (LisiasT) for KSP >= 1.4.1
4+
+ Reworks `Refunding` (yet again), splitting the `PartModule` into two, the second one (`StealBackMyFunds`) dedicated to the Funds on `float` problem.
5+
+ Reworks the `AttachedOnEditor`, fixing an annoying "gap" when merging crafts (that didn't happens on SubAssemblies!)
6+
+ Updates Module Manager Watch Dog to the latest.
7+
+ Closes issues:
8+
- [#62](https://github.com/net-lisias-ksp/KSP-Recall/issues/62) Find a way to survive KSPCF's ~~Stupidity~~ *Less Than Smartness*
9+
- [#61](https://github.com/net-lisias-ksp/KSP-Recall/issues/61) AttachedOnEditor is being screwed up when Merging crafts
10+
- [#28](https://github.com/net-lisias-ksp/KSP-Recall/issues/28) Refresh the ModuleManagerWatchDog DLL

CHANGE_LOG.md

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

3+
* 2023-0325: 0.4.0.0 (LisiasT) for KSP >= 1.4.1
4+
+ Reworks `Refunding` (yet again), splitting the `PartModule` into two, the second one (`StealBackMyFunds`) dedicated to the Funds on `float` problem.
5+
+ Reworks the `AttachedOnEditor`, fixing an annoying "gap" when merging crafts (that didn't happens on SubAssemblies!)
6+
+ Updates Module Manager Watch Dog to the latest.
7+
+ Closes issues:
8+
- [#62](https://github.com/net-lisias-ksp/KSP-Recall/issues/62) Find a way to survive KSPCF's ~~Stupidity~~ *Less Than Smartness*
9+
- [#61](https://github.com/net-lisias-ksp/KSP-Recall/issues/61) AttachedOnEditor is being screwed up when Merging crafts
10+
- [#28](https://github.com/net-lisias-ksp/KSP-Recall/issues/28) Refresh the ModuleManagerWatchDog DLL
311
* 2023-0226: 0.3.0.12 (LisiasT) for KSP >= 1.4.1
412
+ Reworks `Refunding` (again), this time with a better workaround for the really expensive parts, the preferential targets.
513
- Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up!

KSP-Recall.netkan

Lines changed: 0 additions & 31 deletions
This file was deleted.

KSP_Recall.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
"VERSION":{
88
"MAJOR":0,
9-
"MINOR":3,
9+
"MINOR":4,
1010
"PATCH":0,
11-
"BUILD":12
11+
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ Aims to fix Stock misbehaviours the most seamlessly as possible, trying hard to
77

88
## In a Hurry
99

10-
* [Discussions](https://github.com/net-lisias-ksp/KSP-Recall/discussions)
11-
* [Issue Tracker](https://github.com/net-lisias-ksp/KSP-Recall/issues)
12-
* [Latest Release](https://github.com/net-lisias-ksp/KSP-Recall/releases)
13-
+ [Binaries](https://github.com/net-lisias-ksp/KSP-Recall/tree/Archive)
14-
* [Source](https://github.com/net-lisias-ksp/KSP-Recall)
1510
* Documentation
1611
+ [Homepage](http://ksp.lisias.net/add-ons/KSP-Recall) on L Aerospace KSP Division
1712
+ [Project's README](https://github.com/net-lisias-ksp/KSP-Recall/blob/master/README.md)
@@ -20,9 +15,17 @@ Aims to fix Stock misbehaviours the most seamlessly as possible, trying hard to
2015
+ [Known Issues](./KNOWN_ISSUES.md)
2116
+ [TODO](./TODO.md) list
2217
* Official Distribution Sites:
23-
+ [Homepage](http://ksp.lisias.net/add-ons/KSP-Recall) on L Aerospace
24-
+ [Source and Binaries](https://github.com/net-lisias-ksp/KSP-Recall) on GitHub.
25-
+ [KSP's Forum Thread](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-*)
18+
+ [CurseForge](https://www.curseforge.com/kerbal/ksp-mods/ksp-recall)
19+
+ [SpaceDock](https://spacedock.info/mod/2434/KSP-Recall)
20+
+ [Latest Release](https://github.com/net-lisias-ksp/KSP-Recall/releases)
21+
- [Binaries](https://github.com/net-lisias-ksp/KSP-Recall/tree/Archive)
22+
* Support
23+
+ [Homepage](http://ksp.lisias.net/add-ons/KSP-Recall/Support/) on L Aerospace KSP Division
24+
+ [Reddit](https://www.reddit.com/r/KSP_Recall/)
25+
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-*)
26+
+ [Discussions](https://github.com/net-lisias-ksp/KSP-Recall/discussions)
27+
* [Source](https://github.com/net-lisias-ksp/KSP-Recall)
28+
+ [Issue Tracker](https://github.com/net-lisias-ksp/KSP-Recall/issues)
2629

2730

2831
## Description

0 commit comments

Comments
 (0)