Skip to content

Commit 928316d

Browse files
committed
Release 0.3.0.7 (LisiasT) for KSP >= 1.4.1
1 parent 3f97137 commit 928316d

3 files changed

Lines changed: 12 additions & 2 deletions

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+
* 2022-1126: 0.3.0.7 (LisiasT) for KSP >= 1.4.1
4+
+ Fixing a naïve approach on checking the `pwd`.
5+
- 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)!
6+
- Also thanks to [HebaruSan](https://forum.kerbalspaceprogram.com/index.php?/profile/156657-hebarusan/) for the brainstorming while investigating the matter
7+
- And my apologies to the CKAN guys for the [trouble](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202777).
38
* 2022-1123: 0.3.0.6 (LisiasT) for KSP >= 1.4.1
49
+ Better diagnosing messages.
510
* 2022-1123: 0.3.0.5 (LisiasT) for KSP >= 1.4.1

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+
* 2022-1126: 0.3.0.7 (LisiasT) for KSP >= 1.4.1
4+
+ Fixing a naïve approach on checking the `pwd`.
5+
- 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)!
6+
- Also thanks to [HebaruSan](https://forum.kerbalspaceprogram.com/index.php?/profile/156657-hebarusan/) for the brainstorming while investigating the matter
7+
- And my apologies to the CKAN guys for the [trouble](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202777).
38
* 2022-1123: 0.3.0.6 (LisiasT) for KSP >= 1.4.1
49
+ Better diagnosing messages.
510
* 2022-1123: 0.3.0.5 (LisiasT) for KSP >= 1.4.1

KSP_Recall.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":0,
99
"MINOR":3,
1010
"PATCH":0,
11-
"BUILD":6
11+
"BUILD":7
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,
@@ -18,6 +18,6 @@
1818
"KSP_VERSION_MAX":{
1919
"MAJOR":1,
2020
"MINOR":12,
21-
"PATCH":3
21+
"PATCH":4
2222
}
2323
}

0 commit comments

Comments
 (0)