Fixed an issue with player indices getting desynced and causing several issues in co-op mode when player 2 changes their character after player 1 changes theirs
1.1.10 (2025-07-19)
Added options for randomizing Paradox's starting items a little more
Switched to safer method of opening the debug log when closing Gungeon
1.1.9 (2025-06-06)
Added "Open Debug Log on Exit" config option for opening the output log after reaching a certain number of errors
Fixed typos in a few config options
Made "Ammonomicon Opens To Targeted Item" enabled by default
1.1.8 (2025-05-23)
Fixed info boxes for menu items overlapping the scrollboxes if visiting the vanilla Video menu before opening the Mod Config menu for the first time
Fixed being able to trigger Quickstart while actively in menus on the main menu
Added new config option: "Ammonmicon Opens To Targeted Item"
1.1.7 (2025-05-12)
Fixed small memory leak caused by Infinite Hegemony Credits option constantly overriding credits label
Fixed flickering and graphical glitches when opening mod menus longer than a single page from the main menu
Fixed not being able to navigate menus with arrow keys if the first item in a menu is a label
1.1.6 (2025-05-08)
Fixed callback system so that calling Enabled(), Disabled(), or Value() within a config's callback returns the option's up-to-date value
1.1.5 (2025-01-30)
Fixed issue with Blasphemy not working correctly with "Auto-fire Semi-Automatic Weapons" option
1.1.4 (2024-11-30)
Fixed issue with Mod Config menus being invisible if a vanilla option menu was opened before them
1.1.3 (2024-10-12)
Fixed regression with invisible scroll bars introduced in 1.1.2
Slightly improved stablitiy of Mod Config menu when accessed from the main menu (still slightly buggy)
1.1.2 (2024-09-22)
Prevented Cultist from disappearing from Breach while Breach co-op character select is enabled
Fixed mod menu breaking when attempting to open it after returning to the main menu
Optimized panel rebuild time by caching a reference options menu for faster lookups
Prevented some unused debug stopwatches from running in the background in release builds
Eliminated some unnecessary memory allocations in logic for showing enemy health bars
1.1.1 (2024-07-09)
Added config option for opening Ammonomicon instantly
Added config option for unlimited active item slots
Added config option for infinite Hegemony Credits
1.1.0 (2024-07-07)
API Changes
Added ability to create submenus via AddSubMenu()
Added ability to dynamically add options to scroll boxes at runtime via AddDynamicOptionToScrollBox()
User Facing Changes
Added config option for allowing co-op players to select their character directly from the Breach
Added config option for allowing player to spawn in items and guns directly from Ammonomicon
Added ability to back out of one level of menus at a time
Switched to an alternate method for loading configuration options early since the intro sequence hook ended up breaking things
1.0.2 (2024-01-19)
Added hook to make sure default values for configuration options are loaded earlier in the intro sequence (before quickstarting or entering the Breach)
1.0.1 (2023-12-20)
Simplified logic for "Auto-fire Semi-Automatic Weapons" hook to fix compatibility issues with GungeonCraft and other mods