Merge branch '1.8.10.x' into 1.9.0.x
Conflicts: CHANGELOG.md LICENSE builds/4chan-X-beta.crx builds/4chan-X-beta.meta.js builds/4chan-X-beta.user.js builds/4chan-X-noupdate.crx builds/4chan-X-noupdate.user.js builds/4chan-X.crx builds/4chan-X.meta.js builds/4chan-X.user.js builds/4chan-X.zip builds/updates-beta.xml builds/updates.xml package.json
This commit is contained in:
commit
28bac9d800
@ -33,6 +33,12 @@ Based on v1.8.10.4.
|
|||||||
- Fix QR cooldown storage overflow bug.
|
- Fix QR cooldown storage overflow bug.
|
||||||
- Remove buggy `Cooldown Prediction` feature.
|
- Remove buggy `Cooldown Prediction` feature.
|
||||||
|
|
||||||
|
### v1.8.10.8
|
||||||
|
*2014-08-26*
|
||||||
|
|
||||||
|
**MayhemYDG**, **thebladeee**
|
||||||
|
- Archive list update.
|
||||||
|
|
||||||
### v1.8.10.7
|
### v1.8.10.7
|
||||||
*2014-08-25*
|
*2014-08-25*
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,22 @@
|
|||||||
[{
|
[{
|
||||||
|
"uid": 0,
|
||||||
|
"name": "Moe",
|
||||||
|
"domain": "archive.moe",
|
||||||
|
"http": true,
|
||||||
|
"https": true,
|
||||||
|
"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": 3,
|
"uid": 3,
|
||||||
"name": "4plebs Archive",
|
"name": "4plebs Archive",
|
||||||
"domain": "archive.4plebs.org",
|
"domain": "archive.4plebs.org",
|
||||||
@ -14,8 +32,8 @@
|
|||||||
"http": true,
|
"http": true,
|
||||||
"https": true,
|
"https": true,
|
||||||
"software": "foolfuuka",
|
"software": "foolfuuka",
|
||||||
"boards": ["d", "e", "i", "lgbt", "t", "u"],
|
"boards": ["c", "d", "e", "i", "lgbt", "t", "u", "w", "wg"],
|
||||||
"files": ["d", "e", "i", "lgbt", "t", "u"]
|
"files": ["c", "d", "e", "i", "lgbt", "t", "u", "w", "wg"]
|
||||||
}, {
|
}, {
|
||||||
"uid": 8,
|
"uid": 8,
|
||||||
"name": "Rebecca Black Tech",
|
"name": "Rebecca Black Tech",
|
||||||
@ -25,6 +43,15 @@
|
|||||||
"software": "fuuka",
|
"software": "fuuka",
|
||||||
"boards": ["cgl", "g", "mu", "w"],
|
"boards": ["cgl", "g", "mu", "w"],
|
||||||
"files": ["cgl", "g", "mu", "w"]
|
"files": ["cgl", "g", "mu", "w"]
|
||||||
|
}, {
|
||||||
|
"uid": 9,
|
||||||
|
"name": "Heinessen",
|
||||||
|
"domain": "archive.heinessen.com",
|
||||||
|
"http": true,
|
||||||
|
"https": false,
|
||||||
|
"software": "fuuka",
|
||||||
|
"boards": ["an", "fit", "k", "mlp", "r9k", "toy"],
|
||||||
|
"files": ["an", "fit", "k", "mlp", "r9k", "toy"]
|
||||||
}, {
|
}, {
|
||||||
"uid": 10,
|
"uid": 10,
|
||||||
"name": "warosu",
|
"name": "warosu",
|
||||||
@ -43,42 +70,6 @@
|
|||||||
"software": "foolfuuka",
|
"software": "foolfuuka",
|
||||||
"boards": ["asp", "cm", "h", "hc", "hm", "n", "p", "r", "s", "soc", "y"],
|
"boards": ["asp", "cm", "h", "hc", "hm", "n", "p", "r", "s", "soc", "y"],
|
||||||
"files": ["asp", "cm", "h", "hc", "hm", "n", "p", "r", "s", "soc", "y"]
|
"files": ["asp", "cm", "h", "hc", "hm", "n", "p", "r", "s", "soc", "y"]
|
||||||
}, {
|
|
||||||
"uid": 0,
|
|
||||||
"name": "Moe",
|
|
||||||
"domain": "archive.moe",
|
|
||||||
"http": true,
|
|
||||||
"https": true,
|
|
||||||
"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": 4,
|
|
||||||
"name": "Nyafuu",
|
|
||||||
"domain": "archive.nyafuu.org",
|
|
||||||
"http": true,
|
|
||||||
"https": true,
|
|
||||||
"software": "foolfuuka",
|
|
||||||
"boards": ["c", "e", "w", "wg"],
|
|
||||||
"files": ["c", "e", "w", "wg"]
|
|
||||||
}, {
|
|
||||||
"uid": 9,
|
|
||||||
"name": "Heinessen",
|
|
||||||
"domain": "archive.heinessen.com",
|
|
||||||
"http": true,
|
|
||||||
"https": false,
|
|
||||||
"software": "fuuka",
|
|
||||||
"boards": ["an", "fit", "k", "mlp", "r9k", "toy"],
|
|
||||||
"files": ["an", "fit", "k", "mlp", "r9k", "toy"]
|
|
||||||
}, {
|
}, {
|
||||||
"uid": 16,
|
"uid": 16,
|
||||||
"name": "maware",
|
"name": "maware",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user