Releases: ihsoft/EasyVesselSwitch
Releases · ihsoft/EasyVesselSwitch
EVS v2.3
2.3 (July 1st, 2021)
- [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.
EVS v2.2
2.2 (January 19th, 2021)
- [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.
EVS v2.1
2.1 (March, 3rd, 2020)
- [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.
EVS v2.0
2.0 (October 23rd, 2019)
- [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.