Historique de versions de SoundFox - 3 versions
SoundFox par vadimcastro
Historique de versions de SoundFox - 3 versions
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 1.5.0
Publié le 1 mai 2026 - 82,39 KoFonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieuresv1.5.0 Highlights
Advanced EQ upgrade.- Added 5-band EQ engine support with persisted per-band settings.
- Added collapsible Advanced EQ panel in popup for optional tuning.
Popup reliability and interaction fixes.- Fixed Dialog/Level toggles to resolve from live tab state on click.
- Prevented stale UI toggle state after reload from causing incorrect mode behavior.
UX polish and release hardening.- Improved EQ panel presentation and spacing behavior.
- Kept baseline quick controls (Balanced, Bass, Dialog, Level) as primary UX.
Code source publié sous licence GNU General Public License v3.0 uniquement
Anciennes versions
Version 1.4.0
Publié le 8 avr. 2026 - 80,88 KoFonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures- 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
Code source publié sous licence GNU General Public License v3.0 uniquement
Version 1.3.4
Publié le 4 avr. 2026 - 27,31 KoFonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures- 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 }
}
}
Code source publié sous licence GNU General Public License v3.0 uniquement
- Popup / Background Polling: The Extension Popup