היסטוריית גרסאות עבור SoundFox - 2 גרסאות
SoundFox vadimcastro מאת
היסטוריית גרסאות עבור SoundFox - 2 גרסאות
יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.
הגרסה העדכנית ביותר
גרסה 1.4.0
תאריך שחרור: 8 אפר׳ 2026 - 80.88 ק״בעובד עם 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 General Public License v3.0 only
גרסאות ישנות יותר
גרסה 1.3.4
תאריך שחרור: 4 אפר׳ 2026 - 27.31 ק״בעובד עם 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 General Public License v3.0 only
- Popup / Background Polling: The Extension Popup