2.2.0
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [2.2.0] - 2026-03-12
|
||||
|
||||
### Added
|
||||
- **Configurable Ignore Tags:**
|
||||
- Added `ignore_tags` section to wiki config. Bot now ignores posts with matching tags in the title or flair (case-insensitive).
|
||||
- Updated README.md and bot logic to support this feature.
|
||||
- **Update Checker Integration:**
|
||||
- Added `update_checker.py` module to check for bot updates and notify moderators via modmail.
|
||||
- Update checker runs in a background thread and checks for updates hourly.
|
||||
- **Bot Version & Name Constants:**
|
||||
- Added `BOT_VERSION` and `BOT_NAME` constants at the top of `modreplybot.py` for easy version/name changes.
|
||||
|
||||
### Changed
|
||||
- Integrated update checker startup in main bot entrypoint.
|
||||
- Improved documentation for ignore_tags and update checker features.
|
||||
|
||||
### Fixed
|
||||
- N/A
|
||||
|
||||
|
||||
## [2.1.2] - 2026-03-10
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user