Merge branch 'bstable'

This commit is contained in:
ccd0 2015-10-08 18:07:39 -07:00
commit bab3fa855f
3 changed files with 22 additions and 3 deletions

View File

@ -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/.

View File

@ -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) ->

View File

@ -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": []
}]