diff --git a/CHANGELOG.md b/CHANGELOG.md index d73abb7d7..bf9b9d36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v2.0.3 +*2013-05-10* + **zixaphir**: - Change Custom Board Navigation input into textarea, new lines will convert to spaces - Fix auto-scrolling in Chrome @@ -6,6 +9,7 @@ - bugfixes - Some extra changes on top of seaweed's QR changes for our ricey nature - New theme, Generigray +- New theme, Frost ![QR styling rice, generigray](src/General/img/changelog/2.0.2-qr.png) diff --git a/LICENSE b/LICENSE index dab12361b..6182a6eef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.2 - 2013-05-10 +* appchan x - Version 2.0.3 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.js b/builds/appchan-x.js index e4b41c7a9..33e73724d 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name appchan x -// @version 2.0.2 +// @version 2.0.3 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -20,7 +20,7 @@ // ==/UserScript== /* -* appchan x - Version 2.0.2 - 2013-05-10 +* appchan x - Version 2.0.3 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -419,7 +419,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.2', + VERSION: '2.0.3', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index e30912af8..c27547bcf 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.0.2 +// @version 2.0.3 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index f3cd8983c..7c2681fae 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name appchan x -// @version 2.0.2 +// @version 2.0.3 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -20,7 +20,7 @@ // ==/UserScript== /* -* appchan x - Version 2.0.2 - 2013-05-10 +* appchan x - Version 2.0.3 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -416,7 +416,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.2', + VERSION: '2.0.3', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 79e52500a..88995e827 100644 Binary files a/builds/appchan-x.zip and b/builds/appchan-x.zip differ diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index 3f62f681a..482aacd62 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.0.2", + "version": "2.0.3", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 959acc40e..b5da720a5 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.2 - 2013-05-10 +* appchan x - Version 2.0.3 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -396,7 +396,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.2', + VERSION: '2.0.3', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index e785f3379..29e45cb55 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.0.2'},'*') +postMessage({version:'2.0.3'},'*') diff --git a/package.json b/package.json index cd7b83370..c4c1c27e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.0.2", + "version": "2.0.3", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",