Release appchan x v2.2.2.
This commit is contained in:
parent
3922530efb
commit
8309ae41ce
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,16 +1,28 @@
|
||||
### v2.2.2
|
||||
*2013-08-01*
|
||||
|
||||
**zixaphir**:
|
||||
- Fix opening new threads and posts in a new tab.
|
||||
- Minimum Chrome Version is now 27.
|
||||
- Minimum Firefox Version is now 22.
|
||||
- Minimum Opera version is now 15.
|
||||
* BUG REPORTS FILED WITH BROWSERS THAT DO NOT MEET THESE REQUIREMENTS WILL BE CLOSED AND IGNORED.
|
||||
|
||||
**MayhemYDG**:
|
||||
- Fix QR Cooldown and clearing bugs.
|
||||
|
||||
### v2.2.1
|
||||
*2013-07-27*
|
||||
|
||||
**zixaphir**:
|
||||
- Fix exif hiding on /p/
|
||||
- Minimum Chrome Version is now 27
|
||||
- Fix exif hiding on /p/.
|
||||
|
||||
## v2.2.0
|
||||
*2013-07-25*
|
||||
|
||||
**MayhemYDG**:
|
||||
- Remove /s4s/ from warosu archive
|
||||
- Fix CAPTCHA duplication on the report page
|
||||
- Remove /s4s/ from warosu archive.
|
||||
- Fix CAPTCHA duplication on the report page.
|
||||
- Fix impossibility to create new threads when in dead threads.
|
||||
- Drop Opera <15 support.
|
||||
- Fix flag filtering on /sp/ and /int/.
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.2.1 - 2013-08-01
|
||||
* appchan x - Version 2.2.2 - 2013-08-01
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.2.1
|
||||
// @version 2.2.2
|
||||
// @namespace zixaphir
|
||||
// @description The most comprehensive 4chan userscript.
|
||||
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.2.1
|
||||
// @version 2.2.2
|
||||
// @namespace zixaphir
|
||||
// @description The most comprehensive 4chan userscript.
|
||||
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -18,7 +18,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* appchan x - Version 2.2.1 - 2013-08-01
|
||||
* appchan x - Version 2.2.2 - 2013-08-01
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -425,7 +425,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '2.2.1',
|
||||
VERSION: '2.2.2',
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"manifest_version": 2,
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"icons": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Generated by CoffeeScript
|
||||
/*
|
||||
* appchan x - Version 2.2.1 - 2013-08-01
|
||||
* appchan x - Version 2.2.2 - 2013-08-01
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -406,7 +406,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '2.2.1',
|
||||
VERSION: '2.2.2',
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
|
||||
@ -1 +1 @@
|
||||
postMessage({version:'2.2.1'},'*')
|
||||
postMessage({version:'2.2.2'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan-x",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user