You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched from the Codec-based config system to a Quilt Config one, allowing for many enhancements!
The new config system now uses a TOML config file located on ./config/ok_zoomer/config.toml, being more human-friendly to edit
The SpruceUI config screen's list is now automatically generated from the config itself
The config itself is no longer directly used for storing the temporary values, with a temporary value now being used for each config value and applied when needed
Quilt Config's override system is now used for most of the packet control logic
The work done on Ok Zoomer's internal converter might result into the creation of a Quilt Config-to-SpruceUI converter library!
Added the "Forget Zoom Divisor" option, which allows for disabling the forgetting of the zoom divisor once the zoom is done
Fixed issues related to both the config system and the packet control