Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.7 KB

File metadata and controls

43 lines (28 loc) · 1.7 KB

Changelog

All notable changes to Subtitle Player are documented here.

Format based on Keep a Changelog.

0.0.3 - 2026-06-15

Added

  • Download dropdown menu: export Chinese, English, or bilingual subtitles as funasr-style .txt ([timestamp] text).

Fixed

  • UI clicks not working: resolved t variable name collision between playback time and i18n helper (renamed to tr).
  • File load error: fixed accidental createElement / closest typos introduced during i18n refactor.

0.0.2 - 2026-06-13

Changed

  • Settings panel-first configuration: Base URL, API Key, and model are editable in ⚙ Settings and saved locally; .env is now optional fallback only.
  • API Key is masked in responses; blank on save keeps the existing key.
  • Banner and docs updated to guide users to the settings panel instead of requiring .env.

0.0.1 - 2026-06-13

Added

  • Initial public release on GitHub (archoor/subtitle-player).
  • Web app (FastAPI) and Electron portable desktop client.
  • Subtitle formats: funasr .txt, .srt, .vtt.
  • Karaoke-style highlight, bilingual view, eye-care themes.
  • LLM translation (DashScope / Qwen) with SSE streaming and cache.
  • English documentation (default) with Chinese variants; UI i18n (EN/中).
  • Open-source docs, LICENSE (MIT), .env.example, API reference.