diff options
| author | Teddy Wing | 2021-02-20 13:33:13 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-02-20 13:33:13 +0100 |
| commit | 6f9e15f38dfb78eb24d8a3c82f2ba204f46578b4 (patch) | |
| tree | a4a5ec9b930022626d4295485ab6389c5adf019e | |
| parent | 55dbd98c262fbc025f31ff42e4acac83d0a22909 (diff) | |
| download | netflix-esc-6f9e15f38dfb78eb24d8a3c82f2ba204f46578b4.tar.bz2 | |
Increase version v0.0.1 -> v0.0.2
| -rw-r--r-- | CHANGELOG | 13 | ||||
| -rw-r--r-- | netflix-esc.user.js | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..5f180c5 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,13 @@ +CHANGELOG +========= + +v0.0.2 (2021-02-20): + Fixes: + + * Update CSS selector for close button to get <Escape> working again + following recent DOM change. + +v0.0.1 (2020-10-03): + First public release. + + vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s* diff --git a/netflix-esc.user.js b/netflix-esc.user.js index 19a9562..39f4741 100644 --- a/netflix-esc.user.js +++ b/netflix-esc.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Netflix Esc // @description Add keyboard shortcuts to Netflix -// @version 0.0.1 +// @version 0.0.2 // @namespace com.teddywing // @match https://www.netflix.com/* // ==/UserScript== |
