Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

37 lines (31 loc) · 1.6 KB

Changelog

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.

Fixed

  • MonoMod patchers will no longer throw exceptions when BepInEx.MonoModLoader is used
  • A ReflectionTypeLoadException will no longer cause a crash

Added

  • LTS notice to README.md
  • Backwards compatibility with mods that require 0.3.x

Changed

  • 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

Removed

  • Discord invite from README.md

Fixed

  • 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]