היסטוריית גרסאות עבור BlockDistraction – חוסם אתרים - 25 גרסאות
BlockDistraction – חוסם אתרים Mark Digital מאת
יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.
הגרסה העדכנית ביותר
גרסה 3.10.6
תאריך שחרור: 8 יולי 2026 - 644.58 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Batch tab closure optimization: Replaced individual, loop-bound
chrome.tabs.queryoperations with a unified batch function. The extension now queries open tabs exactly once and checks them against all active patterns simultaneously, reducing browser API overhead and fixing noticeable delays during focus session activation. - Centralized DNR synchronization: Removed the redundant
syncDnrRulesmethod fromRulesManager. The service worker is now established as the single source of truth for alldeclarativeNetRequestupdates, preventing double-syncing resource consumption when rules are saved. - Streamlined rule saving: Refactored popup and options actions to strictly handle data storage and trigger a single background reload event, ensuring smooth, non-blocking UI transitions.
קוד המקור משוחרר תחת MIT License
- Batch tab closure optimization: Replaced individual, loop-bound
גרסאות ישנות יותר
גרסה 3.10.5
תאריך שחרור: 7 יולי 2026 - 644.39 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Restored redirect functionality: Fixed a critical bug where
normalizePathSegmentincorrectly appliedencodeURIComponentto the entire redirect URL, transforminghttps://intohttps%3A%2F%2Fand causingnew URL()andlocation.replace()to fail inredirect.js. - Flexible keyword blocking: Separated the normalization logic for path segments/domains from full redirect URLs. Keyword-based matching (e.g., entering
tubeto blockyoutube.com) remains fully functional. - Parameter security: Improved validation for incoming
fromandtoquery parameters insideredirect.jsto prevent crashes when handling malformed strings.
קוד המקור משוחרר תחת MIT License
- Restored redirect functionality: Fixed a critical bug where
גרסה 3.10.4
תאריך שחרור: 3 יולי 2026 - 644.01 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Added an option to disable the notification sound when a focus session ends. Availability may vary depending on your browser and operating system.
קוד המקור משוחרר תחת MIT License
גרסה 3.10.3
תאריך שחרור: 3 יולי 2026 - 643.95 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Starting a focus session now automatically closes any open tabs that match your blocking rules, helping you stay focused from the very beginning.
קוד המקור משוחרר תחת MIT License
גרסה 3.10.2
תאריך שחרור: 1 יולי 2026 - 643.9 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Localization: Added translations for the Focus Session tool (including sound notifications, Hardcore mode, and custom duration strings) across all supported locales.
קוד המקור משוחרר תחת MIT License
גרסה 3.10.1
תאריך שחרור: 30 יוני 2026 - 631.33 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Options Page: Added real-time reactive UI locking/unlocking for rule management. The settings page now instantly reflects focus session status changes (started or stopped via popup) using
browser.storage.onChanged. - Improved focus banner state synchronization to avoid async message response conflicts within the service worker.
קוד המקור משוחרר תחת MIT License
- Options Page: Added real-time reactive UI locking/unlocking for rule management. The settings page now instantly reflects focus session status changes (started or stopped via popup) using
גרסה 3.10.0
תאריך שחרור: 29 יוני 2026 - 631.17 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Focus Session: A new powerful tool designed for maximum concentration when you need it most.
- Hardcore Mode: A new feature for Pro users that hides the "Stop" button during an active session.
- Status Banner: Added a visual banner to the settings page that displays the currently active focus session and the remaining time.
- UI Locking: During an active Focus Session, the rule management UI is now locked to prevent impulsive changes.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.11
תאריך שחרור: 28 יוני 2026 - 622.21 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Added Malayalam language support.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.10
תאריך שחרור: 27 יוני 2026 - 614.9 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Added ka localization support.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.9
תאריך שחרור: 26 יוני 2026 - 607.92 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה- Added es_419 localization support.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.8
תאריך שחרור: 21 יוני 2026 - 602.01 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה[3.9.8] - 2026-06-21
Improved- Cleaned up localization files by removing unused translation entries.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.7
תאריך שחרור: 20 יוני 2026 - 604.78 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה[3.9.7] - 2026-06-20
Improved- Added new localized messages for rule validation.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.6
תאריך שחרור: 19 יוני 2026 - 603.12 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה[3.9.6] - 2026-06-19
Improved- Rules created from the context menu now display website names in a more user-friendly format, including sites that use non-Latin characters.
[3.9.5] - 2026-06-18
Improved- Enhanced rule validation when creating blocked website entries.
- Added support for blocking
data://andfile://URL schemes. - Prevented creation of rules matching the
blockdistractionpattern. - Applied the same validation rules to Pro mode context menu actions.
[3.9.4] - 2026-06-17
Fixed- Added URL normalization before creating declarativeNetRequest rules.
- Fixed rule creation failures caused by unsupported characters in urlFilter values.
[3.9.3] - 2026-06-16
Fixed- Fixed URL validation for blocked websites. Non-ASCII characters and uppercase letters are now supported.
[3.9.2] - 2026-06-15
Fixed- Fixed the behavior of the scroll up button on a popup when it was jumping on the desktop.
[3.9.1] - 2026-06-13
Improved- Improved worker logic related to opening the update page.
[3.9.0] - 2026-06-12
Added- Added a scroll-to-top button that appears when the popup content is scrolled down.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.5
תאריך שחרור: 18 יוני 2026 - 603.05 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה[3.9.5] - 2026-06-18
Improved- Enhanced rule validation when creating blocked website entries.
- Added support for blocking
data://andfile://URL schemes. - Prevented creation of rules matching the
blockdistractionpattern. - Applied the same validation rules to Pro mode context menu actions.
[3.9.4] - 2026-06-17
Fixed- Added URL normalization before creating declarativeNetRequest rules.
- Fixed rule creation failures caused by unsupported characters in urlFilter values.
[3.9.3] - 2026-06-16
Fixed- Fixed URL validation for blocked websites. Non-ASCII characters and uppercase letters are now supported.
[3.9.2] - 2026-06-15
Fixed- Fixed the behavior of the scroll up button on a popup when it was jumping on the desktop.
[3.9.1] - 2026-06-13
Improved- Improved worker logic related to opening the update page.
[3.9.0] - 2026-06-12
Added- Added a scroll-to-top button that appears when the popup content is scrolled down.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.4
תאריך שחרור: 17 יוני 2026 - 602.91 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלה[3.9.4] - 2026-06-17
Fixed- Added URL normalization before creating declarativeNetRequest rules.
- Fixed rule creation failures caused by unsupported characters in urlFilter values.
[3.9.3] - 2026-06-16
Fixed- Fixed URL validation for blocked websites. Non-ASCII characters and uppercase letters are now supported.
[3.9.2] - 2026-06-15
Fixed- Fixed the behavior of the scroll up button on a popup when it was jumping on the desktop.
[3.9.1] - 2026-06-13
Improved- Improved worker logic related to opening the update page.
[3.9.0] - 2026-06-12
Added- Added a scroll-to-top button that appears when the popup content is scrolled down.
קוד המקור משוחרר תחת MIT License
גרסה 3.9.3
תאריך שחרור: 16 יוני 2026 - 602.8 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.9.2
תאריך שחרור: 15 יוני 2026 - 602.77 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.9.1
תאריך שחרור: 13 יוני 2026 - 602.75 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.9.0
תאריך שחרור: 12 יוני 2026 - 602.72 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.8.11
תאריך שחרור: 11 יוני 2026 - 602.01 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.8.10
תאריך שחרור: 6 יוני 2026 - 601.95 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.8.9
תאריך שחרור: 6 יוני 2026 - 601.81 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.8.8
תאריך שחרור: 5 יוני 2026 - 601.9 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.8.7
תאריך שחרור: 4 יוני 2026 - 588.79 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 3.8.6
תאריך שחרור: 3 יוני 2026 - 571.37 ק״בעובד עם firefox 113.0 ומעלה, android 120.0 ומעלהקוד המקור משוחרר תחת MIT License