Release appchan x v2.3.8.

This commit is contained in:
Zixaphir 2013-08-25 12:59:16 -07:00
parent 43d010bc8a
commit ace2f6384f
10 changed files with 19 additions and 14 deletions

View File

@ -1,3 +1,8 @@
### v2.3.8
*2013-08-25*
- I accidentally z-index
### v2.3.7
*2013-08-25*

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

@ -799,7 +799,7 @@ th {
#menu {
position: fixed;
outline: none;
z-index: 22;
z-index: 27;
}
/* Image Expansion */
.fit-width .full-image {
@ -2243,7 +2243,7 @@ article li {
bottom: 0;
left: 0;
right: 0;
z-index: 30;
z-index: 26;
display: <%= flex %>;
<%= flex %>-direction: row;
background: rgba(0,0,0,0.7);