Skip to content

Commit 3f8f757

Browse files
author
github-actions
committed
bump version to 0.2.20.1
1 parent c9357a0 commit 3f8f757

4 files changed

Lines changed: 75 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* https://yaclog.readthedocs.io
1616
* https://keepachangelog.com
1717

18-
## Unreleased
18+
## 0.2.20.1 - 2025-09-10
1919

2020
### Changes
2121

@@ -36,6 +36,7 @@
3636
* Fixed upside down hatch and cleaned up some things in the mobile lab
3737
* Fixed mk2Expansion shielded docking port remaining locked
3838

39+
3940
## 0.2.20.0 - 2024-11-11
4041

4142
### Notable Changes
@@ -669,4 +670,4 @@
669670
* Fixed issues with craft containing multiple instances of the same part.
670671
* GUI cleanup.
671672
* Made sounds configurable.
672-
* Assorted small bugfixes.
673+
* Assorted small bugfixes.

FreeIva/FreeIva.version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Version>0.2.21.0</Version>
4+
<Version>0.2.20.1</Version>
55
</PropertyGroup>
66
</Project>

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": 20,
10-
"BUILD": 0
10+
"BUILD": 1
1111
},
1212
"KSP_VERSION_MIN":
1313
{

GameData/FreeIva/FreeIvaChangelog.cfg

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,76 @@ KERBALCHANGELOG
33
{
44
modName = FreeIva
55
author = pizzaoverhead, JonnyOThan, Icecovery
6+
VERSION {
7+
version = 0.2.20.1
8+
versionDate = 2025-09-10
9+
CHANGE {
10+
type = Changes
11+
change = Improved collision model in mk1pod so that it's easier to move around
12+
}
13+
14+
CHANGE {
15+
type = Changes
16+
change = Added Japanese translation (thanks @Mikeore and @nohimazin)
17+
}
18+
19+
CHANGE {
20+
type = Changes
21+
change = Improved Spanish translation (thanks @Deznait)
22+
}
23+
24+
CHANGE {
25+
type = Changes
26+
change = Junior docking port now hides the bottom hatch when connected because there's usually not enough space to open it
27+
}
28+
29+
CHANGE {
30+
type = Changes
31+
change = Now supports the two science lab parts from Station Science
32+
}
33+
34+
CHANGE {
35+
type = Changes
36+
change = KPBS parts that require HabTechProps will now say so if it's not installed
37+
}
38+
39+
CHANGE {
40+
type = Changes
41+
change = Small performance improvement for vessels with lots of FreeIva-supported parts
42+
}
43+
44+
CHANGE {
45+
type = Bug Fixes
46+
change = Fixed NullReferenceException when cycling back from ProbeControlRoom
47+
}
48+
49+
CHANGE {
50+
type = Bug Fixes
51+
change = Fixed a few bugs that would prevent tubes between hatches from being created in certain situations
52+
}
53+
54+
CHANGE {
55+
type = Bug Fixes
56+
change = Fixed hatches not connecting to airlocks properly in several stock parts when restock or SSPX is installed
57+
}
58+
59+
CHANGE {
60+
type = Bug Fixes
61+
change = Fixed Tantares configs that broke in the last Tantares update
62+
}
63+
64+
CHANGE {
65+
type = Bug Fixes
66+
change = Fixed upside down hatch and cleaned up some things in the mobile lab
67+
}
68+
69+
CHANGE {
70+
type = Bug Fixes
71+
change = Fixed mk2Expansion shielded docking port remaining locked
72+
}
73+
74+
}
75+
676
VERSION {
777
version = 0.2.20.0
878
versionDate = 2024-11-11

0 commit comments

Comments
 (0)