Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Apr 15, 2023
1 parent 9d9d0be commit 0067be3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Contract Configurator 2.5.0
- Add Harmony as a dependency
- Harmony-patch ContractSystem.OnLoadRoutine to work consistently on fresh saves
- Add option to ReachState parameter for specifying speed mode

Contract Configurator 2.4.0
- Fix memory leakage in `ParameterDelegate`
- Replace `OnContractLoaded` event with virtual `OnContractLoad` method to fix memory leak in `VesselParameterGroup`
Expand Down
5 changes: 3 additions & 2 deletions ContractConfiguratorRO.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
{ "name": "WaypointManager" }
],
"depends": [
{ "name": "ModuleManager" }
{ "name": "ModuleManager" },
{ "name": "Harmony2" }
],
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/190040--",
Expand All @@ -28,6 +29,6 @@
{
"file" : "GameData/ContractConfigurator",
"install_to" : "GameData"
},
}
]
}

0 comments on commit 0067be3

Please sign in to comment.