diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8f65f70..db8a08cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.33 +**v1.11.33.4** *(2016-05-17)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.4/builds/4chan-X-noupdate.crx "Chromium version")] +- Archive list: waruso.org is back; also temporarily add fgts.jp (still down) as last option in list. + **v1.11.33.3** *(2016-05-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.3/builds/4chan-X-noupdate.crx "Chromium version")] - Fix StrawPoll embedding on HTTPS pages. - (pleebe) Archive list: remove /film/ from 4plebs. diff --git a/src/Archive/archives.json b/src/Archive/archives.json index 85e2af112..117f079e3 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -25,6 +25,15 @@ "software": "fuuka", "boards": ["cgl", "g", "mu"], "files": ["cgl", "g", "mu"] +}, { + "uid": 10, + "name": "warosu", + "domain": "warosu.org", + "http": false, + "https": true, + "software": "fuuka", + "boards": ["3", "biz", "cgl", "ck", "diy", "fa", "g", "ic", "jp", "lit", "sci", "tg", "vr"], + "files": ["3", "biz", "cgl", "ck", "diy", "fa", "g", "ic", "jp", "lit", "sci", "tg", "vr"] }, { "uid": 23, "name": "Desustorage", @@ -71,4 +80,13 @@ "software": "foolfuuka", "boards": ["f", "cm", "hm", "lgbt", "news", "qst", "trash", "y"], "files": [] +}, { + "uid": 15, + "name": "fgts", + "domain": "fgts.jp", + "http": true, + "https": true, + "software": "foolfuuka", + "boards": ["asp", "b", "cm", "gd", "h", "hc", "hm", "n", "out", "p", "po", "qa", "r", "s", "soc", "toy", "vp", "y"], + "files": ["asp", "b", "cm", "gd", "h", "hc", "hm", "n", "out", "p", "po", "qa", "r", "s", "soc", "toy", "vp", "y"] }]