From 2e4a884fdde62ecbf918e95b37b689887525bc2e Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:48:18 -0300 Subject: [PATCH] docs(changelog): record notification audio replacement --- .../maintenance/11731-replace-unprovenanced-notify-audio.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/maintenance/11731-replace-unprovenanced-notify-audio.md diff --git a/changelog.d/maintenance/11731-replace-unprovenanced-notify-audio.md b/changelog.d/maintenance/11731-replace-unprovenanced-notify-audio.md new file mode 100644 index 0000000000..fa99ff83e5 --- /dev/null +++ b/changelog.d/maintenance/11731-replace-unprovenanced-notify-audio.md @@ -0,0 +1 @@ +- **fix(dashboard):** replaced the Model Lockout card's unprovenanced notification MP3 with a short, locally synthesized Web Audio chime ([#11731](https://github.com/diegosouzapw/OmniRoute/pull/11731)) — both toggles retain optional audible feedback without shipping replacement media or third-party code, and unsupported, suspended, or rejected audio contexts fail open without blocking the setting change.