Skip to content

Commit

Permalink
Release 2.5.2.3 (Lisias) for KSP >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed May 14, 2023
1 parent 240601e commit e01770f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# KSP Enhanced /L :: Changes

* 2023-0514: 2.5.2.3 (Lisias) for KSP >= 1.2
+ Fixes a design flaw on the `KSPe.InstallChecker`'s update mechanism that wasn't being able to tell the user to restart KSP due an updated `000_KSPe.dll`
- This fix is mandatory for CurseForge users, otherwise future KSPe updates will be troublesome for them.
- Everybody else should not be affected.
+ Fixes another flaw on the thing, working around the KSP >= 1.8 `Assembly Loader/Resolver` major screw up.
+ Closes issues:
- [#54](https://github.com/net-lisias-ksp/KSPe/issues/50) Rework the Loading Mechanism.
* 2023-0513: 2.5.2.2 (Lisias) for KSP >= 1.2
+ ***DITCHED***
* 2023-0513: 2.5.2.1 (Lisias) for KSP >= 1.2
+ ***DITCHED***
* 2023-0321: 2.5.2.0 (Lisias) for KSP >= 1.2
+ Moving CkanTools to a external library (KSPe.External) where 3rd party support will be implemented, avoiding cluttering the main Assembly with non core business stuff
+ Incepting support for KSP-AVC version files.
Expand Down
11 changes: 11 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# KSP Enhanced /L :: Change Log

* 2023-0514: 2.5.2.3 (Lisias) for KSP >= 1.2
+ Fixes a design flaw on the `KSPe.InstallChecker`'s update mechanism that wasn't being able to tell the user to restart KSP due an updated `000_KSPe.dll`
- This fix is mandatory for CurseForge users, otherwise future KSPe updates will be troublesome for them.
- Everybody else should not be affected.
+ Fixes another flaw on the thing, working around the KSP >= 1.8 `Assembly Loader/Resolver` major screw up.
+ Closes issues:
- [#54](https://github.com/net-lisias-ksp/KSPe/issues/50) Rework the Loading Mechanism.
* 2023-0513: 2.5.2.2 (Lisias) for KSP >= 1.2
+ ***DITCHED***
* 2023-0513: 2.5.2.1 (Lisias) for KSP >= 1.2
+ ***DITCHED***
* 2023-0321: 2.5.2.0 (Lisias) for KSP >= 1.2
+ Moving CkanTools to a external library (KSPe.External) where 3rd party support will be implemented, avoiding cluttering the main Assembly with non core business stuff
+ Incepting support for KSP-AVC version files.
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":2,
"BUILD":0
"BUILD":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit e01770f

Please sign in to comment.