Release 4chan X v1.11.35.7.

This commit is contained in:
ccd0 2016-06-23 12:29:28 -07:00
parent 4195d4666a
commit 32e431f24a
13 changed files with 24 additions and 12 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.35
**v1.11.35.7** *(2016-06-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.7/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix banner contest form not showing up with JS disabled.
**v1.11.35.6** *(2016-06-18)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.6/builds/4chan-X-noupdate.crx "Chromium version")]
- Use backslashes instead of concatenation for multiline strings. Fixes issue causing script to stop working for some users in Chrome 53.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.35.6
// @version 1.11.35.7
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -136,7 +136,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.35.6',
VERSION: '1.11.35.7',
NAMESPACE: '4chan X.',
boards: {}
};
@ -3867,6 +3867,9 @@ report:
www:
"#captcha-cnt {\n\
height: auto;\n\
}\n\
:root:not(.js-enabled) #form {\n\
display: block;\n\
}\n"
};

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.35.6
// @version 1.11.35.7
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -136,7 +136,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.35.6',
VERSION: '1.11.35.7',
NAMESPACE: '4chan X.',
boards: {}
};
@ -3867,6 +3867,9 @@ report:
www:
"#captcha-cnt {\n\
height: auto;\n\
}\n\
:root:not(.js-enabled) #form {\n\
display: block;\n\
}\n"
};

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.35.6
// @version 1.11.35.7
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -136,7 +136,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.35.6',
VERSION: '1.11.35.7',
NAMESPACE: '4chan X.',
boards: {}
};
@ -3867,6 +3867,9 @@ report:
www:
"#captcha-cnt {\n\
height: auto;\n\
}\n\
:root:not(.js-enabled) #form {\n\
display: block;\n\
}\n"
};

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

View File

@ -1,4 +1,4 @@
{
"version": "1.11.35.6",
"date": "2016-06-18T04:29:44.395Z"
"version": "1.11.35.7",
"date": "2016-06-23T19:27:17.643Z"
}