Skip to content

Commit

Permalink
Release 2.2.0.1 (LisiasT) for KSP >= 1.3.1
Browse files Browse the repository at this point in the history
Lisias committed Aug 3, 2024
1 parent 8ddc34b commit 7e48c84
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Distant Object Enhancement (DOE) :: Changes

* 2024-0801: 2.2.0.0 (LisiasT) for KSP >= 1.3.1
* 2024-0803: 2.2.0.1 (LisiasT) for KSP >= 1.3.1
+ Updates `KSPe.Ligh` to the latest
- fixes a bug on handling `Regex` on Windows pathnames
+ Add's (transparent) support for Kopernicus
+ Adds a blacklist to prevent some bodies from being flared (and labeled)
+ Allows customising the Fly Over Labels for vessels and bodies
@@ -12,3 +14,5 @@
- [#33](https://github.com/net-lisias-ksp/DistantObject/issues/33) Support Kopernicus
- [#30](https://github.com/net-lisias-ksp/DistantObject/issues/30) Use the KSP's UI Multiplier Setting on the Labels!
- [#19](https://github.com/net-lisias-ksp/DistantObject/issues/19) Add a BlackList to prevent undesired bodies from bring flared.
* 2024-0801: 2.2.0.0 (LisiasT) for KSP >= 1.3.1
+ ***Withdrawed*** due a bug on `KSPe`.
6 changes: 5 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Distant Object Enhancement (DOE) :: Change Log

* 2024-0801: 2.2.0.0 (LisiasT) for KSP >= 1.3.1
* 2024-0803: 2.2.0.1 (LisiasT) for KSP >= 1.3.1
+ Updates `KSPe.Ligh` to the latest
- fixes a bug on handling `Regex` on Windows pathnames
+ Add's (transparent) support for Kopernicus
+ Adds a blacklist to prevent some bodies from being flared (and labeled)
+ Allows customising the Fly Over Labels for vessels and bodies
@@ -12,6 +14,8 @@
- [#33](https://github.com/net-lisias-ksp/DistantObject/issues/33) Support Kopernicus
- [#30](https://github.com/net-lisias-ksp/DistantObject/issues/30) Use the KSP's UI Multiplier Setting on the Labels!
- [#19](https://github.com/net-lisias-ksp/DistantObject/issues/19) Add a BlackList to prevent undesired bodies from bring flared.
* 2024-0801: 2.2.0.0 (LisiasT) for KSP >= 1.3.1
+ ***Withdrawed*** due a bug on `KSPe`.
* 2024-0428: 2.1.1.16 (LisiasT) for KSP >= 1.3.1
+ Updates `KSPe.Light` to the lastest, mitigating that pesky collateral effect on KSP when users brute-force their way into the Steam's Launcher options trying to get rid of the infamous PD-Launcher.
* 2023-0103: 2.1.1.15 (LisiasT) for KSP >= 1.3.1
2 changes: 1 addition & 1 deletion DistantObject.version
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"MAJOR":2,
"MINOR":2,
"PATCH":0,
"BUILD":0
"BUILD":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,

0 comments on commit 7e48c84

Please sign in to comment.