Release appchan x v2.1.1.
This commit is contained in:
parent
44ac93fd25
commit
718a973f03
@ -1,5 +1,9 @@
|
||||
### v2.1.1
|
||||
*2013-06-02*
|
||||
|
||||
**zixaphir**:
|
||||
- Changed close character from '×' to '✖'
|
||||
- Bugfixes
|
||||
|
||||
## v2.1.0
|
||||
*2013-06-01*
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.1.0 - 2013-06-02
|
||||
* appchan x - Version 2.1.1 - 2013-06-02
|
||||
*
|
||||
* 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
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.1.0
|
||||
// @version 2.1.1
|
||||
// @namespace zixaphir
|
||||
// @description The most comprehensive 4chan userscript.
|
||||
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"manifest_version": 2,
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"icons": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
postMessage({version:'2.1.0'},'*')
|
||||
postMessage({version:'2.1.1'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan-x",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user