diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1103b44..7e8cf67de 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.11 +**v1.11.11.8** *(2015-10-08)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.8/builds/4chan-X-noupdate.crx "Chromium version")] +- (bakugo, MayhemYDG) Update archive list: arch.b4k.co updates and new archive archive.poweredby.moe. + **v1.11.11.7** *(2015-10-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.7/builds/4chan-X-noupdate.crx "Chromium version")] - (MayhemYDG) Update archive list: Desustorage changes including addition of /vr/. diff --git a/Gruntfile.coffee b/Gruntfile.coffee index c91cac904..acd4893f0 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -212,6 +212,10 @@ module.exports = (grunt) -> """.split('\n').join('&&') push: command: 'git push origin --tags -f && git push origin --all' + prestore: + command: 'git checkout stable' + poststore: + command: 'git checkout -' aws: command: """ git checkout gh-pages @@ -455,7 +459,9 @@ module.exports = (grunt) -> ] grunt.registerTask 'store', [ + 'shell:prestore' 'webstore_upload' + 'shell:poststore' ] grunt.registerTask 'setversion', 'Set the version number', (version) -> diff --git a/src/Archive/archives.json b/src/Archive/archives.json index b6ab746d1..8eb77a0e0 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -73,12 +73,22 @@ "search": [] }, { "uid": 25, - "name": "b4k.co", - "domain": "ff.b4k.co", + "name": "arch.b4k.co", + "domain": "arch.b4k.co", "http": true, "https": true, "software": "foolfuuka", - "boards": ["g", "mlp", "qa", "v"], + "boards": ["g", "mlp", "v"], "files": [], "search": [] +}, { + "uid": 26, + "name": "poweredby.moe", + "domain": "archive.poweredby.moe", + "http": true, + "https": true, + "software": "foolfuuka", + "boards": ["a", "c", "g", "jp"], + "files": ["a", "c", "jp"], + "search": [] }]