Release 4chan X v1.13.1.3.
This commit is contained in:
parent
5d54485649
commit
16ae49b9d7
@ -4,6 +4,9 @@
|
||||
|
||||
### v1.13.1
|
||||
|
||||
**v1.13.1.3** *(2016-11-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.3/builds/4chan-X-noupdate.crx)]
|
||||
- Merge v1.13.0.24: Fix bug from v1.13.0.0 causing lack of scroll bar when `Fit width` is disabled and images overflow screen.
|
||||
|
||||
**v1.13.1.2** *(2016-11-08)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.2/builds/4chan-X-noupdate.crx)]
|
||||
- Merge v1.13.0.23: Fix bug from v1.13.0.0 affecting the catalog sorting order of recently hidden/shown threads.
|
||||
- Merge v1.13.0.23: Cosmetic fixes for bottom ad changes.
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.13.1.2
|
||||
// @version 1.13.1.3
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.13.1.2
|
||||
// @version 1.13.1.3
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -147,7 +147,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.1.2',
|
||||
VERSION: '1.13.1.3',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -1319,9 +1319,9 @@ body > div[style*=\" top: -10000px;\"] {\n\
|
||||
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */\n\
|
||||
word-break: break-word;\n\
|
||||
}\n\
|
||||
:root:not(.ua-webkit):not(.ua-blink) .post > .file {\n\
|
||||
:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
|
||||
word-wrap: break-word;\n\
|
||||
max-width: calc(100vw - 50px);\n\
|
||||
max-width: calc(100vw - 90px);\n\
|
||||
}\n\
|
||||
/* Ads */\n\
|
||||
.ad-cnt > *, .adg-rects > * {\n\
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.1.2
|
||||
// @version 1.13.1.3
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -147,7 +147,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.1.2',
|
||||
VERSION: '1.13.1.3',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -1319,9 +1319,9 @@ body > div[style*=\" top: -10000px;\"] {\n\
|
||||
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */\n\
|
||||
word-break: break-word;\n\
|
||||
}\n\
|
||||
:root:not(.ua-webkit):not(.ua-blink) .post > .file {\n\
|
||||
:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
|
||||
word-wrap: break-word;\n\
|
||||
max-width: calc(100vw - 50px);\n\
|
||||
max-width: calc(100vw - 90px);\n\
|
||||
}\n\
|
||||
/* Ads */\n\
|
||||
.ad-cnt > *, .adg-rects > * {\n\
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.1.2
|
||||
// @version 1.13.1.3
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.1.2
|
||||
// @version 1.13.1.3
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -147,7 +147,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.1.2',
|
||||
VERSION: '1.13.1.3',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -1319,9 +1319,9 @@ body > div[style*=\" top: -10000px;\"] {\n\
|
||||
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */\n\
|
||||
word-break: break-word;\n\
|
||||
}\n\
|
||||
:root:not(.ua-webkit):not(.ua-blink) .post > .file {\n\
|
||||
:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
|
||||
word-wrap: break-word;\n\
|
||||
max-width: calc(100vw - 50px);\n\
|
||||
max-width: calc(100vw - 90px);\n\
|
||||
}\n\
|
||||
/* Ads */\n\
|
||||
.ad-cnt > *, .adg-rects > * {\n\
|
||||
|
||||
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.13.1.2' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.1.3' />
|
||||
</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.13.1.2' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.1.3' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.13.1.2",
|
||||
"date": "2016-11-08T10:25:49.007Z"
|
||||
"version": "1.13.1.3",
|
||||
"date": "2016-11-09T07:44:42.744Z"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user