Release 4chan X v1.13.0.24.
This commit is contained in:
parent
2a71c1a9ec
commit
c0a4450af2
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
## v1.13.0
|
## v1.13.0
|
||||||
|
|
||||||
|
**v1.13.0.24** *(2016-11-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.24/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.24/builds/4chan-X-noupdate.crx)]
|
||||||
|
- Fix bug from v1.13.0.0 causing lack of scroll bar when `Fit width` is disabled and images overflow screen.
|
||||||
|
|
||||||
**v1.13.0.23** *(2016-11-08)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.crx)]
|
**v1.13.0.23** *(2016-11-08)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.crx)]
|
||||||
- Fix bug from v1.13.0.0 affecting the catalog sorting order of recently hidden/shown threads.
|
- Fix bug from v1.13.0.0 affecting the catalog sorting order of recently hidden/shown threads.
|
||||||
- Cosmetic fixes for bottom ad changes.
|
- Cosmetic fixes for bottom ad changes.
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.23
|
// @version 1.13.0.24
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.23
|
// @version 1.13.0.24
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.23',
|
VERSION: '1.13.0.24',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1309,9 +1309,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\
|
/* 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\
|
word-break: break-word;\n\
|
||||||
}\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\
|
word-wrap: break-word;\n\
|
||||||
max-width: calc(100vw - 50px);\n\
|
max-width: calc(100vw - 90px);\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Ads */\n\
|
/* Ads */\n\
|
||||||
.ad-cnt > *, .adg-rects > * {\n\
|
.ad-cnt > *, .adg-rects > * {\n\
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.23
|
// @version 1.13.0.24
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.23',
|
VERSION: '1.13.0.24',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1309,9 +1309,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\
|
/* 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\
|
word-break: break-word;\n\
|
||||||
}\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\
|
word-wrap: break-word;\n\
|
||||||
max-width: calc(100vw - 50px);\n\
|
max-width: calc(100vw - 90px);\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Ads */\n\
|
/* Ads */\n\
|
||||||
.ad-cnt > *, .adg-rects > * {\n\
|
.ad-cnt > *, .adg-rects > * {\n\
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.23
|
// @version 1.13.0.24
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.23
|
// @version 1.13.0.24
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.23',
|
VERSION: '1.13.0.24',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1309,9 +1309,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\
|
/* 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\
|
word-break: break-word;\n\
|
||||||
}\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\
|
word-wrap: break-word;\n\
|
||||||
max-width: calc(100vw - 50px);\n\
|
max-width: calc(100vw - 90px);\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Ads */\n\
|
/* Ads */\n\
|
||||||
.ad-cnt > *, .adg-rects > * {\n\
|
.ad-cnt > *, .adg-rects > * {\n\
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.23' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.24' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.23' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.24' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.0.23",
|
"version": "1.13.0.24",
|
||||||
"date": "2016-11-08T09:33:25.918Z"
|
"date": "2016-11-09T07:36:58.703Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user