SoundFox 版本历史 - 3 个版本
SoundFox 作者: vadimcastro
SoundFox 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.5.0
发布于 2026年5月1日 - 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 通用公共许可证 v3.0 发布
较早版本
版本 1.4.0
发布于 2026年4月8日 - 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 通用公共许可证 v3.0 发布
版本 1.3.4
发布于 2026年4月4日 - 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 通用公共许可证 v3.0 发布
- Popup / Background Polling: The Extension Popup