diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b6be773..2357a7b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v2.9.2 +*2014-03-10* + +**Zixaphir**: +- Bugfixes for Thread Updater Auto Scroll and Post Highlighting. +- The catalog now works with JSON Navigation disabled. +- Added a return button to the JSON Navigation that will switch you back to non-catalog view (requires NavLinks not to be hidden). + ### v2.9.1 *2014-03-09* diff --git a/LICENSE b/LICENSE index 1211680bf..424db6f8f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.1 - 2014-03-10 +* appchan x - Version 2.9.2 - 2014-03-10 * * 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 1bbca43f2..f4c2c508e 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.9.1 +// @version 2.9.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace zixaphir diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 3c89643bd..387e40911 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.9.1 +// @version 2.9.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace zixaphir @@ -25,7 +25,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.1 - 2014-03-10 +* appchan x - Version 2.9.2 - 2014-03-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -474,7 +474,7 @@ doc = d.documentElement; g = { - VERSION: '2.9.1', + VERSION: '2.9.2', NAMESPACE: 'appchan_x.', boards: {} }; diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 36c9d525a..cc63d0dfb 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 532d5ab7e..43059b764 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.9.1", + "version": "2.9.2", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 73415d0ac..1e7373475 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.1 - 2014-03-10 +* appchan x - Version 2.9.2 - 2014-03-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -449,7 +449,7 @@ doc = d.documentElement; g = { - VERSION: '2.9.1', + VERSION: '2.9.2', NAMESPACE: 'appchan_x.', boards: {} }; diff --git a/latest.js b/latest.js index 140d7dd24..8e29d213a 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.9.1'},'*') +postMessage({version:'2.9.2'},'*') diff --git a/package.json b/package.json index 85a072bda..b44f5e7e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.9.1", + "version": "2.9.2", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",