Release 4chan X v1.13.7.0.

This commit is contained in:
ccd0 2017-02-01 07:40:58 -08:00
parent d42d8d2448
commit ae287ddaef
13 changed files with 21 additions and 12 deletions

View File

@ -2,6 +2,12 @@
-Sometimes the changelog has notes (not comprehensive) acknowledging people's work. This does not mean the changes are their fault, only that their code was used. All changes to the script are chosen by and the fault of the maintainer (ccd0).
### v1.13.7
**v1.13.7.0** *(2017-02-01)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.7.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.7.0/builds/4chan-X-noupdate.crx)]
- Based on v1.13.6.1.
- Fix scroll bars sometimes appearing on noscript captcha in QR.
### v1.13.6
**v1.13.6.1** *(2017-01-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.crx)]

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.6.1
// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -150,7 +150,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.6.1',
VERSION: '1.13.7.0',
NAMESPACE: '4chan X.',
boards: {}
};
@ -20473,6 +20473,7 @@ Captcha = {};
var div, iframe, textarea;
iframe = $.el('iframe', {
id: 'qr-captcha-iframe',
scrolling: 'no',
src: this.noscriptURL()
});
div = $.el('div');

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.6.1
// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -150,7 +150,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.6.1',
VERSION: '1.13.7.0',
NAMESPACE: '4chan X.',
boards: {}
};
@ -20473,6 +20473,7 @@ Captcha = {};
var div, iframe, textarea;
iframe = $.el('iframe', {
id: 'qr-captcha-iframe',
scrolling: 'no',
src: this.noscriptURL()
});
div = $.el('div');

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.6.1
// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -150,7 +150,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.6.1',
VERSION: '1.13.7.0',
NAMESPACE: '4chan X.',
boards: {}
};
@ -20473,6 +20473,7 @@ Captcha = {};
var div, iframe, textarea;
iframe = $.el('iframe', {
id: 'qr-captcha-iframe',
scrolling: 'no',
src: this.noscriptURL()
});
div = $.el('div');

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

View File

@ -1,4 +1,4 @@
{
"version": "1.13.6.1",
"date": "2017-01-31T14:43:22.301Z"
"version": "1.13.7.0",
"date": "2017-02-01T15:37:20.318Z"
}