aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-07-20 23:04:44 +0200
committerTeddy Wing2022-07-20 23:10:10 +0200
commitc6cc5b84d530b35cc55610ae2bdc26b5c7f6136c (patch)
tree50b3d4bc787650b84ca5813f01561ec728c439a6
parent94c30fef65a1beb49e65860c7ed99964e9c162e2 (diff)
downloadGitHub-Apple-Option-P-to-Preview-c6cc5b84d530b35cc55610ae2bdc26b5c7f6136c.tar.bz2
Increase version v0.0.1 -> v0.0.2
-rw-r--r--CHANGELOG13
-rw-r--r--github-apple-option-p-to-preview.user.js2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..f804d95
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,13 @@
+CHANGELOG
+=========
+
+v0.0.2 (2022-07-20):
+ Fixes:
+
+ * Fix bug where shortcut would stop working after Turbolinks navigation
+ after a recent GitHub update.
+
+v0.0.1 (2017-09-29):
+ First release.
+
+ vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
diff --git a/github-apple-option-p-to-preview.user.js b/github-apple-option-p-to-preview.user.js
index 7c9dafb..7b0bc56 100644
--- a/github-apple-option-p-to-preview.user.js
+++ b/github-apple-option-p-to-preview.user.js
@@ -2,7 +2,7 @@
// @name GitHub Apple-Option-P to Preview
// @namespace com.teddywing
// @description Enables Apple-Option-P to toggle the Preview pane
-// @version 0.0.1
+// @version 0.0.2
// @match https://*.github.com/*
// @grant none
// ==/UserScript==