Skip to content

Commit b7bed53

Browse files
committed
1.37.1 release
1 parent 019e802 commit b7bed53

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

GameData/KSPCommunityFixes/KSPCommunityFixes.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME": "KSPCommunityFixes",
33
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version",
44
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases",
5-
"VERSION": {"MAJOR": 1, "MINOR": 37, "PATCH": 0, "BUILD": 0},
5+
"VERSION": {"MAJOR": 1, "MINOR": 37, "PATCH": 1, "BUILD": 0},
66
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 5},
77
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 8, "PATCH": 0},
88
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 5}

KSPCommunityFixes/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
// Revision
3131
//
3232
[assembly: AssemblyVersion("1.36.1.0")]
33-
[assembly: AssemblyFileVersion("1.37.0.0")]
33+
[assembly: AssemblyFileVersion("1.37.1.0")]
3434

35-
[assembly: KSPAssembly("KSPCommunityFixes", 1, 37, 0)]
35+
[assembly: KSPAssembly("KSPCommunityFixes", 1, 37, 1)]
3636
[assembly: KSPAssemblyDependency("MultipleModulePartAPI", 1, 0, 0)]
3737
[assembly: KSPAssemblyDependency("ModuleManager", 1, 0)]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ If doing so in the `Debug` configuration and if your KSP install is modified to
210210

211211
### Changelog
212212

213+
##### 1.37.1
214+
**Bug fixes**
215+
- **PartParsingPerf** : Fixed [issue #305](https://github.com/KSPModdingLibs/KSPCommunityFixes/issues/305), incorrect parsing of `dragModelType` part config values resulting in various parts such as wings to generate additional drag.
216+
213217
##### 1.37.0
214218
**New / improved patches**
215219
- New performance patch : [**CraftBrowserOptimisations**](https://github.com/KSPModdingLibs/KSPCommunityFixes/pull/284), significantly reduces the time it takes to open the craft browser and to search by name. Most noticeable with lots of craft. Thanks to @Halbann for this contribution.

0 commit comments

Comments
 (0)