diff --git a/CHANGELOG.md b/CHANGELOG.md index 2321ffa75..8321ba673 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ Based on v1.8.9.8. - Add refresh button to thread watcher. Remove now redundant `Check 404'd threads` menu item. - Bug fixes. +### v1.8.9.9 +*2014-08-18* + +**ccd0** +- Update archive list. + ### v1.8.9.8 *2014-08-18* diff --git a/src/Archive/archives.json b/src/Archive/archives.json index 9929e79ce..3491d4b16 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -61,6 +61,15 @@ "software": "foolfuuka", "boards": ["a", "biz", "c", "co", "diy", "gd", "i", "int", "jp", "m", "mlp", "out", "po", "s4s", "sci", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"], "files": ["a", "biz", "c", "co", "diy", "gd", "i", "jp", "m", "po", "s4s", "sci", "tg", "v", "vg", "vp", "vr", "wsg"] +}, { + "uid": 1, + "name": "NSFW Moe", + "domain": "nsfw.archive.moe", + "http": true, + "https": true, + "software": "foolfuuka", + "boards": ["h", "u"], + "files": ["h", "u"] }, { "uid": 9, "name": "Heinessen", @@ -79,13 +88,4 @@ "software": "foolfuuka", "boards": ["t"], "files": ["t"] -}, { - "uid": 1, - "name": "NSFW Foolz", - "domain": "nsfw.foolz.us", - "http": true, - "https": true, - "software": "foolfuuka", - "boards": ["u"], - "files": ["u"] }]