diff --git a/CHANGELOG.md b/CHANGELOG.md index f15acb73a..66f1247f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.14.10 +**v1.14.10.3** *(2019-07-24)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.10.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.10.3/builds/4chan-X-noupdate.crx)] +- Fix bugs in gallery when rotating images with Fit Height enabled. + **v1.14.10.2** *(2019-07-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.10.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.10.2/builds/4chan-X-noupdate.crx)] - Limit number of autoretries on posting error to reduce likelihood of "excessive server request" bans. #1302 - Fix bug from v1.14.10.0 causing full image and thumbnail to briefly appear simultaneously while contracting images and causing unwanted scrolling. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 105484d42..2e48d5429 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 eb8f32147..0dee07758 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.14.10.2 +// @version 1.14.10.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 bdf49234c..f6b47844a 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.14.10.2 +// @version 1.14.10.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -199,7 +199,7 @@ docSet = function() { }; g = { - VERSION: '1.14.10.2', + VERSION: '1.14.10.3', NAMESPACE: '4chan X.', sites: {}, boards: {} @@ -3569,6 +3569,8 @@ a:only-of-type > .remove {\n\ .gal-image a {\n\ display: -webkit-flex;\n\ display: flex;\n\ + -webkit-align-items: flex-start;\n\ + align-items: flex-start;\n\ margin: auto;\n\ line-height: 0;\n\ max-width: 100%;\n\ @@ -3577,6 +3579,11 @@ a:only-of-type > .remove {\n\ width: 100%;\n\ height: 100%;\n\ }\n\ +.gal-image img,\n\ +.gal-image video {\n\ + -webkit-flex: none;\n\ + flex: none;\n\ +}\n\ .gal-fit-width .gal-image img,\n\ .gal-fit-width .gal-image video {\n\ max-width: 100%;\n\ diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index ed7927129..322cb1843 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 f07e42347..7b872cf31 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.14.10.2 +// @version 1.14.10.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -199,7 +199,7 @@ docSet = function() { }; g = { - VERSION: '1.14.10.2', + VERSION: '1.14.10.3', NAMESPACE: '4chan X.', sites: {}, boards: {} @@ -3569,6 +3569,8 @@ a:only-of-type > .remove {\n\ .gal-image a {\n\ display: -webkit-flex;\n\ display: flex;\n\ + -webkit-align-items: flex-start;\n\ + align-items: flex-start;\n\ margin: auto;\n\ line-height: 0;\n\ max-width: 100%;\n\ @@ -3577,6 +3579,11 @@ a:only-of-type > .remove {\n\ width: 100%;\n\ height: 100%;\n\ }\n\ +.gal-image img,\n\ +.gal-image video {\n\ + -webkit-flex: none;\n\ + flex: none;\n\ +}\n\ .gal-fit-width .gal-image img,\n\ .gal-fit-width .gal-image video {\n\ max-width: 100%;\n\ diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index dbdbc92d8..db2c5b281 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 5e854be89..a1f05b836 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.10.2 +// @version 1.14.10.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index eb4de880f..c630f2b60 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.10.2 +// @version 1.14.10.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -199,7 +199,7 @@ docSet = function() { }; g = { - VERSION: '1.14.10.2', + VERSION: '1.14.10.3', NAMESPACE: '4chan X.', sites: {}, boards: {} @@ -3569,6 +3569,8 @@ a:only-of-type > .remove {\n\ .gal-image a {\n\ display: -webkit-flex;\n\ display: flex;\n\ + -webkit-align-items: flex-start;\n\ + align-items: flex-start;\n\ margin: auto;\n\ line-height: 0;\n\ max-width: 100%;\n\ @@ -3577,6 +3579,11 @@ a:only-of-type > .remove {\n\ width: 100%;\n\ height: 100%;\n\ }\n\ +.gal-image img,\n\ +.gal-image video {\n\ + -webkit-flex: none;\n\ + flex: none;\n\ +}\n\ .gal-fit-width .gal-image img,\n\ .gal-fit-width .gal-image video {\n\ max-width: 100%;\n\ diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 899ee5469..f6abae2c9 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.json b/builds/updates-beta.json index 09d28a3a0..6bfcd5a04 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.10.2", + "version": "1.14.10.3", "update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx" } ] diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index 00895350c..8d5c8bd13 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.json b/builds/updates.json index 747a8068a..63f9c0a4a 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.10.2", + "version": "1.14.10.3", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index 803470d91..343757f9c 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 31915929d..6f3415f2f 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.10.2", - "date": "2019-07-23T20:21:29.383Z" + "version": "1.14.10.3", + "date": "2019-07-24T09:02:34.352Z" } \ No newline at end of file