Skip to content

Commit 1fbb10c

Browse files
committed
v1.40.1
1 parent 3ac06db commit 1fbb10c

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
##### 1.40.1
4+
**Bug Fixes**
5+
- **PQSOnlyStartOnce** : This patch is now disabled by default as it appears to cause
6+
issues with PQS terrain generation under certain conditions.
7+
38
##### 1.40.0
49
**New/Improved patches**
510
- New KSP bugfix : [**WheelIntertiaLimit**](https://github.com/KSPModdingLibs/KSPCommunityFixes/pull/341) Reduces the lower inertia limit for wheels from 0.01 to 0.00001. Thanks to @MajorNr01 for contributing it.

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": 40, "PATCH": 0, "BUILD": 0},
5+
"VERSION": {"MAJOR": 1, "MINOR": 40, "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,9 +30,9 @@
3030
// Revision
3131
//
3232
[assembly: AssemblyVersion("1.40.0.0")]
33-
[assembly: AssemblyFileVersion("1.40.0.0")]
33+
[assembly: AssemblyFileVersion("1.40.1.0")]
3434

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

0 commit comments

Comments
 (0)