Skip to content

Releases: KSP2Community/PatchManager

0.11.1

21 Feb 12:44
98fae07
Compare
Choose a tag to compare

What's Changed

Fix bug in name patterns where #name was essentially being treated as #"*name*"

0.11.0

17 Feb 20:05
40515c0
Compare
Choose a tag to compare

Whats changed

  • Adds "slotted mixins", an example of these is in the documentation
  • Adds an error counter for patch errors that shows when loading and in patch managers foldout

0.10.1

13 Feb 17:48
f285e61
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where modifying a part's field would cause errors

0.10.0

13 Feb 14:53
20f1224
Compare
Choose a tag to compare

This release changes how indexers work, it adds support for the following types of indexers

  1. Indexers in variable declarations
$x[5]: 3;
  1. Nested indexers
$x[1][2]: 3;
  1. Mapping indexers
$x[*] *: 5; // multiplies all values in $x by 5
  1. Defining new lists and such using indexers
$y[0]: 3; // Creates $y as a list with its first element being 3

0.9.4

10 Feb 14:13
82b7302
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

0.9.3

15 Jan 16:22
72cc588
Compare
Choose a tag to compare

What's Changed

  • Fixed -: expressions with lists (and anything but a real and an integer)
  • Fixed not being able to disable patch manager
  • Fixed loading disabled mods

New Dependencies

  • PremonitionForSpaceWarp

Other Instructions

  • If you are coming from an older version, delete the BepInEx/patchers/PatchManger folder

0.9.2

14 Jan 22:19
9ce0bb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

06 Jan 14:46
79812bc
Compare
Choose a tag to compare

What's Changed

  • Fixes bug in recipe selectables reported by KSRE-Dev @cheese3660
  • Updates actions to use a custom action for uploading to spacedock, hopefully this works

Full Changelog: v0.9.0...v0.9.1

0.9.0

03 Jan 18:07
16f6538
Compare
Choose a tag to compare

Adds 2 new rulesets, :regions and :discoverables used for patching science_region and science_region_discoverables respectively

0.8.0

02 Jan 00:12
1240cdb
Compare
Choose a tag to compare

This update adds support for string interpolation, done via #{...} inside of a quoted string.
It also adds support for @each/@for/@while loops inside of selection blocks.

This is also the first test of our automatic uploader for SpaceDock, so if anything is wrong with the download, notify us.