Release 4chan X v1.13.0.23.

This commit is contained in:
ccd0 2016-11-08 01:37:24 -08:00
parent 1e6df26dbe
commit bff23ce00e
13 changed files with 28 additions and 15 deletions

View File

@ -4,6 +4,10 @@
## v1.13.0
**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.
- Cosmetic fixes for bottom ad changes.
**v1.13.0.22** *(2016-11-07)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.22/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.22/builds/4chan-X-noupdate.crx)]
- Turn `Catalog Hover Expand` off by default for now.
- Adjust catalog CSS; opt for more entries displayed as it was previously.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.0.22
// @version 1.13.0.23
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.0.22',
VERSION: '1.13.0.23',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1319,11 +1319,13 @@ body > div[style*=\" top: -10000px;\"] {\n\
}\n\
:root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr,\n\
:root:not(.ads-loaded) #adg-ol + hr {\n\
display: none;\n\
}\n\
:root:not(.ads-loaded) .adg-rects {\n\
margin: 0;\n\
font-size: 0;\n\
}\n\
div.center[style] {\n\
display: none !important;\n\
@ -9503,6 +9505,7 @@ Index = (function() {
},
toggleHiddenThreads: function() {
$('#hidden-toggle a', Index.navLinks).textContent = (Index.showHiddenThreads = !Index.showHiddenThreads) ? 'Hide' : 'Show';
Index.sort();
return Index.buildIndex();
},
mode: function() {

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.0.22
// @version 1.13.0.23
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.0.22',
VERSION: '1.13.0.23',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1319,11 +1319,13 @@ body > div[style*=\" top: -10000px;\"] {\n\
}\n\
:root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr,\n\
:root:not(.ads-loaded) #adg-ol + hr {\n\
display: none;\n\
}\n\
:root:not(.ads-loaded) .adg-rects {\n\
margin: 0;\n\
font-size: 0;\n\
}\n\
div.center[style] {\n\
display: none !important;\n\
@ -9503,6 +9505,7 @@ Index = (function() {
},
toggleHiddenThreads: function() {
$('#hidden-toggle a', Index.navLinks).textContent = (Index.showHiddenThreads = !Index.showHiddenThreads) ? 'Hide' : 'Show';
Index.sort();
return Index.buildIndex();
},
mode: function() {

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.0.22
// @version 1.13.0.23
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.0.22',
VERSION: '1.13.0.23',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1319,11 +1319,13 @@ body > div[style*=\" top: -10000px;\"] {\n\
}\n\
:root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr,\n\
:root:not(.ads-loaded) #adg-ol + hr {\n\
display: none;\n\
}\n\
:root:not(.ads-loaded) .adg-rects {\n\
margin: 0;\n\
font-size: 0;\n\
}\n\
div.center[style] {\n\
display: none !important;\n\
@ -9503,6 +9505,7 @@ Index = (function() {
},
toggleHiddenThreads: function() {
$('#hidden-toggle a', Index.navLinks).textContent = (Index.showHiddenThreads = !Index.showHiddenThreads) ? 'Hide' : 'Show';
Index.sort();
return Index.buildIndex();
},
mode: function() {

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

View File

@ -1,4 +1,4 @@
{
"version": "1.13.0.22",
"date": "2016-11-07T05:05:35.275Z"
"version": "1.13.0.23",
"date": "2016-11-08T09:33:25.918Z"
}