Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Jun 3, 2020
1 parent 3e079b7 commit ddf7496
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
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" 🚀

0 comments on commit ddf7496

Please sign in to comment.