// Filter:13 versies
v1.4.0Minor1 change
b468fd5Add dedicated /klets showcase page with retro-terminal aesthetic, Dutch developer humor, animated feature demos, keyboard shortcuts guide, and pixel art character parade. Promote klets CLI tool on homepage and about page with interactive terminal sections. Add klets mention to browser console log.
v1.3.0Minor2 changes
33983cdAdd script to extract structured data from old shownotes (chapters, tips, links) into proper database tables51f23e0Add public read-only JSON API at /api/v1 for the upcoming CodeKlets TUI/CLI app. Includes endpoints for episodes (list, detail, transcript), topics, persons, seasons, and search with rate limiting, CORS, and cache headers.
v1.2.0Minor2 changes
Minor Changes
f1c3c35Add Transistor.fm historical stats import: CLI tool (`pnpm import:transistor-stats`) to import download history from CSV exports, two new podcast-wide aggregate tables for country and client data, and updated analytics dashboard to show combined historical + live data.
Patch Changes
c97cf85Fix analytics dashboard to include imported Transistor.fm data in all queries (overview stats, downloads over time, top episodes, episode heatmap). Previously only country and client distribution showed historical data.
v1.1.0Minor2 changes
Minor Changes
4ab40eaAdd social media snippet sharing for episodes, moments, and transcript quotes
Patch Changes
7e34f84Virtualize episode transcript rendering with TanStack Virtual, reducing DOM nodes from 1000+ to ~15-20 visible segments for improved scroll performance
v1.0.0Major3 changes
Major Changes
f2d4166Transform CodeKlets into a Developer Knowledge Hub (v2.0)
Patch Changes
35d7df8Fix search result timestamp not being applied when navigating to episode pagec1eb46dMove trending topics out of hero into standalone section for less visual density
v0.9.0Minor2 changes
Minor Changes
508941bfeat: generate learning points from transcriptions using AI
Patch Changes
f3bd37ffix: shorten AI-generated learning points to match existing style
v0.8.0Minor1 change
1036584Add structured episode links (Tips & Links) with per-person associations, admin editor, website section, and auto-composed RSS content
v0.7.0Minor4 changes
61d865aAdd magic security measures. Tampering attempts are now detected and handled with a Dutch surprise message.b337281Add inline editing for transcript segments in the admin panel (click-to-edit text and speaker)1f65b63Add publish date picker dialog for episodes. Admins can now set a custom publication date when publishing episodes, enabling backdating for episodes that were originally published elsewhere.8646270Add WebVTT (.vtt) file import support for transcripts with per-speaker voice tag extraction
v0.6.0Minor1 change
a5262f6Add global persistent podcast player with mini player bar
v0.5.0Minor1 change
f0a72daAdd 404 redirect manager admin page and sitemap improvements