2.2.1
This commit is contained in:
@@ -1,6 +1,25 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [2.2.1] - 2026-03-14
|
||||
|
||||
### Added
|
||||
- **Post Backfill on Startup:**
|
||||
- Added `backfill_recent_posts()` to automatically scan and comment on posts from the last 24 hours when bot starts up.
|
||||
- Prevents missed posts when bot is offline for extended periods.
|
||||
- Only processes posts created in the last 24 hours to avoid overwhelming backfill.
|
||||
- **Duplicate Comment Detection:**
|
||||
- Bot now checks if the exact comment has already been posted on a post before commenting again.
|
||||
- Prevents duplicate comments on the same post.
|
||||
|
||||
### Changed
|
||||
- Enhanced tag_post_watcher with better debug output and attempt tracking.
|
||||
- Startup now prioritizes backfill thread for catching missed posts.
|
||||
|
||||
### Fixed
|
||||
- Fixed issue where new submissions stream wasn't being processed (skip_existing=True issue).
|
||||
- Improved stream error handling with attempt counter and better exception messages.
|
||||
|
||||
## [2.2.0] - 2026-03-12
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user