Skip to content

Releases: JoaoVictorVM/focuzen

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 19:54
7710e2d

1.0.0 (2026-06-19)

Features

  • cli: add radio selection menu (3abfeeb)
  • cli: localize the tui with go-i18n (6bad257)
  • cli: play radio streams via beep behind an interface (dfecff6)
  • cli: scaffold cli module with bubble tea clock (f2f2111)
  • cli: style the clock with lip gloss (88c4b60)
  • infra: add terraform for koyeb deployment (cbb90eb)
  • server: add /api/v1/search endpoint backed by the Searcher port (ca06d9e)
  • server: add /download redirect to github releases (69f0395)
  • server: add env config and youtube search client behind interface (95092d9)
  • server: add in-memory LRU cache for search to protect quota (e3b66b4)
  • server: add per-IP rate limiting and security headers (a5c1a02)
  • server: scaffold backend with chi and health checks (964b693)
  • server: serve embedded SPA via embed.FS (1bc4aba)
  • web: add central clock and long-form date block (b0425c1)
  • web: add fullscreen toggle to the audio controls (e01d4a3)
  • web: add header with logo, search shell and footer (0bd112e)
  • web: add hidden youtube iframe player with audio controls (f4d0303)
  • web: add i18n (pt-BR/en) with language toggle (31d323b)
  • web: add light/dark theme via CSS variables with toggle (4173c93)
  • web: add local 'next' queue for playback (914f3b0)
  • web: add previous-track control (8badd96)
  • web: add repeat-track toggle (33780e2)
  • web: redesign volume control with mute toggle (a6e042f)
  • web: scaffold react app with vite, ts strict and tailwind tokens (14018e6)
  • web: wire search to backend with results dropdown (a2a34ea)

Bug Fixes

  • cli: set user agent for audio streams (0df5c88)
  • server: correct module path to match github repo owner (7cc71c0)