diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72f2da3..5f3de2e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## v1.14.0 +**v1.14.0.6** *(2018-02-04)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.6/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.6/builds/4chan-X-noupdate.crx)] +- Fix bug from v1.14.0.0 that broke 404 redirect and other features on image URLs. #1789 + **v1.14.0.5** *(2018-02-01)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.5/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.5/builds/4chan-X-noupdate.crx)] - Merge branch v1.13.15.8: Captcha bypass cookie does not work for starting threads. Updating to treat this case correctly. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index f51c62ca9..89525e47a 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 0c223e0e2..6bc1ab502 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.0.5 +// @version 1.14.0.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 4d3f33421..f49a90668 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.0.5 +// @version 1.14.0.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -157,7 +157,7 @@ docSet = function() { }; g = { - VERSION: '1.14.0.5', + VERSION: '1.14.0.6', NAMESPACE: '4chan X.', boards: {} }; @@ -509,7 +509,7 @@ Config = (function() { 'thread-watcher.position': 'top: 50px; left: 0px;', 'qr.position': 'top: 50px; right: 0px;' }, - siteSoftware: "4chan.org yotsuba" + siteSoftware: "4chan.org yotsuba\n4cdn.org yotsuba" }; return Config; @@ -12020,6 +12020,11 @@ Settings = (function() { }); new Notice('info', message); } + if (compareString < '00001.00014.00000.00006') { + if (data['siteSoftware'] != null) { + set('siteSoftware', data['siteSoftware'] + '\n4cdn.org yotsuba'); + } + } return changes; }, loadSettings: function(data, cb) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index b3c9a03d9..b91b5fa99 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index bb716957b..7593515c9 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.0.5 +// @version 1.14.0.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -157,7 +157,7 @@ docSet = function() { }; g = { - VERSION: '1.14.0.5', + VERSION: '1.14.0.6', NAMESPACE: '4chan X.', boards: {} }; @@ -509,7 +509,7 @@ Config = (function() { 'thread-watcher.position': 'top: 50px; left: 0px;', 'qr.position': 'top: 50px; right: 0px;' }, - siteSoftware: "4chan.org yotsuba" + siteSoftware: "4chan.org yotsuba\n4cdn.org yotsuba" }; return Config; @@ -12020,6 +12020,11 @@ Settings = (function() { }); new Notice('info', message); } + if (compareString < '00001.00014.00000.00006') { + if (data['siteSoftware'] != null) { + set('siteSoftware', data['siteSoftware'] + '\n4cdn.org yotsuba'); + } + } return changes; }, loadSettings: function(data, cb) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 336147fec..72859561c 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 3abffe902..4e0d7a4a6 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.0.5 +// @version 1.14.0.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 2b592ed62..d592b5341 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.0.5 +// @version 1.14.0.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -157,7 +157,7 @@ docSet = function() { }; g = { - VERSION: '1.14.0.5', + VERSION: '1.14.0.6', NAMESPACE: '4chan X.', boards: {} }; @@ -509,7 +509,7 @@ Config = (function() { 'thread-watcher.position': 'top: 50px; left: 0px;', 'qr.position': 'top: 50px; right: 0px;' }, - siteSoftware: "4chan.org yotsuba" + siteSoftware: "4chan.org yotsuba\n4cdn.org yotsuba" }; return Config; @@ -12020,6 +12020,11 @@ Settings = (function() { }); new Notice('info', message); } + if (compareString < '00001.00014.00000.00006') { + if (data['siteSoftware'] != null) { + set('siteSoftware', data['siteSoftware'] + '\n4cdn.org yotsuba'); + } + } return changes; }, loadSettings: function(data, cb) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index d52166bef..53dbb7c5a 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.json b/builds/updates-beta.json index 7256c185c..7693cdb5f 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.0.5", + "version": "1.14.0.6", "update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx" } ] diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index fa719fa08..e0b083f0c 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.json b/builds/updates.json index b1ea0dc79..1d507ff4f 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.0.5", + "version": "1.14.0.6", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index fa75f9e7b..f37e36044 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 673101232..a1e5b99fd 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.0.5", - "date": "2018-02-01T04:44:09.500Z" + "version": "1.14.0.6", + "date": "2018-02-04T04:08:30.543Z" } \ No newline at end of file