Release appchan x v2.9.2.

This commit is contained in:
Zixaphir 2014-03-10 12:55:47 -07:00
parent f685dfe750
commit d0c1ab972a
9 changed files with 18 additions and 10 deletions

View File

@ -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*

View File

@ -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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name appchan x
// @version 2.9.1
// @version 2.9.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace zixaphir

View File

@ -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: {}
};

Binary file not shown.

View File

@ -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": {

View File

@ -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: {}
};

View File

@ -1 +1 @@
postMessage({version:'2.9.1'},'*')
postMessage({version:'2.9.2'},'*')

View File

@ -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",