Skip to main content

> Changelog

// Alle wijzigingen en updates

// Filter:30 versies
v1.21.0Minor1 change
  • a39d3bbAdd "Steun Ons" (Support Us) page with donation links and community contribution options
v1.20.0Minor5 changes
Minor Changes
  • 16b298cAdd CSRF protection for auth endpoints using Bun's built-in CSRF API
  • 4a1c023Upgrade password hashing from bcrypt to argon2id with automatic rehashing of existing passwords on login
  • 7c10133Replace AWS SDK with Bun native S3 client for Cloudflare R2 storage, removing ~30 transitive dependencies
Patch Changes
  • 976ea80Optimize middleware by eliminating redundant URL parsing — use framework-provided pathname instead of constructing new URL objects per middleware
v1.19.0Minor4 changes
Minor Changes
  • c6ff251Add podcast highlights carousel to homepage showing curated transcript moments with auto-cycling quotes, waveform animation, and episode deep-links
  • ae4846bShow search suggestions as clickable chips on the search page, episodes page, and hero section
Patch Changes
  • 6028190Fix search suggestions producing zero results by adding ILIKE fallback when Dutch FTS misses English tech terms, and validate AI-generated suggestions with result counts in admin UI
  • fd13d57Add Trivy security audit workflow to CI/CD pipeline and fix dependency vulnerabilities
v1.18.0Minor1 change
  • 86d505dAdd admin UI for featured moments, search suggestions, and topic summaries. Fix infinite re-render on tags page.
v1.17.0Minor1 change
  • 302684fAdd public API endpoints for klets CLI: featured moments, search suggestions, platform links on episodes, and topic summaries
v1.16.0Minor1 change
  • 1e88893Add klets CLI usage analytics dashboard with server-side tracking of CLI API requests, feature usage breakdown, version distribution, search query analytics, and npm download trends.
v1.15.0Minor1 change
  • b0757adAdd AI referral monitoring dashboard with per-platform breakdown, top pages, and daily trend tracking
v1.14.0Minor1 change
  • 5d28ff7Add GEO Phase 2: server-rendered transcripts for crawler indexability, FAQPage JSON-LD schema from learning points, and AI platform referrer tracking in webserver logs
v1.13.0Minor1 change
  • faec509Add GEO optimization for AI search engine visibility
v1.12.0Minor2 changes
Minor Changes
  • 2e14b17Add LinkedIn post generator for episode promotion with 4 writing styles
Patch Changes
  • 21c062cFix Spotify auto-fetch by using show-episodes API instead of unreliable search API, and show per-platform error messages in admin panel