Skip to content

Commit 6aacb65

Browse files
committed
bump version to 0.2.18.4
1 parent bb6a1f7 commit 6aacb65

3 files changed

Lines changed: 39 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# [0.2.18.4] - 2024-03-03
2+
3+
## Notable Changes
4+
5+
* Habtech CBM hatches now have a blocked variant
6+
* Stock mk3 crew cabin now has ventral and dorsal hatches and attachnodes
7+
* Open animation limit can now be configured per hatch
8+
* B9PSConditionalProp can now specify multiple subtypes
9+
10+
## Bug Fixes
11+
12+
* Fixed some missing texture errors
13+
* Fixed a bug where using the seats in the inline docking ports could cause the IVA kerbal to stop spawning
14+
* Fixed a bug preventing requireDeploy in the internal module from working
15+
* Improved error reporting when a cutout target isn't found
16+
* Prevent going EVA from hatches connected to deactivated airlocks
17+
* "Close forever" button on the tutorial window will now keep it closed until the next KSP restart instead of per scene
18+
* Fixed auto-detection system for internal spaces that are only referenced via Reviva configs (fixes hatches in some warbirds cockpits when used with Reviva, and probably others)
19+
* Fixed centrifugal force calculation for spinning parts so that it points towards the axis of rotation rather than center of mass
20+
* Fixed broken camera when boarding from EVA before IVA had ever been used since the last scene switch
21+
* Fixed boarding behavior not working when using a kerbal that had not gone EVA since the last scene switch
22+
* Planetside: Fix hatches not changing properly per subtype in the vertical base node
23+
* Planetside: Fix going EVA from some parts when alternate endcaps were used
24+
* Restock: Fix error message when using mk1 lander
25+
* Restock: Fix inflatable airlock
26+
* Restock: Fixed hatches in mk2landercan
27+
* SSPX: inflatable habs and centrifuges no longer show the internal in the IVA overlay when not inflated/expanded
28+
* SXT: Fixed hatches and cutouts in large passenger cabin
29+
* SXT: Fixed a bad model reference in the 6-way hub
30+
* KNES: Fixed dorsal hatch on French Hermes crew module and docking module
31+
* Tantares: Included v2 parts in support patches
32+
* ACK: Fixed blocked bottom hatch in HLS
33+
* ACK: Fixed wrong cutout target in HLS
34+
35+
---
36+
137
# [0.2.18.3] - 2023-11-14
238

339
## Bug Fixes

FreeIva/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:=
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.2.18.3")]
36-
[assembly: AssemblyFileVersion("0.2.18.3")]
35+
[assembly: AssemblyVersion("0.2.18.4")]
36+
[assembly: AssemblyFileVersion("0.2.18.4")]
3737

3838
[assembly: KSPAssembly("FreeIva", 0, 2, 18)]

GameData/FreeIva/FreeIva.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"MAJOR": 0,
88
"MINOR": 2,
99
"PATCH": 18,
10-
"BUILD": 3,
10+
"BUILD": 4,
1111
},
1212
"KSP_VERSION_MIN":
1313
{

0 commit comments

Comments
 (0)