Skip to content

Commit ce1c101

Browse files
Updated version & changelog
1 parent 43d585e commit ce1c101

4 files changed

Lines changed: 34 additions & 8 deletions

File tree

ChangeLog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,24 @@ Changelog
195195
3.2.6.1
196196
Added AssemblyFileVersion
197197
Updated version file for 1.12
198+
199+
3.2.7
200+
Thanks to github user @MatanShahar for this:
201+
Add support for Configurable Containers (ModuleTankManager)
202+
Thanks to @Gordon-Dry for these:
203+
fix Mod_NearFutureTechnologies.cfg
204+
KopernicusSolarPanels vs. KopernicusSolarPanel
205+
Overlooked internal antennas in 08_Science.cfg
206+
Fix REFUSE compatibility
207+
Add CRE
208+
Kerbalism / parts with sample slots
209+
Add RTG to SubCategories_Electrical
210+
zzz_AntennaClassDescriptions fix
211+
Mod_UniversalStorage
212+
Mod_NearFutureTechnologies
213+
Add "Eisenhower Astronautics - Stockalike Angara" to Tantares
214+
SubCategories_Science
215+
SubCategories_Antannae
216+
217+
218+

FilterExtension.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"VERSION": {
1010
"MAJOR": 3,
1111
"MINOR": 2,
12-
"PATCH": 6,
13-
"BUILD": 1
12+
"PATCH": 7,
13+
"BUILD": 0
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,
1717
"MINOR": 12,
18-
"PATCH": 2
18+
"PATCH": 3
1919
},
2020
"KSP_VERSION_MIN": {
2121
"MAJOR": 1,

FilterExtension/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
using System.Reflection;
1212

13-
[assembly: AssemblyVersion("3.2.6.0")]
14-
[assembly: AssemblyFileVersion("3.2.6.0")]
13+
[assembly: AssemblyVersion("3.2.6.1")]
14+
[assembly: AssemblyFileVersion("3.2.6.1")]

GameData/000_FilterExtensions/FilterExtension.version

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@
99
"VERSION": {
1010
"MAJOR": 3,
1111
"MINOR": 2,
12-
"PATCH": 4,
13-
"BUILD": 0
12+
"PATCH": 6,
13+
"BUILD": 1
14+
},
15+
"KSP_VERSION": {
16+
"MAJOR": 1,
17+
"MINOR": 12,
18+
"PATCH": 2
1419
},
1520
"KSP_VERSION_MIN": {
1621
"MAJOR": 1,
17-
"MINOR": 8,
22+
"MINOR": 12,
1823
"PATCH": 0
1924
}
2025
}

0 commit comments

Comments
 (0)