diff options
| -rw-r--r-- | CHANGELOG | 13 | ||||
| -rw-r--r-- | github-apple-option-p-to-preview.user.js | 2 |
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== |
