You are viewing a potentially older version of this package.
View all versions.
ContentSettings
A library for adding custom settings to Content Warning.
Date uploaded | 7 months ago |
Version | 1.1.0 |
Download link | CommanderCat101-ContentSettings-1.1.0.zip |
Downloads | 60948 |
Dependency string | CommanderCat101-ContentSettings-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Content Settings
A library for adding custom settings to Content Warning.
Features
- [x] Register custom settings
- [ ] Add custom categories to the menu
- [ ] Addition inputs
- [ ] Text input
- [ ] Checkbox input
Usage
Credits
- CommanderCat - Creator and Developer
- dhkatz - Developer and Maintainer
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
v1.2.1 - 2024-04-22
What's Changed
- fix(api): fix empty category not displaying before normal categories by @dhkatz in https://github.com/Commander-Cat101/ContentSettings/pull/16
Full Changelog: https://github.com/Commander-Cat101/ContentSettings/compare/v1.2.0...v1.2.1
v1.2.0 - 2024-04-22
What's Changed
- feat(api): use BepInAutoPlugin to define plugin classes by @dhkatz in https://github.com/Commander-Cat101/ContentSettings/pull/12
- docs(readme): improve README.md by adding example and commit guidelines by @dhkatz in https://github.com/Commander-Cat101/ContentSettings/pull/13
- feat(api): add new IntSetting and BoolSetting types and support pages by @dhkatz in https://github.com/Commander-Cat101/ContentSettings/pull/15
Full Changelog: https://github.com/Commander-Cat101/ContentSettings/compare/v1.1.0...v1.2.0
v1.0.2 - 2024-04-12
v1.0.1 - 2024-04-05
Fixed
- Fixed release on Thunderstore.
v1.0.0 - 2024-04-04
Fixed
- Fixed an issue with access rights due to the use of non-publicized DLLs.
v0.0.1 - 2024-04-03
Added
- Initial release of ContentSettings.