Skip to content

v0.3.0

Choose a tag to compare

@malicean malicean released this 04 Mar 02:52

⚠️ This is a breaking update. If you are not a developer, please wait to update so that developers have enough time to update their mods. ⚠️


When upgrading from v0.2, please fully remove the BepInEx/plugins/Deli and BepInEx/patchers/Deli directories before copying Deli into your game folder.

Changelog

This is the abridged version because the project has been rewritten from scratch.

Also, we have a developer website now! This should (hopefully) help more than the previous wiki pages, and is more organized.

Features:

  • [#15] Virtual file system (VFS)
  • Individual stage types (used to be static classes and members)
  • [#14] Included JSON library (Deli.Newtonsoft.Json)
  • New stage: runtime (the old "runtime" is now setup)
  • More globs
    • [abc]
    • [!abc]
    • [a-z]
    • [!a-z]

Fixes

  • A manifest.json in root will now be ignored, and a warning will be logged
  • [#17] Zip directories without trailing slashes are now supported (backslash are still not)
  • Globstar (**) now works on directories only (like it is supposed to)