Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BackgroundBlurImproved
Improves the quality of the blurred background, allows some customizations
CHANGELOG
Changelog
Version 0.8.1
- Adjust enum names to look slightly better with ModMenu
Version 0.8.0
- Add ModMenu, remove BepInExConfigurationManager thunderstore dependencies
- Adjust descriptions to better fit on screen
- Adjust settings to properly reload when using ModMenu
Version 0.7.8
- Added more BlurHeight options for more granular control
Version 0.7.7
- Add ability to change the Bloom effect settings
- Reorganize settings menu
Version 0.7.6
- Readme update, add url, small code cleanup, hot reload fix
Version 0.7.5
- Rename / move some files, prepare for Thunderstore publish
Version 0.7.4
- Reorganize ConfigEntry logic in order to work better with hot reload
- Update to Silksong.Modding.Templates version 2.0.0
Version 0.7.3
- Remove the "Blur Quality" setting from the video options menu screen
- Bump dependencies
Version 0.7.2
- Properly apply the settings even when the "Blur Quality" setting from the video menu screen is set to low
Version 0.7.1
- Icon update
- Set AcceptableValueRange to (1, 32), the old value is extreme and just wastes performance
Version 0.7.0
- Initial public release
- ArchiveContent csproj setting, setup deployment for thunderstore
- Add presets as Buttons, code cleanup, reduce number of options
- Readme update
Version 0.6.0
- Code cleanup, renaming, refactoring, documentation & preparation for deployment
Version 0.5.0
- Logic to allow disabling the effect
Version 0.4.0
- Add PassGroupCount as configurable entry. Logic to properly reload and setup initial values
Version 0.3.0
- Add logic to update when changing setting
Version 0.2.0
- Configurable resolution
Version 0.1.0
- Project setup using Silksong modding template
- Barebone version that actually works