Merge branch 'master' into v3

This commit is contained in:
Nicolas Stepien 2012-09-03 22:34:20 +02:00
commit 8084573457
4 changed files with 9 additions and 3 deletions

View File

@ -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.'],

View File

@ -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.

View File

@ -1 +1 @@
postMessage({version:'2.34.8'},'*')
postMessage({version:'2.34.9'},'*')

View File

@ -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.']