Historia wersji dodatku SoundFox — 2 wersje
SoundFox Autor: vadimcastro
Historia wersji dodatku SoundFox — 2 wersje
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 1.4.0
Data wydania: 8 kwi 2026 — 80,88 KBDziała z: firefox 140.0 i nowsze, android 142.0 i nowsze- release SoundFox v1.4.0
- migrate preset shortcuts to extension commands while preserving popup quick keys
- add CI typecheck gate (tsc --noEmit)
- harden state persistence with storage fallback/migration logic
- improve popup UX copy and rename Flat EQ label to Balanced
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
Poprzednie wersje
Wersja 1.3.4
Data wydania: 4 kwi 2026 — 27,31 KBDziała z: firefox 140.0 i nowsze, android 142.0 i nowsze- Popup / Background Polling: The Extension Popup
main.tsmust definitively query the active tab's hostname string (new URL(tab.url).hostname) prior to dispatching state commands globally. - Nested Dictionary Storage Arrays:
Modify allbrowser.storage.local.setfunctions to strictly manipulate a targeted host-level dictionary natively:
json
{
"settings": {
"youtube.com": { "volume": 1.0, "eq": "flat", "dialogMode": false },
"bflix.sh": { "volume": 4.0, "eq": "flat", "dialogMode": true }
}
}
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- Popup / Background Polling: The Extension Popup