From 9db6601ae5ccfc8c536fdf8b378d804fc33739ae Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 12 Aug 2013 00:37:42 -0700 Subject: [PATCH] Release appchan x v2.3.2. --- CHANGELOG.md | 7 ++++++- LICENSE | 2 +- builds/appchan-x.meta.js | 2 +- builds/appchan-x.user.js | 6 +++--- builds/crx/manifest.json | 2 +- builds/crx/script.js | 4 ++-- latest.js | 2 +- package.json | 2 +- 8 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae826bee..2d5a71d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.3.2 - *2013-08-12* + +**zixaphir**: +- Fix Linkifier bug in Chrome. + ### 2.3.1 - *2013-08-11* **zixaphir**: @@ -21,7 +26,7 @@ - Fix issues with having two options called `Reveal Spoilers`. - Update archive. -**Zixaphir**: +**zixaphir**: - Linkifier Rewrite. - Fix Quote Threading toggle. - Added Twitch.tv and Vine embedding (with @ihavenoface) diff --git a/LICENSE b/LICENSE index 4ae7b6127..939abf942 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.3.1 - 2013-08-12 +* appchan x - Version 2.3.2 - 2013-08-12 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index f2c5fbe54..00ecfeca4 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.3.1 +// @version 2.3.2 // @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 016133d3a..ce9a765c5 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.3.1 +// @version 2.3.2 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -18,7 +18,7 @@ // ==/UserScript== /* -* appchan x - Version 2.3.1 - 2013-08-12 +* appchan x - Version 2.3.2 - 2013-08-12 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -429,7 +429,7 @@ doc = d.documentElement; g = { - VERSION: '2.3.1', + VERSION: '2.3.2', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index b262699dc..f93933eb4 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.3.1", + "version": "2.3.2", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 052a1525c..09de71f15 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.3.1 - 2013-08-12 +* appchan x - Version 2.3.2 - 2013-08-12 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -412,7 +412,7 @@ doc = d.documentElement; g = { - VERSION: '2.3.1', + VERSION: '2.3.2', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index c0645f054..6f8bb8efd 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.3.1'},'*') +postMessage({version:'2.3.2'},'*') diff --git a/package.json b/package.json index 275c320ba..89d912d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.3.1", + "version": "2.3.2", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",