Release 4chan X v1.13.12.3.

This commit is contained in:
ccd0 2017-10-02 13:46:40 -07:00
parent 974873e0c0
commit 7f53337486
13 changed files with 18 additions and 15 deletions

View File

@ -4,6 +4,9 @@
### v1.13.12
**v1.13.12.3** *(2017-10-02)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.12.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.12.3/builds/4chan-X-noupdate.crx)]
- Fix QR resizing bug in Chrome. #1516
**v1.13.12.2** *(2017-10-02)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.12.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.12.2/builds/4chan-X-noupdate.crx)]
- Workaround for Twitter embed height issues. #1517

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.12.2
// @version 1.13.12.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -158,7 +158,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.12.2',
VERSION: '1.13.12.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -2798,7 +2798,7 @@ input.field.tripped:not(:hover):not(:focus) {\n\
text-shadow: none !important;\n\
}\n\
#qr textarea {\n\
min-width: 100%;\n\
min-width: 300px;\n\
resize: both;\n\
}\n\
.field {\n\

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.12.2
// @version 1.13.12.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -158,7 +158,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.12.2',
VERSION: '1.13.12.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -2798,7 +2798,7 @@ input.field.tripped:not(:hover):not(:focus) {\n\
text-shadow: none !important;\n\
}\n\
#qr textarea {\n\
min-width: 100%;\n\
min-width: 300px;\n\
resize: both;\n\
}\n\
.field {\n\

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.12.2
// @version 1.13.12.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -158,7 +158,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.12.2',
VERSION: '1.13.12.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -2798,7 +2798,7 @@ input.field.tripped:not(:hover):not(:focus) {\n\
text-shadow: none !important;\n\
}\n\
#qr textarea {\n\
min-width: 100%;\n\
min-width: 300px;\n\
resize: both;\n\
}\n\
.field {\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.13.12.2' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.12.3' />
</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.12.2' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.12.3' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.13.12.2",
"date": "2017-10-02T09:25:12.009Z"
"version": "1.13.12.3",
"date": "2017-10-02T20:44:32.923Z"
}