Skip to content

Commit

Permalink
bump version to 0.2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2024
1 parent 191c836 commit 4b84607
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* https://yaclog.readthedocs.io
* https://keepachangelog.com

## Unreleased
## 0.2.20.0 - 2024-11-11

### Notable Changes

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions FreeIva/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
2 changes: 1 addition & 1 deletion GameData/FreeIva/FreeIva.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR": 0,
"MINOR": 2,
"PATCH": 19,
"PATCH": 20,
"BUILD": 0
},
"KSP_VERSION_MIN":
Expand Down
65 changes: 65 additions & 0 deletions GameData/FreeIva/FreeIvaChangelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b84607

Please sign in to comment.