From 1c253782e83986cdc424a204da35757420e8b36c Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 12 Jan 2014 09:51:00 -0700 Subject: [PATCH] Release 4chan X v1.3.1. --- CHANGELOG.md | 11 +++++++++++ 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, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5fead71..50abadc33 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### v1.3.1 +*2014-01-12* + +**seaweeedchan**: +- Turn infinite scrolling into new index mode +- Fix style issues with non-fixed header + +**Zixaphir**: +- Add old infinite scrolling functionality +- Fix Redirect errors + ## v1.3.0 *2014-01-10* diff --git a/LICENSE b/LICENSE index 91ebac5f3..220a98680 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.3.0 - 2014-01-12 +* 4chan X - Version 1.3.1 - 2014-01-12 * * 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 37469de03..b83930358 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.3.0 +// @version 1.3.1 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index cd02418bd..de5c8dfcf 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.0 +// @version 1.3.1 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.0 - 2014-01-12 +* 4chan X - Version 1.3.1 - 2014-01-12 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -358,7 +358,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.0', + VERSION: '1.3.1', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 345489128..8ed5e681e 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.3.0", + "version": "1.3.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 8cd95b2f9..6794006eb 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.3.0 - 2014-01-12 +* 4chan X - Version 1.3.1 - 2014-01-12 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -336,7 +336,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.0', + VERSION: '1.3.1', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/latest.js b/latest.js index d39318f2c..cc4b550ba 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.3.0'},'*') +postMessage({version:'1.3.1'},'*') diff --git a/package.json b/package.json index 6f88681fd..ebe05ac9c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "1.3.0", + "version": "1.3.1", "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X",