Merge branch 'bstable'
This commit is contained in:
commit
bab3fa855f
@ -20,6 +20,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
|||||||
|
|
||||||
### v1.11.11
|
### 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")]
|
**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/.
|
- (MayhemYDG) Update archive list: Desustorage changes including addition of /vr/.
|
||||||
|
|
||||||
|
|||||||
@ -212,6 +212,10 @@ module.exports = (grunt) ->
|
|||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
push:
|
push:
|
||||||
command: 'git push origin --tags -f && git push origin --all'
|
command: 'git push origin --tags -f && git push origin --all'
|
||||||
|
prestore:
|
||||||
|
command: 'git checkout stable'
|
||||||
|
poststore:
|
||||||
|
command: 'git checkout -'
|
||||||
aws:
|
aws:
|
||||||
command: """
|
command: """
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
@ -455,7 +459,9 @@ module.exports = (grunt) ->
|
|||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'store', [
|
grunt.registerTask 'store', [
|
||||||
|
'shell:prestore'
|
||||||
'webstore_upload'
|
'webstore_upload'
|
||||||
|
'shell:poststore'
|
||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'setversion', 'Set the version number', (version) ->
|
grunt.registerTask 'setversion', 'Set the version number', (version) ->
|
||||||
|
|||||||
@ -73,12 +73,22 @@
|
|||||||
"search": []
|
"search": []
|
||||||
}, {
|
}, {
|
||||||
"uid": 25,
|
"uid": 25,
|
||||||
"name": "b4k.co",
|
"name": "arch.b4k.co",
|
||||||
"domain": "ff.b4k.co",
|
"domain": "arch.b4k.co",
|
||||||
"http": true,
|
"http": true,
|
||||||
"https": true,
|
"https": true,
|
||||||
"software": "foolfuuka",
|
"software": "foolfuuka",
|
||||||
"boards": ["g", "mlp", "qa", "v"],
|
"boards": ["g", "mlp", "v"],
|
||||||
"files": [],
|
"files": [],
|
||||||
"search": []
|
"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": []
|
||||||
}]
|
}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user