diff --git a/CHANGELOG.md b/CHANGELOG.md index f49c65ef9..6d91908ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v2.0.6 +*2013-05-29* + +**zixaphir**: +- Fix a small CSS bug resulting in backlinks being the wrong color + ### v2.0.5 *2013-05-28* diff --git a/LICENSE b/LICENSE index ced6bf144..dc61b477e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.5 - 2013-05-29 +* appchan x - Version 2.0.6 - 2013-05-29 * * 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 939feb2bc..f0b5bd300 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.5 +// @version 2.0.6 // @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.5 - 2013-05-29 +* appchan x - Version 2.0.6 - 2013-05-29 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -423,7 +423,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.5', + VERSION: '2.0.6', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index f5ef4fc45..ad7dc131e 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.0.5 +// @version 2.0.6 // @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 ad19184c8..ea6990d34 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.5 +// @version 2.0.6 // @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.5 - 2013-05-29 +* appchan x - Version 2.0.6 - 2013-05-29 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -420,7 +420,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.5', + VERSION: '2.0.6', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index e8c8255a3..8859909d7 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 77271736e..b11ed32a6 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.0.5", + "version": "2.0.6", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 25e884e16..a2481da52 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.5 - 2013-05-29 +* appchan x - Version 2.0.6 - 2013-05-29 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -401,7 +401,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.5', + VERSION: '2.0.6', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index 1bf388093..1f3a1f6e6 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.0.5'},'*') +postMessage({version:'2.0.6'},'*') diff --git a/package.json b/package.json index 3869d164d..821310c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.0.5", + "version": "2.0.6", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",