Releases: KSP2Community/PatchManager
Releases · KSP2Community/PatchManager
0.7.3
This is a hotfix for list subtraction with -:
expressions
0.7.2
0.7.1
0.7.0
What's Changed
- Unquoted Strings
- List Subtraction
- Standalone patches (hopefully)
Breaking changes
- Prefix expressions have been removed and replaced with mutating definitions, instead of
: +[
do+: [
Full Changelog: v0.6.1...v0.7.0
0.6.1
Fixes bug in 0.6.0 related to science node deletion
0.6.0
What's Changed
Updates tech tree stuff to allow for node deletion
Adds support for missions
Adds support for experiments
Full Changelog: v0.5.0...v0.6.0
0.5.0
Adds the new stage system, config system, and tech tree patching.
Full Changelog: v0.4.0...v0.5.0
0.4.0
Adds a new class value capturing syntax, example as follows
:parts {
.Module_DataTransmitter:[$commsRange:$$CommunicationsRange;] {
@if $commsRange > 5 {
//...
}
}
}
v0.3.2 fix
Makes patch managers loading actions the first ones run, such that any addressables loading actions will get the patch manager modified addressables
v0.3.1 hotfix
Fixes cache invalidation