mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-27 03:15:19 +00:00
e0fc2ac75a
- Introduced `within_days` and `within_weeks` operators for filtering items based on their timestamps, allowing for more dynamic date range conditions. - Updated documentation in `FEEDS.md` to include examples and usage of the new operators. - Refactored filter evaluation logic in `FeedManager` and `BotDataViewer` to utilize a shared function for condition checking, improving code maintainability. - Added unit tests to validate the new date-based filtering functionality.