diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3e0bbaf..a0ac75b52 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.3 +**v1.11.3.4** *(2015-07-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.4/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix captcha in original post form obscuring file field for some users. +- Turn `Ignore Offline Status` on by default. + **v1.11.3.3** *(2015-07-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.3/builds/4chan-X-noupdate.crx "Chromium version")] - Merge v1.11.2.5: Add fireden.net archive. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index f43f6cdda..fab2ae68c 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 8150ebece..a29684f38 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.11.3.3 +// @version 1.11.3.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 0a4af95b7..0603b99e8 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X beta -// @version 1.11.3.3 +// @version 1.11.3.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -394,7 +394,7 @@ 'Bottom Scroll': [false, 'Always scroll to the bottom, not the first new post. Useful for event threads.'], 'Scroll BG': [false, 'Auto-scroll background tabs.'], 'Auto Update': [true, 'Automatically fetch new posts.'], - 'Ignore Offline Status': [false, 'Update even if your browser reports you are offline.'], + 'Ignore Offline Status': [true, 'Update even if your browser reports you are offline.'], 'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.'] }, 'Interval': 30 @@ -412,7 +412,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.3.3', + VERSION: '1.11.3.4', NAMESPACE: '4chan X.', boards: {} }; @@ -18043,6 +18043,10 @@ " /* party hats */\n" + " pointer-events: none;\n" + "}\n" + +"#g-recaptcha {\n" + +" min-height: 78px;\n" + +" height: auto;\n" + +"}\n" + ":root:not(.js-enabled) #postForm {\n" + " display: table;\n" + "}\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 553696c20..abcf96bf9 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index 7e665790a..3ed3a26da 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.11.3.3 +// @version 1.11.3.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -393,7 +393,7 @@ 'Bottom Scroll': [false, 'Always scroll to the bottom, not the first new post. Useful for event threads.'], 'Scroll BG': [false, 'Auto-scroll background tabs.'], 'Auto Update': [true, 'Automatically fetch new posts.'], - 'Ignore Offline Status': [false, 'Update even if your browser reports you are offline.'], + 'Ignore Offline Status': [true, 'Update even if your browser reports you are offline.'], 'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.'] }, 'Interval': 30 @@ -411,7 +411,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.3.3', + VERSION: '1.11.3.4', NAMESPACE: '4chan X.', boards: {} }; @@ -18042,6 +18042,10 @@ " /* party hats */\n" + " pointer-events: none;\n" + "}\n" + +"#g-recaptcha {\n" + +" min-height: 78px;\n" + +" height: auto;\n" + +"}\n" + ":root:not(.js-enabled) #postForm {\n" + " display: table;\n" + "}\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index f60161478..2cde0e4b7 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 22b9b804e..fb96dac17 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.3.3 +// @version 1.11.3.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 7c529e5b6..5b1ad8c47 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.11.3.3 +// @version 1.11.3.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -394,7 +394,7 @@ 'Bottom Scroll': [false, 'Always scroll to the bottom, not the first new post. Useful for event threads.'], 'Scroll BG': [false, 'Auto-scroll background tabs.'], 'Auto Update': [true, 'Automatically fetch new posts.'], - 'Ignore Offline Status': [false, 'Update even if your browser reports you are offline.'], + 'Ignore Offline Status': [true, 'Update even if your browser reports you are offline.'], 'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.'] }, 'Interval': 30 @@ -412,7 +412,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.3.3', + VERSION: '1.11.3.4', NAMESPACE: '4chan X.', boards: {} }; @@ -18043,6 +18043,10 @@ " /* party hats */\n" + " pointer-events: none;\n" + "}\n" + +"#g-recaptcha {\n" + +" min-height: 78px;\n" + +" height: auto;\n" + +"}\n" + ":root:not(.js-enabled) #postForm {\n" + " display: table;\n" + "}\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 973ff5ccb..3ac1b3a4f 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index 9037ce4ce..aa5c22cf6 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index a47dc6fa9..cbb0d57c3 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index 54623e112..3cc379f1e 100755 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X", - "version": "1.11.3.3", - "date": "2015-07-07T08:49:17.234Z", + "version": "1.11.3.4", + "date": "2015-07-12T20:27:50.237Z", "repo": "https://github.com/ccd0/4chan-x/", "page": "https://github.com/ccd0/4chan-x", "downloads": "https://ccd0.github.io/4chan-x/builds/",