2.2.2
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [2.2.2] - 2026-03-29
|
||||
|
||||
### Added
|
||||
- **Required Text Feature for Config Validation:**
|
||||
- Added `required_text` section to `post_tags` for 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_in` field).
|
||||
- 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.
|
||||
|
||||
|
||||
|
||||
## [2.2.1] - 2026-03-14
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user