diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d62b5e3..878808678 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.3 +**v1.10.3.1** *(2015-03-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.1/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix outline around images in gallery. + **v1.10.3.0** *(2015-03-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.0/builds/4chan-X-noupdate.crx "Chromium version")] - Make the filename in the Quick Reply editable immediately without having to Control+click it. - Add a "Files" button which can be used to open the file picker even if a file has already been selected. This also fixes issues with opening the file picker via keyboard on Firefox. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 0fdacfa8b..212db6c2a 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 33642b3cb..af3c848be 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.3.0 +// @version 1.10.3.1 // @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 ee11f4501..64c7f8a9d 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.3.0 +// @version 1.10.3.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -393,7 +393,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.3.0', + VERSION: '1.10.3.1', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -18684,6 +18684,7 @@ " margin: auto;\n" + " line-height: 0;\n" + " max-width: 100%;\n" + +" outline: none;\n" + "}\n" + ":root.gal-pdf .gal-image a {\n" + " width: 100%;\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 718d91506..603d08896 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 88c83df5b..38894bee8 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.3.0 +// @version 1.10.3.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -392,7 +392,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.3.0', + VERSION: '1.10.3.1', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -18683,6 +18683,7 @@ " margin: auto;\n" + " line-height: 0;\n" + " max-width: 100%;\n" + +" outline: none;\n" + "}\n" + ":root.gal-pdf .gal-image a {\n" + " width: 100%;\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 0c74586c8..f47615f4e 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 025829f8c..7f57ada01 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.10.3.0 +// @version 1.10.3.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 0aafc1b8d..602648335 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.3.0 +// @version 1.10.3.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -393,7 +393,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.3.0', + VERSION: '1.10.3.1', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -18684,6 +18684,7 @@ " margin: auto;\n" + " line-height: 0;\n" + " max-width: 100%;\n" + +" outline: none;\n" + "}\n" + ":root.gal-pdf .gal-image a {\n" + " width: 100%;\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 4fdaf0355..1af3a31ce 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 3267787a3..e2fb6d834 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 246264b63..9fdb8dbb5 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index 63fc49f96..b4c25ebf7 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.3.0", + "version": "1.10.3.1", "repo": "https://github.com/ccd0/4chan-x/", "page": "https://github.com/ccd0/4chan-x", "downloads": "https://ccd0.github.io/4chan-x/builds/",