Skip to content

Commit

Permalink
Release 0.3.0.7 (LisiasT) for KSP >= 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Nov 26, 2022
1 parent 3f97137 commit 928316d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# KSP-Recall :: Changes

* 2022-1126: 0.3.0.7 (LisiasT) for KSP >= 1.4.1
+ Fixing a naïve approach on checking the `pwd`.
- 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)!
- Also thanks to [HebaruSan](https://forum.kerbalspaceprogram.com/index.php?/profile/156657-hebarusan/) for the brainstorming while investigating the matter
- And my apologies to the CKAN guys for the [trouble](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202777).
* 2022-1123: 0.3.0.6 (LisiasT) for KSP >= 1.4.1
+ Better diagnosing messages.
* 2022-1123: 0.3.0.5 (LisiasT) for KSP >= 1.4.1
Expand Down
5 changes: 5 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# KSP-Recall :: Change Log

* 2022-1126: 0.3.0.7 (LisiasT) for KSP >= 1.4.1
+ Fixing a naïve approach on checking the `pwd`.
- 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)!
- Also thanks to [HebaruSan](https://forum.kerbalspaceprogram.com/index.php?/profile/156657-hebarusan/) for the brainstorming while investigating the matter
- And my apologies to the CKAN guys for the [trouble](https://forum.kerbalspaceprogram.com/index.php?/topic/192048-143/&do=findComment&comment=4202777).
* 2022-1123: 0.3.0.6 (LisiasT) for KSP >= 1.4.1
+ Better diagnosing messages.
* 2022-1123: 0.3.0.5 (LisiasT) for KSP >= 1.4.1
Expand Down
4 changes: 2 additions & 2 deletions KSP_Recall.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":0,
"MINOR":3,
"PATCH":0,
"BUILD":6
"BUILD":7
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -18,6 +18,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":12,
"PATCH":3
"PATCH":4
}
}

0 comments on commit 928316d

Please sign in to comment.