You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0746190: Replace native audio backend with Rust-based klets-audio binary for stable, crash-free audio playback with seeking and speed control. No external tools like mpv required — audio works out of the box on macOS, Linux, and Windows.
58f6572: Add transcript search results, open links in browser, help screen, tag browsing, playback speed control, progress bar, global playback controls, listen history with resume, favorites, and episode queue
Patch Changes
58f6572: Fix update check cache bypassing new releases
Skip the cache when no update was previously found, so new releases are discovered immediately instead of waiting for the 24-hour TTL to expire.
f3424d3: Add update check and auto-update: non-blocking startup check against npm registry with 24h cache, update banner, and one-key auto-update with u
0513889: Add changesets for automated versioning and publishing, fix CI lint rule error, reorder CI steps to build before test, and drop Node 18 support