All notable changes to this project will be documented in this file.
This file was added after 0.3.1 (2021-03-22), and as such will only reflect changes after that version.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- MonoMod patchers will no longer throw exceptions when BepInEx.MonoModLoader is used
- A ReflectionTypeLoadException will no longer cause a crash
- LTS notice to
README.md
- Backwards compatibility with mods that require
0.3.x
- Paths
- Configs are now saved to
BepInEx/configs/Deli/
- The cache is now saved to
BepInEx/patchers/DeliTeam-Deli/cache/
- Zip mods are now loaded from
BepInEx/plugins/*/**/
, e.g.BepInEx/plugins/MyName-MyMod/MyMod.deli
- Directory mods are now loaded from
BepInEx/plugins/*/*/**/
, e.g.BepInEx/plugins/MyName-MyMod/DeliMod/manifest.json
- Configs are now saved to
- Discord invite from
README.md
- Globs no longer match handles with names that contain, but do not match, the glob [#28]
deli:monomod.hookgen
no longer throws exceptions when non-Deli MonoMod patches are present [#27]