From 3aea514ca17493d4246836ce4f8118ad47e0b81a Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 10 Jan 2014 09:46:48 -0700 Subject: [PATCH] Release 4chan X v1.3.0. --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- builds/4chan-X.meta.js | 2 +- builds/4chan-X.user.js | 6 +++--- builds/crx/manifest.json | 2 +- builds/crx/script.js | 4 ++-- latest.js | 2 +- package.json | 2 +- 8 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c1598f6..9a5fead71 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.3.0 +*2014-01-10* + **MayhemYDG**: - **New option**: `Auto-hide header on scroll`. - Added support for `4cdn.org`. @@ -43,6 +46,7 @@ **seaweedchan**: - Various fixes and improvements for the JSONified index - Removed index refresh notifications +- Various style tweaks **Zixaphir**: - FappeTyme and WerkTyme now persist across sessions. diff --git a/LICENSE b/LICENSE index 9ac7fdbf0..619d7bdb6 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.2.45 - 2014-01-10 +* 4chan X - Version 1.3.0 - 2014-01-10 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index b9e7832a1..37469de03 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.2.45 +// @version 1.3.0 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index d2f7b0cec..602ab9497 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.2.45 +// @version 1.3.0 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.2.45 - 2014-01-10 +* 4chan X - Version 1.3.0 - 2014-01-10 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -358,7 +358,7 @@ doc = d.documentElement; g = { - VERSION: '1.2.45', + VERSION: '1.3.0', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 7c1b9b59d..345489128 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.2.45", + "version": "1.3.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 26647a305..4aa074777 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.2.45 - 2014-01-10 +* 4chan X - Version 1.3.0 - 2014-01-10 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -336,7 +336,7 @@ doc = d.documentElement; g = { - VERSION: '1.2.45', + VERSION: '1.3.0', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/latest.js b/latest.js index 1fb033dbd..d39318f2c 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.2.45'},'*') +postMessage({version:'1.3.0'},'*') diff --git a/package.json b/package.json index 71d43c9ff..6f88681fd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.2.45", + "version": "1.3.0", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",