SoundFox verziótörténet – 3 verzió
SoundFox szerző: vadimcastro
SoundFox verziótörténet – 3 verzió
Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.
Legfrissebb verzió
Verzió: 1.5.0
Kiadva: 2026. máj. 1. – 82,39 kBEzekkel működik: firefox 140.0 vagy újabb, android 142.0 vagy újabbv1.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.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Korábbi verziók
Verzió: 1.4.0
Kiadva: 2026. ápr. 8. – 80,88 kBEzekkel működik: firefox 140.0 vagy újabb, android 142.0 vagy újabb- 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
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 1.3.4
Kiadva: 2026. ápr. 4. – 27,31 kBEzekkel működik: firefox 140.0 vagy újabb, android 142.0 vagy újabb- 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 }
}
}
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- Popup / Background Polling: The Extension Popup