Skip to content

Commit

Permalink
Release 2.5.3.5 (Lisias) for KSP >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Nov 19, 2023
1 parent d2ea659 commit 0797338
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# KSP Enhanced /L :: Changes

* 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:
- [#64](https://github.com/net-lisias-ksp/KSPe/issues/64) Error on KSP launch .
* 2023-1116: 2.5.3.4 (Lisias) for KSP >= 1.2
+ Warns user if he is running KSP as a privileged user - seriously, guys, don't do it!
+ More robust `ApplicationRootPath` calculation.
Expand Down
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# KSP Enhanced /L :: Change Log

* 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:
- [#64](https://github.com/net-lisias-ksp/KSPe/issues/64) Error on KSP launch .
* 2023-1116: 2.5.3.4 (Lisias) for KSP >= 1.2
+ Warns user if he is running KSP as a privileged user - seriously, guys, don't do it!
+ More robust `ApplicationRootPath` calculation.
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":4
"BUILD":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 0797338

Please sign in to comment.