All notable changes to Subtitle Player are documented here.
Format based on Keep a Changelog.
0.0.3 - 2026-06-15
- Download dropdown menu: export Chinese, English, or bilingual subtitles as funasr-style
.txt([timestamp] text).
- UI clicks not working: resolved
tvariable name collision between playback time and i18n helper (renamed totr). - File load error: fixed accidental
createElement/closesttypos introduced during i18n refactor.
0.0.2 - 2026-06-13
- Settings panel-first configuration: Base URL, API Key, and model are editable in ⚙ Settings and saved locally;
.envis 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
- 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.