Release appchan x v2.6.1.

This commit is contained in:
Zixaphir 2013-11-27 17:04:13 -07:00
parent 89910d43c5
commit 33c8bdc32d
11 changed files with 22 additions and 16 deletions

View File

@ -1,3 +1,9 @@
### v2.6.1
*2013-11-27*
**Zixaphir**:
- Fix an incorrect classname resulting in icons not showing correctly.
## v2.6.0 ## v2.6.0
*2013-11-27* *2013-11-27*

View File

@ -1,5 +1,5 @@
/* /*
* appchan x - Version 2.6.0 - 2013-11-27 * appchan x - Version 2.6.1 - 2013-11-27
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name appchan x // @name appchan x
// @version 2.6.0 // @version 2.6.1
// @minGMVer 1.12 // @minGMVer 1.12
// @minFFVer 22 // @minFFVer 22
// @namespace zixaphir // @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", "name": "appchan x",
"version": "2.6.0", "version": "2.6.1",
"manifest_version": 2, "manifest_version": 2,
"description": "The most comprehensive 4chan userscript.", "description": "The most comprehensive 4chan userscript.",
"icons": { "icons": {

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
postMessage({version:'2.6.0'},'*') postMessage({version:'2.6.1'},'*')

View File

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

View File

@ -342,7 +342,7 @@ a .name {
border-top: 1px solid #{if Style.lightTheme then "rgba(0,0,0,0.05)" else "rgba(255,255,255,0.025)"}; border-top: 1px solid #{if Style.lightTheme then "rgba(0,0,0,0.05)" else "rgba(255,255,255,0.025)"};
} }
.a-icon, .a-icon,
#shortcuts .icon { #shortcuts .fa {
#{unless Style.lightTheme then "<%= filter %>: url(\"#icons-filter\");" else ""} #{unless Style.lightTheme then "<%= filter %>: url(\"#icons-filter\");" else ""}
} }
.alternate-post-colors #threads > .thread:nth-of-type(2n+1), .alternate-post-colors #threads > .thread:nth-of-type(2n+1),

View File

@ -18,7 +18,7 @@ FappeTyme =
href: 'javascript:;' href: 'javascript:;'
id: 'werkTyme' id: 'werkTyme'
title: 'Werk Tyme' title: 'Werk Tyme'
className: 'icon' className: 'fa'
textContent: '\uf0b1' textContent: '\uf0b1'
$.on el, 'click', FappeTyme.cb.werk $.on el, 'click', FappeTyme.cb.werk