diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c88e4edd..f075c5e39 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ Based on v1.8.8.6. - Fix some archive features not being possible to disable; unchecking `404 Redirect`, `Archive Link`, and `Resurrect Quotes` is now sufficient to turn all archive features off. - Allow `disabled` as an archive choice for every board. +### v1.8.8.8 +*2014-08-11* + +**vidyamoe** +- Update archive list. + ### v1.8.8.7 *2014-08-10* diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 37918250f..51ad15234 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -1,4 +1,5 @@ module.exports = (grunt) -> + grunt.util.linefeed = '\n' importHTML = (filename) -> "(innerHTML: #{JSON.stringify grunt.file.read("src/General/html/#{filename}.html").replace(/^\s+|\s+$ command: """ git commit -am "Release <%= pkg.meta.name %> v<%= pkg.meta.version %>." git tag -a <%= pkg.meta.version %> -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." - """ + """.split('\n').join('&&') beta: command: """ git tag -af beta -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." @@ -133,7 +134,7 @@ module.exports = (grunt) -> git checkout beta 'builds/*<%= pkg.meta.suffix.beta %>.*' git commit -am "Move <%= pkg.meta.name %> v<%= pkg.meta.version %> to beta channel." git checkout - - """ + """.split('\n').join('&&') stable: command: """ git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." @@ -145,7 +146,7 @@ module.exports = (grunt) -> git merge --ff-only tmp git branch -d tmp git checkout @{-2} - """ + """.split('\n').join('&&') push: command: 'git push origin --tags -f && git push origin --all' diff --git a/src/Archive/archives.json b/src/Archive/archives.json index 2ecb74927..9d6c1e221 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -79,6 +79,15 @@ "software": "foolfuuka", "boards": ["t"], "files": ["t"] +}, { + "uid": 20, + "name": "/v/idya archive", + "domain": "archive.vidya.moe", + "http": true, + "https": true, + "software": "foolfuuka", + "boards": ["v"], + "files": ["v"] }, { "uid": 19, "name": "Deniable Plausibility", @@ -88,15 +97,6 @@ "software": "foolfuuka", "boards": ["v", "vg"], "files": ["v", "vg"] -}, { - "uid": 20, - "name": "/v/idya archive", - "domain": "archive.vidya.moe", - "http": true, - "https": false, - "software": "foolfuuka", - "boards": ["v"], - "files": ["v"] }, { "uid": 13, "name": "Foolz Beta",