BepInEx.ConfigurationManager Versions Save

Plugin configuration manager for BepInEx

v18.3

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/BepInEx/BepInEx.ConfigurationManager/compare/v18.2.1...v18.3

v18.2.1

3 months ago

What's Changed

Full Changelog: https://github.com/BepInEx/BepInEx.ConfigurationManager/compare/v18.2...v18.2.1

v18.2

4 months ago

What's Changed

  • 67b4eefb1629e9b0bb046db64b8045b51b1cfcc3 @ManlyMarco Improve Color settings: Dec/Hex numbers, Visualize alpha
  • 9047ead0c34775e28b54cdbe236ab682d8c0f652 @ManlyMarco Add ConfigurationManager.IsWindowFullscreen

Full Changelog: https://github.com/BepInEx/BepInEx.ConfigurationManager/compare/v18.1...v18.2

v18.1

5 months ago

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: https://github.com/BepInEx/BepInEx.ConfigurationManager/compare/v18.0.1...v18.1

v18.0.1

10 months ago

Changelog

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

Full Changelog: https://github.com/BepInEx/BepInEx.ConfigurationManager/compare/v18.0...v18.0.1

v18.0

1 year ago

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

  • eb4fd75a7e61cbafbdbf38a05261f8daa7149e45 @ManlyMarco Added ability to mouse drag move the window; after dragging the window will stay open while playing
  • 0bcd5707e99fa055ceadcd80eebdcc7f112af4dd @ManlyMarco Added a Close button and reordered some existing buttons
  • 9fff5781fcd021e87afde5a663dc83559a6c0f83 @ManlyMarco Added ConfigurationManagerAttributes.CustomHotkeyDrawer to the API
  • 89261bbf76a0560c3deb3b101c120ea29d2b81df @ManlyMarco Added "Set by keyboard" button to all settings of type KeyCode
  • c141f54197ea33782446f7febebefab1c5cde95b @ManlyMarco Added a tip about dragging the game window, hide unnecessary tips

v17.1

1 year ago

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

  • 644f0dd963d984a48611abb705a56da583d5054a @ManlyMarco Add support for games with disabled Input class

v17.0

1 year ago

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

  • 9983880788e35698ef9f7bcdd66aba43572e0bb0 @ManlyMarco Stopped using obsolete members - a recent version of BepInEx5 is now required
  • 9fb7cf636106ec034225bf7cbd2c27770a6c024c @ManlyMarco Removed BepInEx4 backwards compatibility (#46)
  • 9b65805d69007555356b67487ea7b2d730768e8a @ManlyMarco Fixed wrong width of text setting input fields

v16.4

2 years ago

Changelog

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

image

v16.3

3 years ago

Changelog

  • @bwoebi Fix compatibility with BepInEx 5.4.10