| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| miteiru-7.5.0-win-x64.exe | 2026-08-29 | 386.0 MB | |
| miteiru-7.5.0-win-portable-x64.exe | 2026-08-29 | 337.4 MB | |
| miteiru-7.5.0-linux-22.04-amd64.deb | 2026-08-29 | 376.6 MB | |
| miteiru-7.5.0-linux-22.04-x86_64.AppImage | 2026-08-29 | 459.5 MB | |
| miteiru-7.5.0-linux-24.04-amd64.deb | 2026-08-29 | 376.2 MB | |
| miteiru-7.5.0-linux-24.04-x86_64.AppImage | 2026-08-29 | 459.6 MB | |
| miteiru-7.5.0-mac-arm64.pkg | 2026-08-29 | 449.9 MB | |
| [7.5.0] Karaoke lyrics, YouTube embed, and pinyin tone fixes source code.tar.gz | 2026-08-29 | 2.1 MB | |
| [7.5.0] Karaoke lyrics, YouTube embed, and pinyin tone fixes source code.zip | 2026-08-29 | 2.3 MB | |
| README.md | 2026-08-29 | 1.6 kB | |
| Totals: 10 Items | 2.8 GB | 0 | |
What's New in Miteiru 7.5.0
Changes since v7.4.9.
Features
- LRCLIB lyrics search (sidebar button, M, command palette) is available only in karaoke mode.
- Mandarin tone types now match the labels: num is contour marks plus the tone number (
niᵛ₃); symbol is standard diacritic pinyin (nǐ). Jyutping num uses the same contour style. - Changing tone type or traditional/simplified restyles the current subtitle immediately, without reopening the file picker.
- Ruby / furigana / pinyin sit centered over a longer base instead of stretching to the edges.
Fixes
- YouTube "unknown error 152" — the embed no longer claims
youtube.comas the host; player requests still use YouTube's own Referer. - Ctrl+V pastes a YouTube URL into the player via the clipboard event (Electron blocks
navigator.clipboard.readText()). - Toggling subtitle settings no longer stacks
miteiru_normalized_temp files until Windows cannot open the path. - Windows NSIS builds clean
renderer/.nextfirst so a leftover Turbopack cache cannot fail packaging.
Developer notes
npm run lint:smellsplus GitHub Actionsci.yml(smell lint + unit tests on PRs andmain).- Dependencies refreshed with
npm run update:safe(versions published at least 7 days ago), including Electron 41.10.6, Next.js 16.3.2, and Nextron 10.3.0. - Video protocol unit tests no longer put Windows file paths into
RequestURLs (Node's URL parser rejects them).
Full Changelog: https://github.com/hockyy/miteiru/compare/v7.4.9...v7.5.0