Skip to content

Commit 2c037ef

Browse files
Updated CHANGELOG
Updated version Updated whitelist
1 parent d39db54 commit 2c037ef

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

B9PartSwitch.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 2,
1111
"MINOR": 21,
1212
"PATCH": 0,
13-
"BUILD": 2
13+
"BUILD": 3
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

B9PartSwitch/AssemblyVersion.cs

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

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("2.21.0.2")]
9-
[assembly: AssemblyFileVersion("2.21.0.2")]
8+
[assembly: AssemblyVersion("2.21.0.3")]
9+
[assembly: AssemblyFileVersion("2.21.0.3")]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22

3+
2.21.0.3
4+
Added EisenhowerAstronautics to the mod whitelist
5+
Thanks to github user TonkaCrash for this:
6+
Modified GetInfo to suppress info about texture only changes
7+
38
2.21.0.2
49
Added a mod whitelist to allow mods which depended on a bug which was fixed in 2.21 from displaying errors. The errors will still be logged to the log file
510
Currently only Bluedog_DB is in the white list

GameData/B9PartSwitch/PluginData/whitelist.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
B9_WHITELIST_MODS
66
{
77
mod = Bluedog_DB
8+
mod = EisenhowerAstronautics
89
}
910

KSP_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.3
1+
1.12.5

0 commit comments

Comments
 (0)