Skip to content

Releases: KSP2Community/PatchManager

0.7.3

30 Dec 13:23
8e4d280
Compare
Choose a tag to compare

This is a hotfix for list subtraction with -: expressions

0.7.2

29 Dec 23:07
9a7ea97
Compare
Choose a tag to compare

This is a hotfix for the CoreModule.CurrentUniverse API property, making it static.

0.7.1

26 Dec 21:46
6291021
Compare
Choose a tag to compare

This is a hotfix for a bug that occurs when rebuilding cache.

0.7.0

26 Dec 20:10
3956b99
Compare
Choose a tag to compare

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

24 Dec 02:25
7783653
Compare
Choose a tag to compare

Fixes bug in 0.6.0 related to science node deletion

0.6.0

21 Dec 20:56
ef7f6e7
Compare
Choose a tag to compare

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

19 Dec 19:03
e6fb681
Compare
Choose a tag to compare

Adds the new stage system, config system, and tech tree patching.

Full Changelog: v0.4.0...v0.5.0

0.4.0

11 Nov 15:36
16a09b1
Compare
Choose a tag to compare

Adds a new class value capturing syntax, example as follows

:parts {
    .Module_DataTransmitter:[$commsRange:$$CommunicationsRange;] {
        @if $commsRange > 5 {
            //...
        }
    }
}

v0.3.2 fix

08 Nov 14:57
67dae4a
Compare
Choose a tag to compare

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

28 Oct 22:47
fe47659
Compare
Choose a tag to compare

Fixes cache invalidation