Skip to content

Commit 4d2feaf

Browse files
committed
Release 0.3.0.12 (LisiasT) for KSP >= 1.4.1
1 parent a15ec59 commit 4d2feaf

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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
38
* 2023-0225: 0.3.0.11 (LisiasT) for KSP >= 1.4.1
49
+ Rework `Refunding` to use `decimal` when handling currency to minimize losses due inaccuracies related to float point math.
510
- Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up!

CHANGE_LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# KSP-Recall :: Change Log
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
38
* 2023-0225: 0.3.0.11 (LisiasT) for KSP >= 1.4.1
49
+ Rework `Refunding` to use `decimal` when handling currency to minimize losses due inaccuracies related to float point math.
510
- Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up!

KSP_Recall.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":0,
99
"MINOR":3,
1010
"PATCH":0,
11-
"BUILD":11
11+
"BUILD":12
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)