From c3df510e4fbb635fd4585285231dc28bebc30848 Mon Sep 17 00:00:00 2001 From: sudacode Date: Wed, 8 Jul 2026 00:38:38 -0700 Subject: [PATCH] docs(release): reclassify audio normalization as added, not fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move card audio normalization entry from Fixed → Added in prerelease notes - Update changes/audio-normalization.md type: fixed → added --- changes/audio-normalization.md | 2 +- release/prerelease-notes.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changes/audio-normalization.md b/changes/audio-normalization.md index 2489bc7b..eb1c59a8 100644 --- a/changes/audio-normalization.md +++ b/changes/audio-normalization.md @@ -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. diff --git a/release/prerelease-notes.md b/release/prerelease-notes.md index a6cf536f..3cc385a5 100644 --- a/release/prerelease-notes.md +++ b/release/prerelease-notes.md @@ -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**