-
V2.2.2 Stable
released this
2026-03-29 20:30:21 +01:00 | 1 commits to main since this releaseAdded
- Required Text Feature for Config Validation:
- Added
required_textsection topost_tagsfor tag-specific validation rules. - Each tag can now have its own list of required text strings to validate posts.
- If a post with a tag doesn't contain any of the required text strings, a custom message is prepended to the bot's comment.
- Supports searching in title, body, or both (
search_infield). - Properly handles quoted phrases (e.g.,
"Tiny Takeover") by stripping quotes before comparison. - Allows multiple different validation rules within a single shared post_tag entry.
- Added
Downloads
- Required Text Feature for Config Validation: