-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Changelog | ||
## 2.2 | ||
- Remove excess "storage" and "activeTab" permissions as requested by the Google Chrome Webstore Team | ||
|
||
## 2.0 | ||
- Add new "Pre-buffer" feature with custom setting | ||
- Add yellow VU Meter when extension detected silent part after slow down time | ||
- Ad check if we can use the cloned media element | ||
- Show warnings when no media or no slow down time support is detected | ||
- Add new "Pre-buffer" feature with custom setting. This feature will greatly reduce the amount of skipping of words after a silent part | ||
- Add automatic check to see if we can use the "Pre-buffer" feature on a site | ||
- Set VU Meter color to yellow when the "Pre-buffer" feature detects silence in a future part of the media | ||
- Show warnings when no media or no "Pre-buffer" support is detected | ||
- Add basic support for multiple media elements on a page | ||
- Add basic DOM MutationObserver that allows "Skip Silence" to detect media elements that got added via JavaScript (used for one-page applications like YouTube) | ||
|
||
## 1.0 | ||
Initial release of "Skip Silence" 🚀 |