diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b99590a..168d9f7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.29 +**v1.11.29.3** *(2016-04-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.29.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.29.3/builds/4chan-X-noupdate.crx "Chromium version")] + +- More CSS fixes for current 4chan theme. + **v1.11.29.2** *(2016-04-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.29.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.29.2/builds/4chan-X-noupdate.crx "Chromium version")] - Update archive list: Nyafuu added /news/. - CSS fixes for current 4chan theme. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 13feb615d..0ef1bb339 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 17c5cc023..4de9723ed 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.11.29.2 +// @version 1.11.29.3 // @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 99f455d76..b32dc456c 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.11.29.2 +// @version 1.11.29.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -445,7 +445,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.29.2', + VERSION: '1.11.29.3', NAMESPACE: '4chan X.', boards: {} }; @@ -21950,6 +21950,15 @@ " text-indent:10px;\n" + " padding:10px 0;\n" + "}\n" + +":root.md2016 #hoverUI div.postContainer,\n" + +":root.md2016 .inline div.postContainer {\n" + +" width: auto;\n" + +" margin: 0;\n" + +"}\n" + +":root.md2016 #hoverUI div.post,\n" + +":root.md2016 .inline div.post {\n" + +" max-width: 100%;\n" + +"}\n" + "/* XXX Moved to end of stylesheet to avoid breaking whole stylesheet in Maxthon. */\n" + "@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {\n" + " .quotelink.forwardlink,\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index c0cfdbcfb..2e03a2ff7 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 c27b04a7e..64f5d7a9e 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.11.29.2 +// @version 1.11.29.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -445,7 +445,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.29.2', + VERSION: '1.11.29.3', NAMESPACE: '4chan X.', boards: {} }; @@ -21950,6 +21950,15 @@ " text-indent:10px;\n" + " padding:10px 0;\n" + "}\n" + +":root.md2016 #hoverUI div.postContainer,\n" + +":root.md2016 .inline div.postContainer {\n" + +" width: auto;\n" + +" margin: 0;\n" + +"}\n" + +":root.md2016 #hoverUI div.post,\n" + +":root.md2016 .inline div.post {\n" + +" max-width: 100%;\n" + +"}\n" + "/* XXX Moved to end of stylesheet to avoid breaking whole stylesheet in Maxthon. */\n" + "@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {\n" + " .quotelink.forwardlink,\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 698c04495..b9476be47 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 981979c2a..470ade205 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.29.2 +// @version 1.11.29.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 5c4ddce55..62128aa3b 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.11.29.2 +// @version 1.11.29.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -445,7 +445,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.29.2', + VERSION: '1.11.29.3', NAMESPACE: '4chan X.', boards: {} }; @@ -21950,6 +21950,15 @@ " text-indent:10px;\n" + " padding:10px 0;\n" + "}\n" + +":root.md2016 #hoverUI div.postContainer,\n" + +":root.md2016 .inline div.postContainer {\n" + +" width: auto;\n" + +" margin: 0;\n" + +"}\n" + +":root.md2016 #hoverUI div.post,\n" + +":root.md2016 .inline div.post {\n" + +" max-width: 100%;\n" + +"}\n" + "/* XXX Moved to end of stylesheet to avoid breaking whole stylesheet in Maxthon. */\n" + "@supports (text-decoration-style: dashed) or (-moz-text-decoration-style: dashed) {\n" + " .quotelink.forwardlink,\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 6153331cd..5d6a6d0c1 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 439115b77..6975c54e7 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 819145364..1215963b4 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 97907cac1..b62c614a0 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.29.2", - "date": "2016-04-01T18:22:12.188Z" + "version": "1.11.29.3", + "date": "2016-04-01T18:47:20.356Z" }