diff --git a/4chan_x.user.js b/4chan_x.user.js index 393cedb73..0517610c9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -173,7 +173,7 @@ 'submit QR': ['alt+s', 'Submit post.'], 'watch': ['w', 'Watch thread.'], 'update': ['u', 'Update the thread now.'], - 'reset unread count': ['r', 'Reset unread status.'], + 'read thread': ['r', 'Mark thread as read.'], 'expand image': ['E', 'Expand selected image.'], 'expand images': ['e', 'Expand all images.'], 'front page': ['0', 'Jump to page 0.'], diff --git a/changelog b/changelog index b29a56c15..aee97b225 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,12 @@ alpha - Mayhem Fix Chrome's install warning that 4chan X would execute on all domains. +2.34.9 +- Mayhem + Add /g/, /k/, /w/, /an/, /cgl/, /ck/, /lit/, /toy/ and /x/ archived image redirection. + One-word-captcha now works in the report window. + Fix duplicate file upload error link. + 2.34.8 - Mayhem One-word-captcha: you don't need to input an extra space anymore, the true word will be duplicated. diff --git a/latest.js b/latest.js index 247c74694..0335ecfb8 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.34.8'},'*') \ No newline at end of file +postMessage({version:'2.34.9'},'*') \ No newline at end of file diff --git a/script.coffee b/script.coffee index fa3a25d72..f50a4a518 100644 --- a/script.coffee +++ b/script.coffee @@ -135,7 +135,7 @@ Config = # Thread related 'watch': ['w', 'Watch thread.'] 'update': ['u', 'Update the thread now.'] - 'reset unread count': ['r', 'Reset unread status.'] + 'read thread': ['r', 'Mark thread as read.'] # Images 'expand image': ['E', 'Expand selected image.'] 'expand images': ['e', 'Expand all images.']