Release appchan x v2.1.3.

This commit is contained in:
Zixaphir 2013-06-04 04:19:13 -07:00
parent d0919fb29d
commit feeae455c2
12 changed files with 23 additions and 17 deletions

View File

@ -1,3 +1,9 @@
### v2.1.3
*2013-06-04*
**zixaphir**:
- Fixed a small CSS error resulting in invisible mascot options
### v2.1.2
*2013-06-04*

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.1.2 - 2013-06-04
* appchan x - Version 2.1.3 - 2013-06-04
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name appchan x
// @version 2.1.2
// @version 2.1.3
// @namespace zixaphir
// @description The most comprehensive 4chan userscript.
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE

Binary file not shown.

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.1.2",
"version": "2.1.3",
"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.1.2'},'*')
postMessage({version:'2.1.3'},'*')

View File

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

View File

@ -1959,7 +1959,7 @@ article li {
opacity: 0;
<%= agent %>transition: opacity .3s linear;
}
.mascot:hover::after-options {
.mascot:hover #mascot-options {
opacity: 1;
}
#mascot-options {