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**:
|
**zixaphir**:
|
||||||
- Changed close character from '×' to '✖'
|
- Changed close character from '×' to '✖'
|
||||||
|
- Bugfixes
|
||||||
|
|
||||||
## v2.1.0
|
## v2.1.0
|
||||||
*2013-06-01*
|
*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.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/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==
|
// ==UserScript==
|
||||||
// @name appchan x
|
// @name appchan x
|
||||||
// @version 2.1.0
|
// @version 2.1.1
|
||||||
// @namespace zixaphir
|
// @namespace zixaphir
|
||||||
// @description The most comprehensive 4chan userscript.
|
// @description The most comprehensive 4chan userscript.
|
||||||
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
// @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",
|
"name": "appchan x",
|
||||||
"version": "2.1.0",
|
"version": "2.1.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
@ -1 +1 @@
|
|||||||
postMessage({version:'2.1.0'},'*')
|
postMessage({version:'2.1.1'},'*')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "appchan-x",
|
"name": "appchan-x",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "The most comprehensive 4chan userscript.",
|
"description": "The most comprehensive 4chan userscript.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "appchan x",
|
"name": "appchan x",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user