aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-20 00:47:26 +0100
committerTeddy Wing2021-03-20 00:54:08 +0100
commit4641886f0186c0a2979131d24f11b750e8f5a5a4 (patch)
treee979d4458aba43a16d78b44020c4ed629375fbcc
parent0f4011c3d0b787547134553feb1356a404c0a495 (diff)
downloadnetflix-esc-4641886f0186c0a2979131d24f11b750e8f5a5a4.tar.bz2
Increase version v0.0.2 -> v0.0.3v0.0.3
-rw-r--r--CHANGELOG11
-rw-r--r--netflix-esc.user.js2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5f180c5..ee14485 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
CHANGELOG
=========
+v0.0.3 (2021-03-19):
+ Additions:
+
+ * Add <h> and <l> bindings to paginate left and right on the currently
+ hovered row.
+
+ Fixes:
+
+ * Update the click event for the "More Info" button to get <i> working again
+ following a recent site update.
+
v0.0.2 (2021-02-20):
Fixes:
diff --git a/netflix-esc.user.js b/netflix-esc.user.js
index 509786f..955a24f 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.2
+// @version 0.0.3
// @namespace com.teddywing
// @match https://www.netflix.com/*
// ==/UserScript==