diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf1e5510..42b95b661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,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. diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 06e063966..5e06d5349 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -247,6 +247,7 @@ Index = 'Hide' else 'Show' + Index.sort() Index.buildIndex() mode: -> diff --git a/src/css/style.css b/src/css/style.css index a09ffa589..820a9e619 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -137,6 +137,7 @@ body > div[style*=" top: -10000px;"] { } :root:not(.ads-loaded) .adg-rects { margin: 0; + font-size: 0; } div.center[style] { display: none !important;