diff --git a/CHANGELOG.md b/CHANGELOG.md index e88c01c04..3621a457d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## v1.13.0 +**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. + **v1.13.0.21** *(2016-11-06)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.21/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.21/builds/4chan-X-noupdate.crx)] - Prevent hovered catalog threads from going offscreen if the extra padding on `.board` is removed. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 50b25682d..7f80e668c 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 2fc5d2f8f..5da04124c 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.13.0.21 +// @version 1.13.0.22 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 6ed37c88b..e1ee436ea 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.13.0.21 +// @version 1.13.0.22 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -147,7 +147,7 @@ docSet = function() { }; g = { - VERSION: '1.13.0.21', + VERSION: '1.13.0.22', NAMESPACE: '4chan X.', boards: {} }; @@ -383,7 +383,7 @@ Config = (function() { 'Previous Index Mode': 'paged', 'Index Size': 'small', 'Show Replies': [true, 'Show replies in the index, and also in the catalog if "Catalog hover expand" is checked.'], - 'Catalog Hover Expand': [true, 'Expand the comment and show more details when you hover over a thread in the catalog.'], + 'Catalog Hover Expand': [false, 'Expand the comment and show more details when you hover over a thread in the catalog.'], 'Pin Watched Threads': [false, 'Move watched threads to the start of the index.'], 'Anchor Hidden Threads': [true, 'Move hidden threads to the end of the index.'], 'Refreshed Navigation': [false, 'Refresh index when navigating through pages.'] @@ -1898,7 +1898,6 @@ div[data-checked=\"false\"] > .suboption-list {\n\ /* Catalog */\n\ :root.catalog-mode .board {\n\ text-align: center;\n\ - padding: 0 51px;\n\ }\n\ .catalog-thread {\n\ display: inline-block;\n\ @@ -1911,15 +1910,15 @@ div[data-checked=\"false\"] > .suboption-list {\n\ }\n\ /* overrides 4chan CSS on div.thread */\n\ .catalog-thread.catalog-thread {\n\ - margin: 4px;\n\ + margin: 2px;\n\ }\n\ .catalog-small > .catalog-thread {\n\ - width: 167px;\n\ - height: 322px;\n\ + width: 165px;\n\ + height: 320px;\n\ }\n\ .catalog-large > .catalog-thread {\n\ - width: 272px;\n\ - height: 412px;\n\ + width: 270px;\n\ + height: 410px;\n\ }\n\ :root.catalog-hover-expand .catalog-thread:hover {\n\ z-index: 1;\n\ diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index fc560b9dd..613970bc1 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index 7f22b3852..f955a75d4 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.0.21 +// @version 1.13.0.22 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -147,7 +147,7 @@ docSet = function() { }; g = { - VERSION: '1.13.0.21', + VERSION: '1.13.0.22', NAMESPACE: '4chan X.', boards: {} }; @@ -383,7 +383,7 @@ Config = (function() { 'Previous Index Mode': 'paged', 'Index Size': 'small', 'Show Replies': [true, 'Show replies in the index, and also in the catalog if "Catalog hover expand" is checked.'], - 'Catalog Hover Expand': [true, 'Expand the comment and show more details when you hover over a thread in the catalog.'], + 'Catalog Hover Expand': [false, 'Expand the comment and show more details when you hover over a thread in the catalog.'], 'Pin Watched Threads': [false, 'Move watched threads to the start of the index.'], 'Anchor Hidden Threads': [true, 'Move hidden threads to the end of the index.'], 'Refreshed Navigation': [false, 'Refresh index when navigating through pages.'] @@ -1898,7 +1898,6 @@ div[data-checked=\"false\"] > .suboption-list {\n\ /* Catalog */\n\ :root.catalog-mode .board {\n\ text-align: center;\n\ - padding: 0 51px;\n\ }\n\ .catalog-thread {\n\ display: inline-block;\n\ @@ -1911,15 +1910,15 @@ div[data-checked=\"false\"] > .suboption-list {\n\ }\n\ /* overrides 4chan CSS on div.thread */\n\ .catalog-thread.catalog-thread {\n\ - margin: 4px;\n\ + margin: 2px;\n\ }\n\ .catalog-small > .catalog-thread {\n\ - width: 167px;\n\ - height: 322px;\n\ + width: 165px;\n\ + height: 320px;\n\ }\n\ .catalog-large > .catalog-thread {\n\ - width: 272px;\n\ - height: 412px;\n\ + width: 270px;\n\ + height: 410px;\n\ }\n\ :root.catalog-hover-expand .catalog-thread:hover {\n\ z-index: 1;\n\ diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 19dfeda98..6278f3ced 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 5d94f8af0..64b102bcb 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.0.21 +// @version 1.13.0.22 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 77e4b77ac..e798c5a71 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.0.21 +// @version 1.13.0.22 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -147,7 +147,7 @@ docSet = function() { }; g = { - VERSION: '1.13.0.21', + VERSION: '1.13.0.22', NAMESPACE: '4chan X.', boards: {} }; @@ -383,7 +383,7 @@ Config = (function() { 'Previous Index Mode': 'paged', 'Index Size': 'small', 'Show Replies': [true, 'Show replies in the index, and also in the catalog if "Catalog hover expand" is checked.'], - 'Catalog Hover Expand': [true, 'Expand the comment and show more details when you hover over a thread in the catalog.'], + 'Catalog Hover Expand': [false, 'Expand the comment and show more details when you hover over a thread in the catalog.'], 'Pin Watched Threads': [false, 'Move watched threads to the start of the index.'], 'Anchor Hidden Threads': [true, 'Move hidden threads to the end of the index.'], 'Refreshed Navigation': [false, 'Refresh index when navigating through pages.'] @@ -1898,7 +1898,6 @@ div[data-checked=\"false\"] > .suboption-list {\n\ /* Catalog */\n\ :root.catalog-mode .board {\n\ text-align: center;\n\ - padding: 0 51px;\n\ }\n\ .catalog-thread {\n\ display: inline-block;\n\ @@ -1911,15 +1910,15 @@ div[data-checked=\"false\"] > .suboption-list {\n\ }\n\ /* overrides 4chan CSS on div.thread */\n\ .catalog-thread.catalog-thread {\n\ - margin: 4px;\n\ + margin: 2px;\n\ }\n\ .catalog-small > .catalog-thread {\n\ - width: 167px;\n\ - height: 322px;\n\ + width: 165px;\n\ + height: 320px;\n\ }\n\ .catalog-large > .catalog-thread {\n\ - width: 272px;\n\ - height: 412px;\n\ + width: 270px;\n\ + height: 410px;\n\ }\n\ :root.catalog-hover-expand .catalog-thread:hover {\n\ z-index: 1;\n\ diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index ba72f0ee2..28233f527 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index c83e786b9..3c9b7a89f 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index 8f977d8f4..681fa839c 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 6322e7239..4284f0594 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.13.0.21", - "date": "2016-11-06T23:12:41.993Z" + "version": "1.13.0.22", + "date": "2016-11-07T05:05:35.275Z" } \ No newline at end of file