Release 4chan X v1.13.2.4.

This commit is contained in:
ccd0 2017-01-05 03:46:23 -08:00
parent 8fbf8a323c
commit 14b7bb2f1f
13 changed files with 18 additions and 15 deletions

View File

@ -4,6 +4,9 @@
### v1.13.2
**v1.13.2.4** *(2017-01-05)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.4/builds/4chan-X-noupdate.crx)]
- Change is2.4chan.org image links to i.4cdn.org also.
**v1.13.2.3** *(2016-12-21)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.3/builds/4chan-X-noupdate.crx)]
- Update for new Recaptcha URL. Restores image selection by keyboard. #1234

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.2.3
// @version 1.13.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.2.3
// @version 1.13.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -148,7 +148,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.2.3',
VERSION: '1.13.2.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -13215,7 +13215,7 @@ ImageHost = (function() {
if (this.isClone) {
return;
}
if (this.file && (m = this.file.url.match(/^https?:\/\/is\.4chan\.org\/(.*)$/))) {
if (this.file && (m = this.file.url.match(/^https?:\/\/is\d*\.4chan\.org\/(.*)$/))) {
this.file.link.hostname = 'i.4cdn.org';
if (this.file.thumbLink) {
this.file.thumbLink.hostname = 'i.4cdn.org';

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.2.3
// @version 1.13.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -148,7 +148,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.2.3',
VERSION: '1.13.2.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -13215,7 +13215,7 @@ ImageHost = (function() {
if (this.isClone) {
return;
}
if (this.file && (m = this.file.url.match(/^https?:\/\/is\.4chan\.org\/(.*)$/))) {
if (this.file && (m = this.file.url.match(/^https?:\/\/is\d*\.4chan\.org\/(.*)$/))) {
this.file.link.hostname = 'i.4cdn.org';
if (this.file.thumbLink) {
this.file.thumbLink.hostname = 'i.4cdn.org';

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.2.3
// @version 1.13.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.2.3
// @version 1.13.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -148,7 +148,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.2.3',
VERSION: '1.13.2.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -13215,7 +13215,7 @@ ImageHost = (function() {
if (this.isClone) {
return;
}
if (this.file && (m = this.file.url.match(/^https?:\/\/is\.4chan\.org\/(.*)$/))) {
if (this.file && (m = this.file.url.match(/^https?:\/\/is\d*\.4chan\.org\/(.*)$/))) {
this.file.link.hostname = 'i.4cdn.org';
if (this.file.thumbLink) {
this.file.thumbLink.hostname = 'i.4cdn.org';

Binary file not shown.

View File

@ -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.13.2.3' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.2.4' />
</app>
</gupdate>

View File

@ -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.13.2.3' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.2.4' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.13.2.3",
"date": "2016-12-21T05:38:18.834Z"
"version": "1.13.2.4",
"date": "2017-01-05T11:43:32.003Z"
}