feat:local-blacklist-and-audio-boost

This commit is contained in:
Timo
2026-08-12 02:07:34 +02:00
parent 3d78af1e95
commit 48d6c1dc0b
28 changed files with 670 additions and 98 deletions
+6
View File
@@ -4,6 +4,12 @@ All notable changes to the KoalaSync browser extension and relay server.
---
## Unreleased
### Added
- **Extension: Editable Hide-Clutter list** — Adds a validated, deduplicated domain editor in Settings, prefilled with the shipped blacklist, with a defaults reset and per-device persistence in `chrome.storage.local`.
- **Extension: Independent default audio boost** — Adds a configurable `020 dB` output gain in half-decibel steps. The boost works with or without the compressor and applies live to the selected video tab.
## [v3.0.2] — 2026-07-31
This release adds three focused chat improvements: encrypted quick-reaction emojis,
-18
View File
@@ -30,24 +30,6 @@
*Prioritized for upcoming phases.*
### Customizable Hide-Clutter Tab List
- **Priority:** P2
- **Category:** UX / Personalization
- **Background:** The Hide Clutter tabs feature already has a blacklist. Users should be
able to extend that list with tabs they frequently keep open but never want included.
- **Planned behavior:** Provide a custom editable list, prefilled with the existing
blacklist, so users can add and manage their own entries.
### Default Audio Boost
- **Priority:** P2
- **Category:** Audio / Playback
- **Background:** Extend the audio settings with a configurable default boost that raises
the level by a chosen amount in dB.
- **Planned behavior:** Apply the default gain in addition to the existing compressor,
with the boost controlled independently in the audio settings.
### Invite link with target URL for auto-redirect
- **Priority:** P2