diff --git a/CHANGELOG.md b/CHANGELOG.md index ef39728ca..60b10fe5b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ +### v1.2.36 +*2013-08-26* **MayhemYDG**: - 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 *2013-08-20* diff --git a/LICENSE b/LICENSE index 0f8639ed6..d6ce97d24 100755 --- a/LICENSE +++ b/LICENSE @@ -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. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index a16133455..b99ae659b 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.2.35 +// @version 1.2.36 // @minGMVer 1.13 // @minFFVer 22 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index cdc33f18c..3f7468b7f 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.2.35 +// @version 1.2.36 // @minGMVer 1.13 // @minFFVer 22 // @namespace 4chan-X @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.2.35 - 2013-08-26 +* 4chan X - Version 1.2.36 - 2013-08-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -332,7 +332,7 @@ doc = d.documentElement; g = { - VERSION: '1.2.35', + VERSION: '1.2.36', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 8844e6f43..107f69c78 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.2.35", + "version": "1.2.36", "manifest_version": 2, "description": "Cross-browser userscript for maximum lurking on 4chan.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 112d20dfb..97b6c40e3 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // 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. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -311,7 +311,7 @@ doc = d.documentElement; g = { - VERSION: '1.2.35', + VERSION: '1.2.36', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/latest.js b/latest.js index ec55573fa..425de9410 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.2.35'},'*') +postMessage({version:'1.2.36'},'*') diff --git a/package.json b/package.json index 4954995ee..fb99afc46 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.2.35", + "version": "1.2.36", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",