diff --git a/CHANGELOG.md b/CHANGELOG.md index c87a22ea4..9592af876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.14.15 +**v1.14.15.3** *(2019-12-30)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.15.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.15.3/builds/4chan-X-noupdate.crx)] +- Update location of archive list. #2520 + **v1.14.15.2** *(2019-12-20)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.15.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.15.2/builds/4chan-X-noupdate.crx)] - Display message when noscript captcha is disabled, and link to open list of alternate imageboards. #1539 #2500 diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index efe3ed790..91486c1e2 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 86db99d6a..7c7c01ade 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.15.2 +// @version 1.14.15.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -76,7 +76,7 @@ // @connect 4chan.org // @connect 4channel.org // @connect 4cdn.org -// @connect mayhemydg.github.io +// @connect nstepien.github.io // @connect archive.4plebs.org // @connect archive.nyafuu.org // @connect archive.rebeccablacktech.com diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index f2a337da6..9be7f9662 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.15.2 +// @version 1.14.15.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -76,7 +76,7 @@ // @connect 4chan.org // @connect 4channel.org // @connect 4cdn.org -// @connect mayhemydg.github.io +// @connect nstepien.github.io // @connect archive.4plebs.org // @connect archive.nyafuu.org // @connect archive.rebeccablacktech.com @@ -214,7 +214,7 @@ docSet = function() { }; g = { - VERSION: '1.14.15.2', + VERSION: '1.14.15.3', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -481,7 +481,7 @@ Config = (function() { 'Custom Board Navigation': true }, archives: { - archiveLists: 'https://mayhemydg.github.io/archives.json/archives.json', + archiveLists: 'https://nstepien.github.io/archives.json/archives.json', lastarchivecheck: 0, archiveAutoUpdate: true }, @@ -13418,6 +13418,11 @@ Settings = (function() { set('boardnav', "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions\"]"); } } + if (compareString < '00001.00014.00015.00003') { + if (data['archiveLists'] != null) { + set('archiveLists', data['archiveLists'].replace('https://mayhemydg.github.io/archives.json/archives.json', 'https://nstepien.github.io/archives.json/archives.json')); + } + } return changes; }, loadSettings: function(data, cb) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index e38540d7e..a1c80c802 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 478effa68..d9d94d775 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.15.2 +// @version 1.14.15.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -76,7 +76,7 @@ // @connect 4chan.org // @connect 4channel.org // @connect 4cdn.org -// @connect mayhemydg.github.io +// @connect nstepien.github.io // @connect archive.4plebs.org // @connect archive.nyafuu.org // @connect archive.rebeccablacktech.com @@ -214,7 +214,7 @@ docSet = function() { }; g = { - VERSION: '1.14.15.2', + VERSION: '1.14.15.3', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -481,7 +481,7 @@ Config = (function() { 'Custom Board Navigation': true }, archives: { - archiveLists: 'https://mayhemydg.github.io/archives.json/archives.json', + archiveLists: 'https://nstepien.github.io/archives.json/archives.json', lastarchivecheck: 0, archiveAutoUpdate: true }, @@ -13418,6 +13418,11 @@ Settings = (function() { set('boardnav', "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions\"]"); } } + if (compareString < '00001.00014.00015.00003') { + if (data['archiveLists'] != null) { + set('archiveLists', data['archiveLists'].replace('https://mayhemydg.github.io/archives.json/archives.json', 'https://nstepien.github.io/archives.json/archives.json')); + } + } return changes; }, loadSettings: function(data, cb) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 9defd2137..001082d58 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 d0be3fbd8..65c27df98 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.15.2 +// @version 1.14.15.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -76,7 +76,7 @@ // @connect 4chan.org // @connect 4channel.org // @connect 4cdn.org -// @connect mayhemydg.github.io +// @connect nstepien.github.io // @connect archive.4plebs.org // @connect archive.nyafuu.org // @connect archive.rebeccablacktech.com diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 5ad1ccc25..49301200d 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.15.2 +// @version 1.14.15.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -76,7 +76,7 @@ // @connect 4chan.org // @connect 4channel.org // @connect 4cdn.org -// @connect mayhemydg.github.io +// @connect nstepien.github.io // @connect archive.4plebs.org // @connect archive.nyafuu.org // @connect archive.rebeccablacktech.com @@ -214,7 +214,7 @@ docSet = function() { }; g = { - VERSION: '1.14.15.2', + VERSION: '1.14.15.3', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -481,7 +481,7 @@ Config = (function() { 'Custom Board Navigation': true }, archives: { - archiveLists: 'https://mayhemydg.github.io/archives.json/archives.json', + archiveLists: 'https://nstepien.github.io/archives.json/archives.json', lastarchivecheck: 0, archiveAutoUpdate: true }, @@ -13418,6 +13418,11 @@ Settings = (function() { set('boardnav', "[ toggle-all ]\na-replace\nc-replace\ng-replace\nk-replace\nv-replace\nvg-replace\nvr-replace\nck-replace\nco-replace\nfit-replace\njp-replace\nmu-replace\nsp-replace\ntv-replace\nvp-replace\n[external-text:\"FAQ\",\"https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions\"]"); } } + if (compareString < '00001.00014.00015.00003') { + if (data['archiveLists'] != null) { + set('archiveLists', data['archiveLists'].replace('https://mayhemydg.github.io/archives.json/archives.json', 'https://nstepien.github.io/archives.json/archives.json')); + } + } return changes; }, loadSettings: function(data, cb) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 806c36ee3..4bfdda259 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 bbf72bd55..867a98573 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.15.2", + "version": "1.14.15.3", "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 fc29ea7f2..56b593aa6 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 5a9b9f210..08fc2bd53 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.15.2", + "version": "1.14.15.3", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index cf26920bb..9dcf403c8 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index a8e4231fc..6657a6677 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.15.2", - "date": "2019-12-20T10:16:14.905Z" + "version": "1.14.15.3", + "date": "2019-12-30T04:06:03.675Z" } \ No newline at end of file