diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1166496..a49a3ae14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.16 +**v1.11.16.8** *(2015-11-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.8/builds/4chan-X-noupdate.crx "Chromium version")] +- Remove obsolete captcha bug workaround that may be causing scrolling to top. + **v1.11.16.7** *(2015-11-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.7/builds/4chan-X-noupdate.crx "Chromium version")] - (Bui) Update archive list: Add /news/ to 4ch.be. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 1e3191e25..89526d49e 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 1bf60e54e..6f488fa4f 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.16.7 +// @version 1.11.16.8 // @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 af5717277..a9c68be6b 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.16.7 +// @version 1.11.16.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -433,7 +433,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.16.7', + VERSION: '1.11.16.8', NAMESPACE: '4chan X.', boards: {} }; @@ -7954,8 +7954,7 @@ childList: true, subtree: true }); - $.on(d, 'keydown', this.keybinds.bind(this)); - return window.focus(); + return $.on(d, 'keydown', this.keybinds.bind(this)); }, initNoscript: function() { this.noscript = true; diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 380ee2c86..0cc259776 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 cc4d8094b..c1f9765d8 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.16.7 +// @version 1.11.16.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -433,7 +433,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.16.7', + VERSION: '1.11.16.8', NAMESPACE: '4chan X.', boards: {} }; @@ -7954,8 +7954,7 @@ childList: true, subtree: true }); - $.on(d, 'keydown', this.keybinds.bind(this)); - return window.focus(); + return $.on(d, 'keydown', this.keybinds.bind(this)); }, initNoscript: function() { this.noscript = true; diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 4def5bfb3..973b2a05a 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 aabeb7150..996065c9d 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.16.7 +// @version 1.11.16.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index a3cafc88e..c08f144b9 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.16.7 +// @version 1.11.16.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -433,7 +433,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.16.7', + VERSION: '1.11.16.8', NAMESPACE: '4chan X.', boards: {} }; @@ -7954,8 +7954,7 @@ childList: true, subtree: true }); - $.on(d, 'keydown', this.keybinds.bind(this)); - return window.focus(); + return $.on(d, 'keydown', this.keybinds.bind(this)); }, initNoscript: function() { this.noscript = true; diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 0be5a898c..1ee90770d 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 56a0dda97..abdf986d8 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 45c4a2ef5..f3c0389d8 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 70c4a0c68..9e552238e 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.16.7", - "date": "2015-11-16T04:09:30.139Z" + "version": "1.11.16.8", + "date": "2015-11-16T06:37:49.683Z" }