Историјат издања додатка SoundFox - 3 издања
SoundFox од vadimcastro
Историјат издања додатка SoundFox - 3 издања
Будите опрезни са старим издањима! Ова издања су приказана у сврхе тестирања и референце.Увек би требало да користите најновије издање додатка.
Најновије издање
Издање 1.5.0
Објављено 1. maj 2026. - 82,39 KBРади са firefox 140.0 и касније, android 142.0 и каснијеv1.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.
Изворни код је објављен под GNU општа јавна дозвола само верзија 3.0
Старија издања
Издање 1.4.0
Објављено 8. apr. 2026. - 80,88 KBРади са firefox 140.0 и касније, android 142.0 и касније- 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
Изворни код је објављен под GNU општа јавна дозвола само верзија 3.0
Издање 1.3.4
Објављено 4. apr. 2026. - 27,31 KBРади са firefox 140.0 и касније, android 142.0 и касније- 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 }
}
}
Изворни код је објављен под GNU општа јавна дозвола само верзија 3.0
- Popup / Background Polling: The Extension Popup