From a2faff285363332717ad9b4f4d43490e59440aec Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Tue, 10 Mar 2026 23:38:34 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1df56c..0dee8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.1.0] - 2026-03-10 +### Changed +- Improved tag_post_watcher and modqueue_watcher logic: now runs modqueue watcher in a dedicated thread for reliable detection and commenting on filtered/removed posts. +- Enhanced debug output for modqueue posts, including detailed attribute printing. +- Updated .gitignore to include tests.py. +- Updated DB/commented_posts.txt and DB/chat_wiki_requests.txt for persistent tracking. + +### Fixed +- Fixed issue where bot did not comment on posts in modqueue due to threading/loop logic. +- Fixed detection of automod_filtered/removed posts in modqueue. + +### Added +- Added modqueue_watcher thread for independent modqueue processing. +- Added debug print statements for modqueue post attributes and loop entry. + +--- ## [V2 release] ### Major Features & Enhancements @@ -35,4 +51,4 @@ - All modmail-based notifications and config reloads. - Legacy approval logic and unnecessary config options. ---- +