Skip to content

Commit

Permalink
Release 2.5.3.7 (Lisias) for KSP >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Jan 8, 2024
1 parent 36bd8db commit 728fef2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# KSP Enhanced /L :: Changes

* 2024-0106: 2.5.3.6 (Lisias) for KSP >= 1.2
* 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:
- [#63](https://github.com/net-lisias-ksp/KSPe/issues/63) KSPe.External.AddOnVersionChecker method `LoadFrom(string)` royally screwed the `LoadFrom(string, string =null)` .
* 2024-0106: 2.5.3.6 (Lisias) for KSP >= 1.2
+ ***DITCHED*** as I issued a new release less than 24 hours after releasing this.
* 2023-1118: 2.5.3.5 (Lisias) for KSP >= 1.2
+ Deactivating the Elevated Privileges checking, as there's something fishy on the C# Libraries that handle it (as usual)
+ Related issues:
Expand Down
4 changes: 3 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# KSP Enhanced /L :: Change Log

* 2024-0106: 2.5.3.6 (Lisias) for KSP >= 1.2
* 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:
- [#63](https://github.com/net-lisias-ksp/KSPe/issues/63) KSPe.External.AddOnVersionChecker method `LoadFrom(string)` royally screwed the `LoadFrom(string, string =null)` .
* 2024-0106: 2.5.3.6 (Lisias) for KSP >= 1.2
+ ***DITCHED*** as I issued a new release less than 24 hours after releasing this.
* 2023-1118: 2.5.3.5 (Lisias) for KSP >= 1.2
+ Deactivating the Elevated Privileges checking, as there's something fishy on the C# Libraries that handle it (as usual)
+ Related issues:
Expand Down
2 changes: 1 addition & 1 deletion KSPe.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":2,
"MINOR":5,
"PATCH":3,
"BUILD":6
"BUILD":7
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 728fef2

Please sign in to comment.