Skip to content

Releases: saberone/klets

v0.6.1

15 Mar 14:35

Choose a tag to compare

Patch Changes

  • 1ddefec: Fix: pressing Enter on a transcript segment now starts playback when the episode is not yet playing

v0.6.0

15 Mar 10:58

Choose a tag to compare

Minor Changes

  • b2900c6: Add 5 new features: Hoogtepunten (featured moments explorer), topic summaries, search suggestions, platform links on episodes, and rotating easter egg quotes in footer

v0.5.1

05 Mar 08:51
4fca0e0

Choose a tag to compare

Patch Changes

  • 5e11470: Fix klets-audio binary not being executable after npm install

v0.5.0

04 Mar 13:20

Choose a tag to compare

Minor Changes

  • 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.

v0.4.1

20 Feb 13:33
c5203b5

Choose a tag to compare

Patch Changes

  • 3dc565d: Fix person detail screen and link opening
    • Fix person detail API response parsing (nested data.person + data.episodes structure)
    • Show person name, job title, tagline, and social links on person detail screen
    • Add tab switching (h/l) between Links and Afleveringen sections, defaulting to Links
    • Fix openUrl to use spawn with detached process instead of exec
    • Hide misleading "enter open" hint in footer on detail screens

v0.4.0

20 Feb 11:29
daf139d

Choose a tag to compare

Minor Changes

  • 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.

v0.3.0

13 Feb 15:16
592d529

Choose a tag to compare

Minor Changes

  • 26362ce: Add animated banner, Konami easter egg, and startup chiptune
    • Home banner now cycles through a baby blue ↔ pink gradient wave animation
    • Typing ↑↑↓↓←→←→ba on the home screen activates party mode (fast rainbow cycling + secret message)
    • 80's-style chiptune jingle plays on startup (pulse wave synth, requires audio backend)

Patch Changes

  • 196b456: Add matrix rain effect to Konami easter egg
    • Falling katakana/digit characters animate between the banner and menu during party mode
    • Bright cyan head with fading green trail for classic Matrix look
    • Adapts to terminal size automatically

v0.2.0

13 Feb 08:32
17c499d

Choose a tag to compare

Minor Changes

  • 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

v0.1.3

13 Feb 07:44
5c764f4

Choose a tag to compare

Patch Changes

  • 7926e54: Fix transcript tracking lag by reducing poll intervals from 1s to 300ms and returning sub-second precision from player position

v0.1.2

12 Feb 19:15
fc6886c

Choose a tag to compare

Patch Changes

  • 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