Release 4chan X v1.12.2.1.
This commit is contained in:
parent
3e31f06a30
commit
9e922f172d
@ -2,6 +2,9 @@
|
||||
|
||||
### v1.12.2
|
||||
|
||||
**v1.12.2.1** *(2016-07-11)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.2.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.2.1/builds/4chan-X-noupdate.crx)]
|
||||
- Fix frequent connection errors from timeout fetching board configuration.
|
||||
|
||||
**v1.12.2.0** *(2016-07-10)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.2.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.2.0/builds/4chan-X-noupdate.crx)]
|
||||
- Based on v1.12.1.5.
|
||||
- Support image pasting in Firefox 50+ without selecting paste icon in Quick Reply.
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.12.2.0
|
||||
// @version 1.12.2.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.12.2.0
|
||||
// @version 1.12.2.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -136,7 +136,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.12.2.0',
|
||||
VERSION: '1.12.2.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -7505,8 +7505,7 @@ BoardConfig = (function() {
|
||||
init: function() {
|
||||
if ((Conf['boardConfig'].lastChecked || 0) < Date.now() - 2 * $.HOUR) {
|
||||
return $.ajax('//a.4cdn.org/boards.json', {
|
||||
onloadend: this.load,
|
||||
timeout: 5 * $.SECOND
|
||||
onloadend: this.load
|
||||
});
|
||||
} else {
|
||||
return this.set(Conf['boardConfig'].boards);
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.12.2.0
|
||||
// @version 1.12.2.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -136,7 +136,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.12.2.0',
|
||||
VERSION: '1.12.2.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -7505,8 +7505,7 @@ BoardConfig = (function() {
|
||||
init: function() {
|
||||
if ((Conf['boardConfig'].lastChecked || 0) < Date.now() - 2 * $.HOUR) {
|
||||
return $.ajax('//a.4cdn.org/boards.json', {
|
||||
onloadend: this.load,
|
||||
timeout: 5 * $.SECOND
|
||||
onloadend: this.load
|
||||
});
|
||||
} else {
|
||||
return this.set(Conf['boardConfig'].boards);
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.12.2.0
|
||||
// @version 1.12.2.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.12.2.0
|
||||
// @version 1.12.2.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -136,7 +136,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.12.2.0',
|
||||
VERSION: '1.12.2.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -7505,8 +7505,7 @@ BoardConfig = (function() {
|
||||
init: function() {
|
||||
if ((Conf['boardConfig'].lastChecked || 0) < Date.now() - 2 * $.HOUR) {
|
||||
return $.ajax('//a.4cdn.org/boards.json', {
|
||||
onloadend: this.load,
|
||||
timeout: 5 * $.SECOND
|
||||
onloadend: this.load
|
||||
});
|
||||
} else {
|
||||
return this.set(Conf['boardConfig'].boards);
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.12.2.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.12.2.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.12.2.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.12.2.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.12.2.0",
|
||||
"date": "2016-07-10T23:41:35.741Z"
|
||||
"version": "1.12.2.1",
|
||||
"date": "2016-07-11T04:48:28.323Z"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user