diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ec4cf14..bc32bb938 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda ### v1.10.2 +**v1.10.2.2** *(2015-02-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.2/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix highlighting of your posts quoting yourself. + **v1.10.2.1** *(2015-02-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.1/builds/4chan-X-noupdate.crx "Chromium version")] - More tweaks to highlighting, this time making the different types of highlighting (filter, your posts, quoting you, watched in catalog) look distinct. diff --git a/LICENSE b/LICENSE index 1b5cf9349..d821cca34 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.10.2.1 +* 4chan X - Version 1.10.2.2 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 04ba4ffd2..08f9a2bf8 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 bb8daa7cc..5741bae18 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.10.2.1 +// @version 1.10.2.2 // @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 ce1af5029..abd69f309 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X beta -// @version 1.10.2.1 +// @version 1.10.2.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -26,7 +26,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.10.2.1 +* 4chan X - Version 1.10.2.2 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -393,7 +393,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.2.1', + VERSION: '1.10.2.2', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -17961,14 +17961,14 @@ ".qphl {\n" + " outline: 2px solid rgba(216, 94, 49, .8);\n" + "}\n" + -":root.highlight-own .yourPost.opContainer,\n" + -":root.highlight-own .yourPost > .reply {\n" + -" border-left: 3px dashed rgba(221, 0, 0, .8);\n" + -"}\n" + ":root.highlight-you .quotesYou.opContainer,\n" + ":root.highlight-you .quotesYou > .reply {\n" + " border-left: 3px solid rgba(221, 0, 0, .8);\n" + "}\n" + +":root.highlight-own .yourPost.opContainer,\n" + +":root.highlight-own .yourPost > .reply {\n" + +" border-left: 3px dashed rgba(221, 0, 0, .8);\n" + +"}\n" + ".filter-highlight.opContainer,\n" + ".filter-highlight > .reply {\n" + " box-shadow: inset 5px 0 rgba(221, 0, 0, .5);\n" + @@ -19150,14 +19150,14 @@ ":root.tomorrow .qphl {\n" + " outline: 2px solid rgba(145, 182, 214, .8);\n" + "}\n" + -":root.tomorrow.highlight-own .yourPost.opContainer,\n" + -":root.tomorrow.highlight-own .yourPost > .reply {\n" + -" border-left: 3px dashed rgba(145, 182, 214, .8);\n" + -"}\n" + ":root.tomorrow.highlight-you .quotesYou.opContainer,\n" + ":root.tomorrow.highlight-you .quotesYou > .reply {\n" + " border-left: 3px solid rgba(145, 182, 214, .8);\n" + "}\n" + +":root.tomorrow.highlight-own .yourPost.opContainer,\n" + +":root.tomorrow.highlight-own .yourPost > .reply {\n" + +" border-left: 3px dashed rgba(145, 182, 214, .8);\n" + +"}\n" + ":root.tomorrow .opContainer.filter-highlight,\n" + ":root.tomorrow .filter-highlight > .reply {\n" + " box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 3905a2ca9..f4fe34939 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 48a37a5dc..4eee88247 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.10.2.1 +// @version 1.10.2.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -25,7 +25,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.10.2.1 +* 4chan X - Version 1.10.2.2 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -392,7 +392,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.2.1', + VERSION: '1.10.2.2', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -17960,14 +17960,14 @@ ".qphl {\n" + " outline: 2px solid rgba(216, 94, 49, .8);\n" + "}\n" + -":root.highlight-own .yourPost.opContainer,\n" + -":root.highlight-own .yourPost > .reply {\n" + -" border-left: 3px dashed rgba(221, 0, 0, .8);\n" + -"}\n" + ":root.highlight-you .quotesYou.opContainer,\n" + ":root.highlight-you .quotesYou > .reply {\n" + " border-left: 3px solid rgba(221, 0, 0, .8);\n" + "}\n" + +":root.highlight-own .yourPost.opContainer,\n" + +":root.highlight-own .yourPost > .reply {\n" + +" border-left: 3px dashed rgba(221, 0, 0, .8);\n" + +"}\n" + ".filter-highlight.opContainer,\n" + ".filter-highlight > .reply {\n" + " box-shadow: inset 5px 0 rgba(221, 0, 0, .5);\n" + @@ -19149,14 +19149,14 @@ ":root.tomorrow .qphl {\n" + " outline: 2px solid rgba(145, 182, 214, .8);\n" + "}\n" + -":root.tomorrow.highlight-own .yourPost.opContainer,\n" + -":root.tomorrow.highlight-own .yourPost > .reply {\n" + -" border-left: 3px dashed rgba(145, 182, 214, .8);\n" + -"}\n" + ":root.tomorrow.highlight-you .quotesYou.opContainer,\n" + ":root.tomorrow.highlight-you .quotesYou > .reply {\n" + " border-left: 3px solid rgba(145, 182, 214, .8);\n" + "}\n" + +":root.tomorrow.highlight-own .yourPost.opContainer,\n" + +":root.tomorrow.highlight-own .yourPost > .reply {\n" + +" border-left: 3px dashed rgba(145, 182, 214, .8);\n" + +"}\n" + ":root.tomorrow .opContainer.filter-highlight,\n" + ":root.tomorrow .filter-highlight > .reply {\n" + " box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index d36b20ddf..addf4b95e 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 3e36403ac..bb8017134 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.10.2.1 +// @version 1.10.2.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index c681df26d..e99019348 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.10.2.1 +// @version 1.10.2.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -26,7 +26,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.10.2.1 +* 4chan X - Version 1.10.2.2 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -393,7 +393,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.2.1', + VERSION: '1.10.2.2', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -17961,14 +17961,14 @@ ".qphl {\n" + " outline: 2px solid rgba(216, 94, 49, .8);\n" + "}\n" + -":root.highlight-own .yourPost.opContainer,\n" + -":root.highlight-own .yourPost > .reply {\n" + -" border-left: 3px dashed rgba(221, 0, 0, .8);\n" + -"}\n" + ":root.highlight-you .quotesYou.opContainer,\n" + ":root.highlight-you .quotesYou > .reply {\n" + " border-left: 3px solid rgba(221, 0, 0, .8);\n" + "}\n" + +":root.highlight-own .yourPost.opContainer,\n" + +":root.highlight-own .yourPost > .reply {\n" + +" border-left: 3px dashed rgba(221, 0, 0, .8);\n" + +"}\n" + ".filter-highlight.opContainer,\n" + ".filter-highlight > .reply {\n" + " box-shadow: inset 5px 0 rgba(221, 0, 0, .5);\n" + @@ -19150,14 +19150,14 @@ ":root.tomorrow .qphl {\n" + " outline: 2px solid rgba(145, 182, 214, .8);\n" + "}\n" + -":root.tomorrow.highlight-own .yourPost.opContainer,\n" + -":root.tomorrow.highlight-own .yourPost > .reply {\n" + -" border-left: 3px dashed rgba(145, 182, 214, .8);\n" + -"}\n" + ":root.tomorrow.highlight-you .quotesYou.opContainer,\n" + ":root.tomorrow.highlight-you .quotesYou > .reply {\n" + " border-left: 3px solid rgba(145, 182, 214, .8);\n" + "}\n" + +":root.tomorrow.highlight-own .yourPost.opContainer,\n" + +":root.tomorrow.highlight-own .yourPost > .reply {\n" + +" border-left: 3px dashed rgba(145, 182, 214, .8);\n" + +"}\n" + ":root.tomorrow .opContainer.filter-highlight,\n" + ":root.tomorrow .filter-highlight > .reply {\n" + " box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index ba626df87..9cf4bad5b 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 e8b447cad..6c17bc256 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 d1f866d18..880372038 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index 874be395d..6ed5db353 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Cross-browser userscript for maximum lurking on 4chan.", "meta": { "name": "4chan X", - "version": "1.10.2.1", + "version": "1.10.2.2", "repo": "https://github.com/ccd0/4chan-x/", "page": "https://github.com/ccd0/4chan-x", "downloads": "https://ccd0.github.io/4chan-x/builds/",