Releases: mebeim/stream-locker
Stream Locker v1.1.1
May 26, 2019 — Firefox plz.
- Fixed a deadly bug on Firefox that destroyed all user options opon save.
Developer notes:
Oh boy, I sure love browsers changing behavior unexpectedly and breaking all the functionalities you implemented. Read the commit messages if you want to know more ;).
Stream Locker v1.1.0
May 26, 2019 — Finally an extension popup!
- New extension popup to easily manage the extension from any web page, without the need to open the settings page.
- Dynamic extension icon styling and title.
- Proper extension store image.
Developer notes:
Looking forward to create an automatic global blacklist for the most common streaming websites. Next versions will probably introduce an opt-out option to send anonymous usage information to start creating a built-in blocklist, much like AdBlock's easy-lists.
Stream Locker v1.0.7
May 24, 2019 — Old bugs are the worst!
- Fixed a very old bug that made default options not be merged correctly with current extension options.
Developer notes:
Turns out I'm blind and can't see dead obvious bugs, ouch, thanks to my friend @mttbernardini for spotting this.
Stream Locker v1.0.6
May 13, 2019 — New volume indicator.
- Add volume indicator when changing volume through shortcuts.
- Fix silly bug making fullscreen keyboard shortcut not work.
Stream Locker v1.0.5
May 10, 2019 — Yay, more (unintended) bug fixes!
- Fixed double trigger of play/pause actions which caused the video to not play/pause at all. Chrome and Firefox updated their players, and now have built-in play/pause toggle both via click and spacebar.
- Removed default left and right arrow skip 10 seconds functions on Firefox, because they conflicted with the newly introduced default actions. Firefox player now skips +/- 15s by default using left and right arrows.
Developer notes:
Who knew that the onkeypress
event was deprecated... wonder what I'll do when they remove it, use a custom-made onkeydown
+ onkeyup
combiation? I'm getting old.
Stream Locker v1.0.4
February 10, 2019 — Bug fixes, boring stuff.
- Fixed a bug that sometimes caused the options page to not correctly display right after installing the extension.
Stream Locker v1.0.3
December 13, 2018 — New option, performance improvements and style fixes.
- Added advanced option to choose minimum duration of videos to capture (defaul 10m). Shorter videos will not be captured by the extension.
- Added advanced options section in options page.
- Improved tab checking: only check when needed.
- Fixed options page blacklist alignment.
Developer notes:
- Still working on screenshots, ugh. It will probably take forever to find something that makes sense.
- Personal advice to anyone who did not switch back to the old player style on Chrome: do your eyes a favor and go to
chrome://flags/#enable-modern-media-controls
to disable the new awful media controls.
Stream Locker v1.0.2
September 19, 2018 — Small improvements and fiexes.
- Global "Extension enabled" option now fully disables the extension if set to "OFF".
- Sites can now either be "enabled" or "disabled", no more "default" for this value.
- Made input fields in the options page easier to use.
- The extension now correctly recognizes newly added and removed sites which already loaded without having to reload their tabs.
- Extension's description has been updated.
- Minor style and bug fixes in the options page.
Developer notes:
Looks like FireFox doesn't support word-break: break-word
. Also, there may be a bug with the way contenteditable
elements are handled, the caret is sometimes placed in a strange position.
Stream Locker v1.0.1
July 13, 2018 — Bug fixes.
- Fixed fullscreen keyboard/mouse shortcuts not working on Chrome.
Stream Locker v1.0.0
June 18, 2018 — Complete and working!
First stable version of Stream Locker, finally fully customizable and working.
- Fully working options page to customize blacklist and global options.
- Removed useless built-in blacklist, now you chose which sites to blacklist.
- Added option to choose whether to capture videos in the native player or not.
- Removed pre-release option of opening player in new tab since it doesn't make much sense.
Developer notes:
- Screenshots will soon be added to the relative extension store pages.
- Working on synchronized storage and options backup/restore.