diff --git a/CHANGELOG.md b/CHANGELOG.md index 92890c68..ab530644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ * https://yaclog.readthedocs.io * https://keepachangelog.com -## Unreleased +## 0.2.20.0 - 2024-11-11 ### Notable Changes @@ -35,6 +35,7 @@ * Fix a bug where held props could disappear if you buckled and unbuckled * Fix a bug that would break the flight camera if the active kerbal died while in a separate part + ## 0.2.19.0 - 2024-09-23 ### Notable Changes diff --git a/FreeIva/Properties/AssemblyInfo.cs b/FreeIva/Properties/AssemblyInfo.cs index 1b43288c..7794d49f 100644 --- a/FreeIva/Properties/AssemblyInfo.cs +++ b/FreeIva/Properties/AssemblyInfo.cs @@ -22,7 +22,7 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("44e7ef91-ec1f-4270-9bbf-e8a002a08689")] -[assembly: AssemblyVersion("0.2.19.0")] -[assembly: AssemblyFileVersion("0.2.19.0")] +[assembly: AssemblyVersion("0.2.20.0")] +[assembly: AssemblyFileVersion("0.2.20.0")] -[assembly: KSPAssembly("FreeIva", 0, 2, 19)] +[assembly: KSPAssembly("FreeIva", 0, 2, 20)] diff --git a/GameData/FreeIva/FreeIva.version b/GameData/FreeIva/FreeIva.version index 784420a6..3b7fad11 100644 --- a/GameData/FreeIva/FreeIva.version +++ b/GameData/FreeIva/FreeIva.version @@ -6,7 +6,7 @@ { "MAJOR": 0, "MINOR": 2, - "PATCH": 19, + "PATCH": 20, "BUILD": 0 }, "KSP_VERSION_MIN": diff --git a/GameData/FreeIva/FreeIvaChangelog.cfg b/GameData/FreeIva/FreeIvaChangelog.cfg index 43cd5e63..52642281 100644 --- a/GameData/FreeIva/FreeIvaChangelog.cfg +++ b/GameData/FreeIva/FreeIvaChangelog.cfg @@ -3,6 +3,71 @@ KERBALCHANGELOG { modName = FreeIva author = pizzaoverhead, JonnyOThan, Icecovery + VERSION { + version = 0.2.20.0 + versionDate = 2024-11-11 + CHANGE { + type = Notable Changes + change = Added support for [Simplex station parts habs](https://spacedock.info/mod/3644/SIMPLEX%20Station%20Parts%20Habs) + } + + CHANGE { + type = Notable Changes + change = Add passthrough options for stock 1.25m fuel tanks + } + + CHANGE { + type = Notable Changes + change = Reduced logging verbosity to improve loading performance + } + + CHANGE { + type = Notable Changes + change = Improve performance overhead of FreeIva part modules + } + + CHANGE { + type = Notable Changes + change = Adjusted depth mask/window rendering order to fix lots of clipping issues at the borders of windows + } + + CHANGE { + type = Notable Changes + change = Close hatches when undocking/decoupling when necessary + } + + CHANGE { + type = Notable Changes + change = Hatch tubes are now hidden when IVA overlay mode is enabled + } + + CHANGE { + type = Notable Changes + change = Added sounds to food/drink props (and one bonus prop) + } + + CHANGE { + type = Bug Fixes + change = Fix a bug causing hatches in the Pathfinder Hacienda module to not be connected properly + } + + CHANGE { + type = Bug Fixes + change = Fix a bug that could cause you to fall out of the world when boarding the Planetside MMSEV rover from EVA + } + + CHANGE { + type = Bug Fixes + change = Fix a bug where held props could disappear if you buckled and unbuckled + } + + CHANGE { + type = Bug Fixes + change = Fix a bug that would break the flight camera if the active kerbal died while in a separate part + } + + } + VERSION { version = 0.2.19.0 versionDate = 2024-09-23