diff --git a/CHANGELOG.md b/CHANGELOG.md index c69403090..19d0858cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.25 +**v1.11.25.3** *(2016-02-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.3/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix serious bug in v1.11.25.2. + **v1.11.25.2** *(2016-02-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.2/builds/4chan-X-noupdate.crx "Chromium version")] - Fix regression from v1.11.23.0 causing simultaneous requests for the same URL to be handled wrongly. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 8ad4f688c..1a64633b8 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 a6e30e0fd..33e9a65ec 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.25.2 +// @version 1.11.25.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 ee53c6c14..5a4a1a5ff 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.25.2 +// @version 1.11.25.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -436,7 +436,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.25.2', + VERSION: '1.11.25.3', NAMESPACE: '4chan X.', boards: {} }; @@ -629,13 +629,13 @@ var fn1, k, len1, ref; this.evt = e; ref = this.callbacks; - fn1 = function(cb) { - return $.queueTask((function(_this) { - return function() { + fn1 = (function(_this) { + return function(cb) { + return $.queueTask(function() { return cb.call(_this, e, false); - }; - })(this)); - }; + }); + }; + })(this); for (k = 0, len1 = ref.length; k < len1; k++) { cb = ref[k]; fn1(cb); diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 51b791716..e5a743bc7 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 628fc8f38..1c57b00f9 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.25.2 +// @version 1.11.25.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -436,7 +436,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.25.2', + VERSION: '1.11.25.3', NAMESPACE: '4chan X.', boards: {} }; @@ -629,13 +629,13 @@ var fn1, k, len1, ref; this.evt = e; ref = this.callbacks; - fn1 = function(cb) { - return $.queueTask((function(_this) { - return function() { + fn1 = (function(_this) { + return function(cb) { + return $.queueTask(function() { return cb.call(_this, e, false); - }; - })(this)); - }; + }); + }; + })(this); for (k = 0, len1 = ref.length; k < len1; k++) { cb = ref[k]; fn1(cb); diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 841f90810..e104c47bf 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 9a75ddb4b..9ef28f5c4 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.25.2 +// @version 1.11.25.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index e101a85ed..f858887e4 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.25.2 +// @version 1.11.25.3 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -436,7 +436,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.25.2', + VERSION: '1.11.25.3', NAMESPACE: '4chan X.', boards: {} }; @@ -629,13 +629,13 @@ var fn1, k, len1, ref; this.evt = e; ref = this.callbacks; - fn1 = function(cb) { - return $.queueTask((function(_this) { - return function() { + fn1 = (function(_this) { + return function(cb) { + return $.queueTask(function() { return cb.call(_this, e, false); - }; - })(this)); - }; + }); + }; + })(this); for (k = 0, len1 = ref.length; k < len1; k++) { cb = ref[k]; fn1(cb); diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 04b1790c3..fdad8a7b4 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 ca9252ffd..9ba56c3d3 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 e5d8e2f17..f2c4a7e5e 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index efeb858e9..5ddcb5875 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.25.2", - "date": "2016-02-13T05:40:01.498Z" + "version": "1.11.25.3", + "date": "2016-02-13T05:54:04.849Z" }