Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Bump to version 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mebeim committed Dec 13, 2018
1 parent c9ee567 commit c4ade23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Stream Locker Changelog
Versions
--------

### [1.0.3][v1.0.3] — 2018-12-13

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.

### [1.0.2][v1.0.2] — 2018-09-19

Small improvements and fiexes.
Expand Down Expand Up @@ -110,6 +124,7 @@ First public release.
------------------------------------------------------------------------------------------
*Copyright © 2017 Marco Bonelli. Licensed under the GNU General Public License v3.0.*

[v1.0.3]: https://github.com/mebeim/stream-locker/releases/tag/v1.0.3
[v1.0.2]: https://github.com/mebeim/stream-locker/releases/tag/v1.0.2
[v1.0.1]: https://github.com/mebeim/stream-locker/releases/tag/v1.0.1
[v1.0.0]: https://github.com/mebeim/stream-locker/releases/tag/v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Stream Locker",
"description": "Block annoying popups and load streaming sites videos in the lightweight native HTML5 player.",
"homepage_url": "https://github.com/mebeim/stream-locker",
"version": "1.0.2",
"version": "1.0.3",
"author": "Marco Bonelli",

"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
Expand Down

0 comments on commit c4ade23

Please sign in to comment.