Skip to content

Commit

Permalink
Release 2.5.4.0 (Lisias) for KSP >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Mar 30, 2024
1 parent afd6fc0 commit 04022ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# KSP Enhanced /L :: Changes

* 2024-0330: 2.5.4.0 (Lisias) for KSP >= 1.2
+ More UnityEnding and KSP data types serialization/deserialization support for `ConfigNodeWithSteroids`.
- Proper support for **writting** nodes implemented.
+ Some copy constructors for the mentioned data types.
+ Closes issues:
- [#65](https://github.com/net-lisias-ksp/KSPe/issues/65) Instrument the KSPe Install Checker to detect when the user deleted the Add'On Directory and kill yourself from `GameData` .
- [#56](https://github.com/net-lisias-ksp/KSPe/issues/56) KSP **should not** be run as Privileged User (Administrator on Windows, root on UNIX) .
* 2024-0213: 2.5.3.8 (Lisias) for KSP >= 1.2
+ More friendly approach on handling issues when CKAN is present.
* 2024-0107: 2.5.3.7 (Lisias) for KSP >= 1.2
Expand Down
9 changes: 7 additions & 2 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# KSP Enhanced /L :: Change Log

* 2024-0213: 2.5.3.8 (Lisias) for KSP >= 1.2
+
* 2024-0330: 2.5.4.0 (Lisias) for KSP >= 1.2
+ More UnityEnding and KSP data types serialization/deserialization support for `ConfigNodeWithSteroids`.
- Proper support for **writting** nodes implemented.
+ Some copy constructors for the mentioned data types.
+ Closes issues:
- [#65](https://github.com/net-lisias-ksp/KSPe/issues/65) Instrument the KSPe Install Checker to detect when the user deleted the Add'On Directory and kill yourself from `GameData` .
- [#56](https://github.com/net-lisias-ksp/KSPe/issues/56) KSP **should not** be run as Privileged User (Administrator on Windows, root on UNIX) .
* 2024-0107: 2.5.3.7 (Lisias) for KSP >= 1.2
+ Fixes a regression due a badly executed job on [issue #63](https://github.com/net-lisias-ksp/KSPe/issues/63).
+ Reworks issues:
Expand Down
4 changes: 2 additions & 2 deletions KSPe.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"VERSION":{
"MAJOR":2,
"MINOR":5,
"PATCH":3,
"BUILD":8
"PATCH":4,
"BUILD":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 04022ad

Please sign in to comment.