diff --git a/LICENSE b/LICENSE index f6ffdd930..3de861d73 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.3.7 - 2014-02-17 +* 4chan X - Version 1.3.7 - 2014-02-18 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 113d4dfe9..3b186fd89 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -23,7 +23,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.7 - 2014-02-17 +* 4chan X - Version 1.3.7 - 2014-02-18 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -10058,8 +10058,8 @@ } }, "warosu": { - boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], - files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], + boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], + files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], data: { domain: "fuuka.warosu.org", http: true, @@ -10088,8 +10088,8 @@ } }, "Foolz Beta": { - boards: ["a", "co", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], - files: ["a", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"], + boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], + files: ["a", "biz", "d", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"], data: { domain: "beta.foolz.us", http: true, diff --git a/builds/crx.crx b/builds/crx.crx index 85cd36e95..73648275e 100644 Binary files a/builds/crx.crx and b/builds/crx.crx differ diff --git a/builds/crx/script.js b/builds/crx/script.js index 9376ccc5e..9519b9001 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.3.7 - 2014-02-17 +* 4chan X - Version 1.3.7 - 2014-02-18 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -10051,8 +10051,8 @@ } }, "warosu": { - boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], - files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], + boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], + files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"], data: { domain: "fuuka.warosu.org", http: true, @@ -10081,8 +10081,8 @@ } }, "Foolz Beta": { - boards: ["a", "co", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], - files: ["a", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"], + boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], + files: ["a", "biz", "d", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"], data: { domain: "beta.foolz.us", http: true, diff --git a/builds/xpi/4chanx.xpi b/builds/xpi/4chanx.xpi index 4e84eb064..0278e14a4 100644 Binary files a/builds/xpi/4chanx.xpi and b/builds/xpi/4chanx.xpi differ diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index e0f23410c..b7f1d1540 100755 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -143,7 +143,7 @@ Redirect = "Foolz Beta": boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], - files: ["a", "biz", "d" "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"] + files: ["a", "biz", "d", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"] data: domain: "beta.foolz.us" http: true diff --git a/src/Posting/.QR.post.coffee.kate-swp b/src/Posting/.QR.post.coffee.kate-swp new file mode 100644 index 000000000..a5d479999 Binary files /dev/null and b/src/Posting/.QR.post.coffee.kate-swp differ