Additions
-Added option to snap new gamma values to multiples of the custom change-per-step value
-Added option to always save a custom gamma value to file, even if mod effects are disabled
-Added two custom preset hotkeys (unbound by default)
-Added key to display the current gamma without changing it (unbound by default)
Changes
-Changed max change-per-input value to 1000% (was 250%)
Fixes
-Fixed bug where buffered inputs would not be flushed
-Fixed bug where toggling mod effects with hotkey would not be saved to gamma_shifter.properties (now saved more often)
-Values read from gamma_shifter.properties are now bounded to min/max values
-Fixed bug where gamma values >100% would still be initialized from options.txt when alwaysStartEnabled
was set to false
Notes
-New options are available through ModMenu (requires ModMenu and Cloth Config API)
Changes
-Expanded compatibility with older versions of Fabric
Changes
-Removed debug log output from beta versions
Beta version: May be unstable!
Additions
-Added config file
-Added 'alwaysStartEnabled' option to menu options
Changes
-Changed integer sliders in ModMenu to fields
-Changed default percent change in gamma per keypress from 50% to 25%
-Updated outdated documentation
Notes
-The config file can still be changed manually without ModMenu/Cloth Config, but the game must be restarted to apply them
Beta version: May be unstable!
Additions
-Added custom config menu available through ModMenu (requires Cloth Config)
-Added link to GitHub Issues page (via ModMenu)
-The amount the gamma changes per input can be customized (via ModMenu)
Changes
-Updated environment in fabric.mod.json from "*" to "client"
-Keypresses buffered when mod was disabled are now only flushed when effects are re-enabled (previously flushed every tick)
-New gamma values are no longer "snapped" (removed to support custom step values)
Notes
-Mod does not require ModMenu/Cloth Config, but options menu will be inaccessible without them