RDLTR

Short for Read Later. Save links from any browser or phone. Click to save, read to clear. The full tour

Notes from every releaseSeek and you shall find

This release adds queued motion handling with cleared state support, introduces production asset minification and caching, and updates deployment to send a single marker.

New

  • Queue motion and cleared state updatesMotion and cleared state are now queued for smoother handling in the UI. cdef4f0

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

Two internal improvements: deterministic screenshot capture tooling for rdltr product scenes and outbound CLIENT spans for better service dependency mapping.

Articles are now attached via each LLM's native file input with Claude draft handling, summarizing emits removal events for live lists, and internal telemetry adds OTLP spans plus deploy markers.

Improved

  • Attach articles to composer file inputs instead of synthetic pastesArticles are uploaded directly to each site's file input and submission waits for the attachment to land. This fixes Gemini delivery and prevents races on ChatGPT, Claude, and Perplexity. d7bae00 df6206c 2497b20

Fixed

  • Summarizing a link removes the row from open listsSummarize now emits the same removal event that /link/read sends so live SSE clients drop the row even when Safari keeps the stream alive. eeeb039