BREAKING: The logic operator precedence for filter conditions and rules has been standardized to NOT > AND > OR. This means that NOT conditions will be evaluated first, followed by AND, and then OR. Please review your existing filters and rules to ensure they behave as expected with this precedence.
Added
- Supported floating TOC feature for articles. (@MidnightCrowing)
- Supported Miniflux format OPML import. (#768)
- Supported displaying Youtube and Bilibili video in multimedia gallery view.
Changed
- Optimized RSSHub connection handling to improve performance and reliability.
- Changed evaluation methods for filter conditions and added logic precedence tips in filter and rule modals. (#756)