diff --git a/CHANGELOG.md b/CHANGELOG.md index 7353d9ed3..ca3437537 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v1.5.1 +*2014-04-04* + +**ccd0**: +- Support hover for .webm videos. +- Add .webm to supported posting types. +- Add option to enable/disable sound. + ## v1.5.0 *2014-04-04* diff --git a/LICENSE b/LICENSE index 806d1fec0..4eb64e47f 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.5.0 - 2014-04-04 +* 4chan X - Version 1.5.1 - 2014-04-04 * * 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 dad0b6be8..636db037a 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.5.0 +// @version 1.5.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 8982e1ecd..3241c6673 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.0 +// @version 1.5.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -24,7 +24,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.5.0 - 2014-04-04 +* 4chan X - Version 1.5.1 - 2014-04-04 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -367,7 +367,7 @@ doc = d.documentElement; g = { - VERSION: '1.5.0', + VERSION: '1.5.1', NAMESPACE: '4chan X.', boards: {} }; diff --git a/builds/crx.crx b/builds/crx.crx index a1f50ec4d..a2a647a0a 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 5b0889728..4fde330c0 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.5.0", + "version": "1.5.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 ce72e54c7..ba5996c5d 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.5.0 - 2014-04-04 +* 4chan X - Version 1.5.1 - 2014-04-04 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -343,7 +343,7 @@ doc = d.documentElement; g = { - VERSION: '1.5.0', + VERSION: '1.5.1', NAMESPACE: '4chan X.', boards: {} }; diff --git a/builds/updates.xml b/builds/updates.xml index 31eb45ad2..b25f40d4d 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/latest.js b/latest.js index 5ac1cf1e0..f0fa0c34b 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.5.0'},'*') +postMessage({version:'1.5.1'},'*') diff --git a/package.json b/package.json index ed51e78ac..37caaa1e1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.5.0", + "version": "1.5.1", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",