Skip to content

Releases: BepInEx/BepInEx.ConfigurationManager

BepInEx.ConfigurationManager v18.3

09 Apr 19:09
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug that caused an exception if DLLs that failed to load were mixed in by @takahiro0327 in #84
  • Do not throw ArgumenNullException in ConfigSettingEntry.GetAcceptedValues by @MrAgeo in #89

New Contributors

Full Changelog: v18.2.1...v18.3

BepInEx.ConfigurationManager v18.2.1

09 Feb 19:46
Compare
Choose a tag to compare

What's Changed

  • Fix not working in some IL2CPP games by @ManlyMarco in #83
  • Nuget - Add IL2CPP package
  • Nuget - Stop propagating Unity.InputSystem downstream

Full Changelog: v18.2...v18.2.1

BepInEx.ConfigurationManager v18.2

30 Dec 16:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.1...v18.2

BepInEx.ConfigurationManager v18.1

27 Nov 18:11
Compare
Choose a tag to compare

This release introduces a version for BepInEx 6 (nightly build 664 or newer, IL2CPP only). The port is based on source from HC.BepInEx.ConfigurationManager.Il2Cpp.CoreCLR-18.0_beta2_20230821, thank you to whoever the author of that fork is.

Source for both versions of the plugin has been merged into a single shared project, which resulted in the BepInEx5 version getting some minor changes and improvements that were present in the fork or that I made while merging the codebases.

Another important change is the plugin .dll now existing inside of BepInEx\plugins\ConfigurationManager\ together with the readme and license files. Remove the old ConfigurationManager.dll from your BepInEx\plugins folder to avoid potential issues.

What's Changed

Full Changelog: v18.0.1...v18.1

BepInEx.ConfigurationManager v18.0.1

08 Jul 18:22
Compare
Choose a tag to compare

Changelog

  • 8fc53a4 @ManlyMarco Fixed not detecting plugins if the HideManagerGameObject setting is set to true in BepInEx config.

Full Changelog: v18.0...v18.0.1

BepInEx.ConfigurationManager v18.0

08 Mar 08:43
04ec8f6
Compare
Choose a tag to compare

ConfigurationManager window can now be dragged to move it to the side of the screen. After being dragged the window will switch to a background mode where it will stay open while letting you freely interact with the game.

Warning: At least BepInEx v5.4.20 is required!

Changelog

BepInEx.ConfigurationManager v17.1

16 Jul 17:59
Compare
Choose a tag to compare

This release adds support for games that have the Input class completely disabled and can only use InputManager. No change otherwise.
Warning: At least BepInEx v5.4.20 is required!

Changelog

BepInEx.ConfigurationManager v17.0

04 Jun 22:33
Compare
Choose a tag to compare

This release cleans up old and obsolete code that is no longer used by vast majority of users. This should improve compatibility with some games and code libraries.

Changelog

BepInEx.ConfigurationManager v16.4

05 Sep 13:26
Compare
Choose a tag to compare

Changelog

  • 183bdbf @ManlyMarco Added "URL/Website" button to open plugin websites if available
  • e7117c9 @ManlyMarco Changed the "Open log" button to pick the newest log file instead of the first one it finds

image

BepInEx.ConfigurationManager v16.3

26 Apr 18:47
Compare
Choose a tag to compare

Changelog

  • @bwoebi Fix compatibility with BepInEx 5.4.10