Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

76 lines (58 loc) · 2.86 KB

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.

2.2 (January 19th, 2021)

  • [Change] Switch to KSP 1.11. There is no backwards compatibility!
  • [Change] Drop the old MiniAVC in favor of MiniAVC-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.

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.

2.0 (October 10th, 2019)

  • [Change] KSP 1.8 compatibility. WARNING Mod versions of v2.0 and higher are not compatible to KSP versions prior to 1.8!
  • [Change] Upgrade to C# .Net 4.5.
  • [Enhancement] Add Chinese Simplified localization.
  • [Enhancement] Add French localization. And fixing some doc strings.

1.11 (April 23rd, 2019)

  • [Change] KSP 1.7 compatibility.

1.10 (December 25th, 2018)

  • [Change] KSP 1.6 compatibility.

1.9 (October 16th, 2018)

  • [Change] KSP 1.5 compatibility.

1.8 (July 11th, 2018)

  • [Change] Upgrade KSPDev Utils to 0.37.0. Stability fix.

1.7 (July 7th, 2018)

  • [Change] Upgrade KSPDev Utils to 0.36.0.
  • [Enhancement] Add Italian localization (IT_it).
  • [Enhancement] Add Espaniol localization (ES_es).

1.6 (March 7th, 2018)

  • [Change] KSP 1.4.0 compatibility.
  • [Change] Completely disable the highlighting logic if the alpha component of the highlight color is 0.

1.5 (September 19th, 2017)

  • [Fix #11] Wrong location of the settings file.
  • [Change] Fix the location of the localization files.

1.4 (September 17th, 2017)

  • Add localization support.
  • Add RU localization.

1.3.0 (May 25th, 2017)

  • Update to KSP 1.3.

1.2.0 (December 13th, 2016)

  • [Enhancement #3] Allow more modifier keys assigned.
  • [Enhancement #6] Allow setting focus on a specific part. By deafult it's key O.

1.1.1 (October 12th, 2016)

  • [Enhancement] KSP 1.2 support

1.0.3 (September 20th, 2016)

  • [Enhancement] Don't act if UI or vessel switch input is locked.

1.0.2 (June 13th, 2016)

  • [Fix] #2: Docking camera fix mode activates on KIS attach actions.

1.0.1 (June 13th, 2016)

  • [Enhacement] #1: Prevent camera jumping on vessels docking.

1.0.0 (June 4th, 2016)

  • Initial version