Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.7] - 2025-01-13

  • Improved injector installer to support nested/non-standard BepInEx packaging

[0.2.6] - 2024-10-21

  • Fixed installation error when installing BepInEx 6.0
  • Fixed failed to find matching update error message
  • Fixed BepInEx mod entry getting disabled during update checks

[0.2.5] - 2024-08-19

  • Fixed attempts to check Github for BepInEx updates; when game extension specified a mandatory BIX version.

[0.2.4] - 2024-06-11

  • Removed doorstopper configuration functionality

[0.2.3] - 2024-04-08

  • Fixed crash when trying to resolve latest local BepInEx package; and the package doesn't respect semantic versioning.

[0.2.2] - 2023-12-04

  • Fixed download issues caused by BIX package resolution applying the new archive format to 5.X.X versions of BepInEx

[0.2.1] - 2023-12-04

  • Fixed unsafe attempt to query the existence of the BepInEx package

[0.2.0] - 2023-12-04

  • Added version 5.4.22 to internal list
  • Added ability to control the architecture (x86/x64/unix) of the BepInEx package when downloading from Github.
  • Added ability to control the Unity Build type (mono/il2cpp)
  • Added ability to define BepInEx configuration file from extension (or just include a pre-defined BepInEx.cfg file)
  • Fixed BepInEx notification remaining open even after the package is installed or switching to a different game
  • Fixed Github downloader resolving to incorrect asset
  • Fixed various minor issues with the extension (type inference issues, removed unused code, improved overall readability, etc)
  • Fixed Github downloader not kicking off when the required version cannot be found on Nexus Mods