Historik versionesh për SoundFox - 3 versione
SoundFox nga vadimcastro
Historik versionesh për SoundFox - 3 versione
Bëni kujdes me versione të vjetër! Këto versione shfaqen për qëllime testimi dhe si referencë.Duhet të përdorni përherë versionin më të ri të një shtese.
Versioni më i ri
Version 1.5.0
Hedhur në qarkullim më 1 Maj 2026 - 82,39 KBFunksionon me firefox 140.0 dhe më të freskët, android 142.0 dhe më të freskëtv1.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.
Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v3.0
Versione të vjetër
Version 1.4.0
Hedhur në qarkullim më 8 Pri 2026 - 80,88 KBFunksionon me firefox 140.0 dhe më të freskët, android 142.0 dhe më të freskët- 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
Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v3.0
Version 1.3.4
Hedhur në qarkullim më 4 Pri 2026 - 27,31 KBFunksionon me firefox 140.0 dhe më të freskët, android 142.0 dhe më të freskët- 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 }
}
}
Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v3.0
- Popup / Background Polling: The Extension Popup