Skip to content

Commit

Permalink
1.36.1 hotfix release for issue #273
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmachine committed Oct 20, 2024
1 parent c2dcbf3 commit 794335c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameData/KSPCommunityFixes/KSPCommunityFixes.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"NAME": "KSPCommunityFixes",
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version",
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases",
"VERSION": {"MAJOR": 1, "MINOR": 36, "PATCH": 0, "BUILD": 0},
"VERSION": {"MAJOR": 1, "MINOR": 36, "PATCH": 1, "BUILD": 0},
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 5},
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 8, "PATCH": 0},
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 5}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@KSP_COMMUNITY_FIXES:NEEDS[UniversalStorage2]
{
@ForceSyncSceneSwitch = false
}
4 changes: 2 additions & 2 deletions KSPCommunityFixes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// Revision
//
[assembly: AssemblyVersion("1.36.1.0")]
[assembly: AssemblyFileVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.36.1.0")]

[assembly: KSPAssembly("KSPCommunityFixes", 1, 36, 0)]
[assembly: KSPAssembly("KSPCommunityFixes", 1, 36, 1)]
[assembly: KSPAssemblyDependency("MultipleModulePartAPI", 1, 0, 0)]
[assembly: KSPAssemblyDependency("ModuleManager", 1, 0)]
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ If doing so in the `Debug` configuration and if your KSP install is modified to

### Changelog

##### 1.36.1
Hotfix release for [issue #273](https://github.com/KSPModdingLibs/KSPCommunityFixes/issues/273) : [**ForceSyncSceneSwitch**](https://github.com/KSPModdingLibs/KSPCommunityFixes/pull/250) patch incompatibility with [Universal Storage 2](https://github.com/linuxgurugamer/universal-storage-2/). The patch will now be disabled when US2 is installed.

Note that this patch [might be causing other issues](https://github.com/KSPModdingLibs/KSPCommunityFixes/issues/260), but so far we haven't been able to confirm them.


##### 1.36.0
**User facing changes**
- New KSP performance patch : [**FasterPartFindTransform**](https://github.com/KSPModdingLibs/KSPCommunityFixes/pull/255) [KSP 1.12.3 - 1.12.5] : Faster, and minimal GC alloc relacements for the Part FindModelTransform* and FindHeirarchyTransform* methods.
Expand Down

0 comments on commit 794335c

Please sign in to comment.