Releases: KSP2Community/PatchManager
Releases · KSP2Community/PatchManager
0.11.1
0.11.0
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
0.10.0
This release changes how indexers work, it adds support for the following types of indexers
- Indexers in variable declarations
$x[5]: 3;
- Nested indexers
$x[1][2]: 3;
- Mapping indexers
$x[*] *: 5; // multiplies all values in $x by 5
- Defining new lists and such using indexers
$y[0]: 3; // Creates $y as a list with its first element being 3
0.9.4
0.9.3
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/PatchMangerfolder
0.9.2
What's Changed
- Hotfix for patching newly created assets by @cheese3660 in #34
Full Changelog: v0.9.1...v0.9.2
v0.9.1
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
Adds 2 new rulesets, :regions and :discoverables used for patching science_region and science_region_discoverables respectively
0.8.0
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.