diff --git a/CHANGELOG.md b/CHANGELOG.md index 668906c95..7f2008d30 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.6.0 +*2014-04-06* + **MayhemYDG**: - Thread and post hiding changes: - The posts' menu now has a label entry listing the reasons why a post got hidden or highlighted. diff --git a/LICENSE b/LICENSE index e7aae11d9..17b08c379 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.5.2 - 2014-04-06 +* 4chan X - Version 1.6.0 - 2014-04-06 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index a9ccc4b6d..abb3501f5 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.5.2 +// @version 1.6.0 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index fdc15850a..790422594 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.5.2 +// @version 1.6.0 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -24,7 +24,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.5.2 - 2014-04-06 +* 4chan X - Version 1.6.0 - 2014-04-06 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -372,7 +372,7 @@ doc = d.documentElement; g = { - VERSION: '1.5.2', + VERSION: '1.6.0', NAMESPACE: '4chan X.', boards: {} }; diff --git a/builds/crx.crx b/builds/crx.crx index 841ad39d1..a908dabcc 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 895c35d78..1c53f6607 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.5.2", + "version": "1.6.0", "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 8b0570448..c09e4e100 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.5.2 - 2014-04-06 +* 4chan X - Version 1.6.0 - 2014-04-06 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -348,7 +348,7 @@ doc = d.documentElement; g = { - VERSION: '1.5.2', + VERSION: '1.6.0', NAMESPACE: '4chan X.', boards: {} }; diff --git a/builds/updates.xml b/builds/updates.xml index da016606e..ad944604f 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/latest.js b/latest.js index 1be39c2ff..3749b544b 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.5.2'},'*') +postMessage({version:'1.6.0'},'*') diff --git a/package.json b/package.json index 587b7a9bd..e85ea50c8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.5.2", + "version": "1.6.0", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",