This release improves search term matching, refines read title styling in the feed, updates telemetry span handling, and keeps pagination active while reading the feed.
Improved
- Match search terms independently instead of requiring exact phrasesSearch now quotes each word separately so results match when terms appear anywhere in a row, in any order. Operator syntax is passed through when valid, queries are capped at 128 characters, and malformed input is repaired or sanitized.
cd0d48b - Use consistent gray for read titles and keep pagination while reading the feedRead titles now share the meta gray token so the feed shows a single supporting color; hover and transitions reuse the global link style. Pagination fetching continues when the reader drains the current page.
ede17a4 dbf47df