diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a047a8b9..bdb5feb40 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.6.1 +*2014-04-06* + +- Restore `Quoted Title` (had been removed in 1.6.0 but option left) +- Fixed auto-hide permanently hiding the header + ## v1.6.0 *2014-04-06* diff --git a/LICENSE b/LICENSE index 17b08c379..c100ba767 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.6.0 - 2014-04-06 +* 4chan X - Version 1.6.1 - 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 abb3501f5..2566e2d03 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.6.0 +// @version 1.6.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 01eb07ca2..8923cb982 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.6.0 +// @version 1.6.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -24,7 +24,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.6.0 - 2014-04-06 +* 4chan X - Version 1.6.1 - 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.6.0', + VERSION: '1.6.1', NAMESPACE: '4chan X.', boards: {} }; diff --git a/builds/crx.crx b/builds/crx.crx index a908dabcc..e13e90162 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 1c53f6607..c1005a891 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.6.0", + "version": "1.6.1", "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 bbc81b28b..8cc942566 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.6.0 - 2014-04-06 +* 4chan X - Version 1.6.1 - 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.6.0', + VERSION: '1.6.1', NAMESPACE: '4chan X.', boards: {} }; diff --git a/builds/updates.xml b/builds/updates.xml index ad944604f..400befd1c 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/latest.js b/latest.js index 3749b544b..0bfb45f35 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.6.0'},'*') +postMessage({version:'1.6.1'},'*') diff --git a/package.json b/package.json index e85ea50c8..777732c29 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.6.0", + "version": "1.6.1", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",