Wersija historija SoundFox - 2 wersiji
SoundFox wót vadimcastro
Wersija historija SoundFox - 2 wersiji
Buźćo wobglědniwy ze staršymi wersijami! Toś te wersije se za testowanje a referencne zaměry pokazuju.Wy měł pśecej nejnowšu wersiju dodanka wužywaś.
Nejnowša wersija
Wersija 1.4.0
8 Απρ 2026 wózjawjone - 80,88 KBFunkcioněrujo z firefox 140.0 a pózdźej, android 142.0 a pózdźej- 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
Žrědłowy kod jo pód licencu Jano licenca GNU General Public License v3.0
Starše wersije
Wersija 1.3.4
4 Απρ 2026 wózjawjone - 27,31 KBFunkcioněrujo z firefox 140.0 a pózdźej, android 142.0 a pózdźej- 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 }
}
}
Žrědłowy kod jo pód licencu Jano licenca GNU General Public License v3.0
- Popup / Background Polling: The Extension Popup