- [Change] The hint overlay now uses the stock Unity GUI style.
- [Change] The only adjustable text property is now the font size. Set the font size to
0
or just comment out the line to use the default game's font size. - [Change] The hint overlay is now rescaling to the game's UI scale.
- [Change] An explicit setting
showOverlay
is added to the settings to stop showing the overlay. - [Enhancement] Workaround the
KSP 1.12
bug that halts the game in case of duplicated mods are detected.
- [Change] Switch to KSP 1.11. There is no backwards compatibility!
- [Change] Drop the old
MiniAVC
in favor ofMiniAVC-V2
. - [Enhancement] Some fixes in French localization.
- [Fix #33] Allow to disable the vessel overlay.
- [Fix #34] Conflict with stock building system.
- [Fix #35] Expose stabilization mode in API.
- [Change] Switch to C# compiler v6.0.
- [Change] Set maximum KSP version to
1.99
due to now Squad team increases the minor part on any release, except a bugfix one (and it's the right way to treat versions!). - [Enhancement] Fixing typos in the default localization strings descriptions.
- [Change] KSP 1.8 compatibility. WARNING Mod versions of
v2.0
and higher are not compatible to KSP versions prior to1.8
! - [Change] Upgrade to
C# .Net 4.5
. - [Enhancement] Add Chinese Simplified localization.
- [Enhancement] Add French localization. And fixing some doc strings.
- [Change] KSP 1.7 compatibility.
- [Change] KSP 1.6 compatibility.
- [Change] KSP 1.5 compatibility.
- [Change] Upgrade KSPDev Utils to 0.37.0. Stability fix.
- [Change] Upgrade KSPDev Utils to 0.36.0.
- [Enhancement] Add Italian localization (IT_it).
- [Enhancement] Add Espaniol localization (ES_es).
- [Change] KSP 1.4.0 compatibility.
- [Change] Completely disable the highlighting logic if the alpha component of the highlight color is 0.
- [Fix #11] Wrong location of the settings file.
- [Change] Fix the location of the localization files.
- Add localization support.
- Add RU localization.
- Update to KSP 1.3.
- [Enhancement #3] Allow more modifier keys assigned.
- [Enhancement #6] Allow setting focus on a specific part. By deafult it's key
O
.
- [Enhancement] KSP 1.2 support
- [Enhancement] Don't act if UI or vessel switch input is locked.
- [Fix] #2: Docking camera fix mode activates on KIS attach actions.
- [Enhacement] #1: Prevent camera jumping on vessels docking.
- Initial version