Skip to content

Releases: mebeim/stream-locker

Stream Locker v1.1.1

26 May 22:03
34c0231
Compare
Choose a tag to compare

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

26 May 18:05
4ac2118
Compare
Choose a tag to compare

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

24 May 01:58
48d0e54
Compare
Choose a tag to compare

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

13 May 19:30
0631d2d
Compare
Choose a tag to compare

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

10 May 20:10
012a5bc
Compare
Choose a tag to compare

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

10 Feb 00:41
5017492
Compare
Choose a tag to compare

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

13 Dec 20:58
c4ade23
Compare
Choose a tag to compare

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

19 Sep 21:26
fb52e12
Compare
Choose a tag to compare

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

13 Jul 21:00
82fd275
Compare
Choose a tag to compare

July 13, 2018 — Bug fixes.

  • Fixed fullscreen keyboard/mouse shortcuts not working on Chrome.

Stream Locker v1.0.0

18 Jun 21:27
269e4aa
Compare
Choose a tag to compare

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.