Skip to content

Releases: BepInEx/BepInEx.ConfigurationManager

BepInEx.ConfigurationManager v19.0

Choose a tag to compare

@ManlyMarco ManlyMarco released this 29 Jun 23:57

What's changed

  • IL2CPP - Upgrade to BepInEx6 be.785 (support games without legacy input)
  • Set KeyboardShortcut package as obsolete - remove it from your project and use KeyboardShortcut from BepInEx6 be.785+ instead
  • Added targetFrameworks to nuget package

Full Changelog: v18.4.1...v19.0

BepInEx.ConfigurationManager v18.4.1

Choose a tag to compare

@ManlyMarco ManlyMarco released this 04 Jun 21:20

What's Changed

  • Fixed decimal for Scandinavian and similar Culture by @zzzbatmand in #105
  • Catch exceptions during settings search by @RikkiBalboa in #108

New Contributors

  • @zzzbatmand made their first contribution in #105
  • @RikkiBalboa made their first contribution in #108

Full Changelog: v18.4...v18.4.1

BepInEx.ConfigurationManager v18.4

Choose a tag to compare

@ManlyMarco ManlyMarco released this 19 Jan 21:46

What's Changed

Full Changelog: v18.3.1...v18.4

BepInEx.ConfigurationManager v18.3.1

Choose a tag to compare

@ManlyMarco ManlyMarco released this 26 Dec 16:42

What's Changed

  • Harden against null plugin Metadata
  • Add 'Known Issues' section to README.md by @ManlyMarco in #91

Full Changelog: v18.3...v18.3.1

BepInEx.ConfigurationManager v18.3

Choose a tag to compare

@ManlyMarco ManlyMarco released this 09 Apr 19:09

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 09 Feb 19:46

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 30 Dec 16:01

What's Changed

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

BepInEx.ConfigurationManager v18.1

Choose a tag to compare

@ManlyMarco ManlyMarco released this 27 Nov 18:11

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 08 Jul 18:22

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

Choose a tag to compare

@ManlyMarco ManlyMarco released this 08 Mar 08:43
04ec8f6

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