SoundFox의 버전 기록 - 3개 버전
SoundFox 제작자: vadimcastro
SoundFox의 버전 기록 - 3개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.5.0
2026년 5월 1일에 출시 - 82.39 KBfirefox 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 General Public License v3.0 전용에 따라 릴리스된 소스 코드
이전 버전
버전 1.4.0
2026년 4월 8일에 출시 - 80.88 KBfirefox 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 General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.4
2026년 4월 4일에 출시 - 27.31 KBfirefox 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 General Public License v3.0 전용에 따라 릴리스된 소스 코드
- Popup / Background Polling: The Extension Popup