diff --git a/CHANGELOG.md b/CHANGELOG.md index 285f09cc5..f3eecef60 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v1.3.5 +*2014-02-10* + +**Spittie** +- Fix Chrome (aka copy from Appchan) +- Add option to load the captcha when you open a thread +- Add OpenSUSE emoji + ### v1.3.4 *2014-02-10* diff --git a/LICENSE b/LICENSE index a5107c9eb..7766f5530 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.3.4 - 2014-02-10 +* 4chan X - Version 1.3.5 - 2014-02-10 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 853efc1ca..270eb14e7 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.3.4 +// @version 1.3.5 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 6710bda1a..08e5319d1 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.3.4 +// @version 1.3.5 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.4 - 2014-02-10 +* 4chan X - Version 1.3.5 - 2014-02-10 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -359,7 +359,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.4', + VERSION: '1.3.5', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/builds/crx.crx b/builds/crx.crx index dfadbc5fa..09a6823c6 100644 Binary files a/builds/crx.crx and b/builds/crx.crx differ diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index e8c7f6fc4..bd664e83a 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.3.4", + "version": "1.3.5", "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 c95c9a1d1..3422cd982 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.3.4 - 2014-02-10 +* 4chan X - Version 1.3.5 - 2014-02-10 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -337,7 +337,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.4', + VERSION: '1.3.5', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/latest.js b/latest.js index 2fa3c50e2..76f921505 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.3.4'},'*') +postMessage({version:'1.3.5'},'*') diff --git a/package.json b/package.json index c27cc9881..a39d7ff95 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.3.4", + "version": "1.3.5", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",