docs(release): reclassify audio normalization as added, not fixed

- Move card audio normalization entry from Fixed → Added in prerelease notes
- Update changes/audio-normalization.md type: fixed → added
This commit is contained in:
2026-07-08 00:38:38 -07:00
parent 187f68e5b6
commit c3df510e4f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
type: fixed
type: added
area: mining
- Normalized generated card audio by default during media extraction, with `ankiConnect.media.normalizeAudio` available to keep raw source loudness when needed.
+3 -3
View File
@@ -7,6 +7,9 @@
- **Watch History Browser**
- New `subminer -H` / `--history` command to browse your local watch history, replay the last episode, jump to the next one, or pick an episode via fzf/rofi.
- The rofi picker now shows AniList cover art for each show, making it easier to spot the right title at a glance.
- **Card Audio Normalization**
- Audio extracted for Anki cards is now volume-normalized by default for more consistent playback loudness.
- If you prefer the original source volume, disable it via the new `ankiConnect.media.normalizeAudio` setting.
### Changed
- **New App Icon**
@@ -27,9 +30,6 @@
- Fixed a duplicate "Field grouping cancelled" notification appearing when grouping was cancelled via the trigger shortcut.
- **Secondary Subtitles**
- Karaoke-style secondary subtitles (common in opening/ending songs) no longer spam dozens of lines down the screen; repeated lines are now collapsed and the subtitle area is capped to a strip at the top.
- **Card Audio Normalization**
- Audio extracted for Anki cards is now volume-normalized by default for more consistent playback loudness.
- If you prefer the original source volume, disable it via the new `ankiConnect.media.normalizeAudio` setting.
- **YouTube Extraction**
- Fixed direct YouTube stream extraction occasionally corrupting the stream URL and causing failed audio/video capture.
- **Background Stats Server**