Release 4chan X v1.2.36.

This commit is contained in:
Jordan Bates 2013-08-26 21:04:35 -07:00
parent e44480c0c6
commit bc0f30612c
8 changed files with 28 additions and 11 deletions

View File

@ -1,7 +1,24 @@
### v1.2.36
*2013-08-26*
**MayhemYDG**: **MayhemYDG**:
- New desktop notification: - New desktop notification:
- The QR will now warn you when you are running low on cached captchas while auto-posting. * The QR will now warn you when you are running low on cached captchas while auto-posting.
**seaweedchan**:
- Visual overhaul for gallery mode
**Zixaphir**:
- Fix an issue with the file dialog randomly opening multiple times (with seaweedchan)
![Gallery](src/General/img/changelog/2.3.6.png)
- Add new feature: `Gallery`.
* Opens images in a lightweight Gallery script.
* If enabled while Image Expansion is disabled, will takeover as the default action when images are clicked.
* Supports several hotkeys: left is previous, right and enter are next, escape closes.
* Works with Thread Updater to add new images to the Gallery while its open.
* BLINK/WEBKIT ONLY: Clicking the file title will download the image with the original name.
* Menu button to hide thumbnails, enable/disable fit width/height
* Thumbnails scroll with the active image
### v1.2.35 ### v1.2.35
*2013-08-20* *2013-08-20*

View File

@ -1,5 +1,5 @@
/* /*
* 4chan X - Version 1.2.35 - 2013-08-26 * 4chan X - Version 1.2.36 - 2013-08-26
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.2.35 // @version 1.2.36
// @minGMVer 1.13 // @minGMVer 1.13
// @minFFVer 22 // @minFFVer 22
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.2.35 // @version 1.2.36
// @minGMVer 1.13 // @minGMVer 1.13
// @minFFVer 22 // @minFFVer 22
// @namespace 4chan-X // @namespace 4chan-X
@ -22,7 +22,7 @@
// ==/UserScript== // ==/UserScript==
/* /*
* 4chan X - Version 1.2.35 - 2013-08-26 * 4chan X - Version 1.2.36 - 2013-08-26
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -332,7 +332,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.2.35', VERSION: '1.2.36',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {}, boards: {},
threads: {}, threads: {},

View File

@ -1,6 +1,6 @@
{ {
"name": "4chan X", "name": "4chan X",
"version": "1.2.35", "version": "1.2.36",
"manifest_version": 2, "manifest_version": 2,
"description": "Cross-browser userscript for maximum lurking on 4chan.", "description": "Cross-browser userscript for maximum lurking on 4chan.",
"icons": { "icons": {

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript // Generated by CoffeeScript
/* /*
* 4chan X - Version 1.2.35 - 2013-08-26 * 4chan X - Version 1.2.36 - 2013-08-26
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -311,7 +311,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.2.35', VERSION: '1.2.36',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {}, boards: {},
threads: {}, threads: {},

View File

@ -1 +1 @@
postMessage({version:'1.2.35'},'*') postMessage({version:'1.2.36'},'*')

View File

@ -1,6 +1,6 @@
{ {
"name": "4chan-X", "name": "4chan-X",
"version": "1.2.35", "version": "1.2.36",
"description": "Cross-browser userscript for maximum lurking on 4chan.", "description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": { "meta": {
"name": "4chan X", "name": "4chan X",