Release appchan x v2.3.7.

This commit is contained in:
Zixaphir 2013-08-25 11:50:04 -07:00
parent b9ab19974b
commit 43d010bc8a
9 changed files with 25 additions and 10 deletions

View File

@ -1,3 +1,18 @@
### v2.3.7
*2013-08-25*
**Zixaphir**:
- Some new gallery features
* Fit Width
* Fit Height
* Hide Thumbnails
* The gallery thumbnail bar will now scroll to the current thumbnail if it is out of the visible range.
* Now enabled by default (but won't be used as the default thumbnail option without disabling Image Expansion)
- Bugfixes
**seaweedchan**:
- Gallery layout and aesthetics overhaul
### v2.3.6
*2013-08-21*

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.3.6 - 2013-08-25
* appchan x - Version 2.3.7 - 2013-08-25
*
* 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.3.6
// @version 2.3.7
// @minGMVer 1.13
// @minFFVer 22
// @namespace zixaphir

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name appchan x
// @version 2.3.6
// @version 2.3.7
// @minGMVer 1.13
// @minFFVer 22
// @namespace zixaphir
@ -20,7 +20,7 @@
// ==/UserScript==
/*
* appchan x - Version 2.3.6 - 2013-08-25
* appchan x - Version 2.3.7 - 2013-08-25
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -435,7 +435,7 @@
doc = d.documentElement;
g = {
VERSION: '2.3.6',
VERSION: '2.3.7',
NAMESPACE: 'appchan_x.',
TYPE: 'sfw',
boards: {},

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "appchan x",
"version": "2.3.6",
"version": "2.3.7",
"manifest_version": 2,
"description": "The most comprehensive 4chan userscript.",
"icons": {

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
* appchan x - Version 2.3.6 - 2013-08-25
* appchan x - Version 2.3.7 - 2013-08-25
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -417,7 +417,7 @@
doc = d.documentElement;
g = {
VERSION: '2.3.6',
VERSION: '2.3.7',
NAMESPACE: 'appchan_x.',
TYPE: 'sfw',
boards: {},

View File

@ -1 +1 @@
postMessage({version:'2.3.6'},'*')
postMessage({version:'2.3.7'},'*')

View File

@ -1,6 +1,6 @@
{
"name": "appchan-x",
"version": "2.3.6",
"version": "2.3.7",
"description": "The most comprehensive 4chan userscript.",
"meta": {
"name": "appchan x",