diff --git a/CHANGELOG.md b/CHANGELOG.md index cad566e35..75818759d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,28 @@ +### v2.2.2 +*2013-08-01* + +**zixaphir**: +- Fix opening new threads and posts in a new tab. +- Minimum Chrome Version is now 27. +- Minimum Firefox Version is now 22. +- Minimum Opera version is now 15. + * BUG REPORTS FILED WITH BROWSERS THAT DO NOT MEET THESE REQUIREMENTS WILL BE CLOSED AND IGNORED. + +**MayhemYDG**: +- Fix QR Cooldown and clearing bugs. + ### v2.2.1 *2013-07-27* **zixaphir**: -- Fix exif hiding on /p/ -- Minimum Chrome Version is now 27 +- Fix exif hiding on /p/. ## v2.2.0 *2013-07-25* **MayhemYDG**: -- Remove /s4s/ from warosu archive -- Fix CAPTCHA duplication on the report page +- Remove /s4s/ from warosu archive. +- Fix CAPTCHA duplication on the report page. - Fix impossibility to create new threads when in dead threads. - Drop Opera <15 support. - Fix flag filtering on /sp/ and /int/. diff --git a/LICENSE b/LICENSE index 58daaf559..df6475823 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.2.1 - 2013-08-01 +* appchan x - Version 2.2.2 - 2013-08-01 * * 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 37624e4bd..c3f31ab46 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.2.1 +// @version 2.2.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 d0ad20e76..1eadf7819 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.2.1 +// @version 2.2.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.2.1 - 2013-08-01 +* appchan x - Version 2.2.2 - 2013-08-01 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -425,7 +425,7 @@ doc = d.documentElement; g = { - VERSION: '2.2.1', + VERSION: '2.2.2', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 241819637..b4d453e4f 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 38d8c7dda..39f67646d 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.2.1", + "version": "2.2.2", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index db1c73939..daa5843ce 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.2.1 - 2013-08-01 +* appchan x - Version 2.2.2 - 2013-08-01 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -406,7 +406,7 @@ doc = d.documentElement; g = { - VERSION: '2.2.1', + VERSION: '2.2.2', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index 438d0dce2..1720d12e5 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.2.1'},'*') +postMessage({version:'2.2.2'},'*') diff --git a/package.json b/package.json index fdd1c9318..bbde31391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.2.1", + "version": "2.2.2", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",