Release 4chan X v1.11.25.2.

This commit is contained in:
ccd0 2016-02-12 21:40:48 -08:00
parent 0e2febe7bf
commit bd1361c061
13 changed files with 36 additions and 24 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.25 ### v1.11.25
**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.
**v1.11.25.1** *(2016-02-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.1/builds/4chan-X-noupdate.crx "Chromium version")] **v1.11.25.1** *(2016-02-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.1/builds/4chan-X-noupdate.crx "Chromium version")]
- Bugfix for 2x4 image captcha. - Bugfix for 2x4 image captcha.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.11.25.1 // @version 1.11.25.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.11.25.1 // @version 1.11.25.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -436,7 +436,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.11.25.1', VERSION: '1.11.25.2',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -626,16 +626,19 @@
return; return;
} }
$.on(req, 'load', function(e) { $.on(req, 'load', function(e) {
var k, len1, ref; var fn1, k, len1, ref;
this.evt = e; this.evt = e;
ref = this.callbacks; ref = this.callbacks;
for (k = 0, len1 = ref.length; k < len1; k++) { fn1 = function(cb) {
cb = ref[k]; return $.queueTask((function(_this) {
$.queueTask((function(_this) {
return function() { return function() {
return cb.call(_this, e, false); return cb.call(_this, e, false);
}; };
})(this)); })(this));
};
for (k = 0, len1 = ref.length; k < len1; k++) {
cb = ref[k];
fn1(cb);
} }
return delete this.callbacks; return delete this.callbacks;
}); });

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.25.1 // @version 1.11.25.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -436,7 +436,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.11.25.1', VERSION: '1.11.25.2',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -626,16 +626,19 @@
return; return;
} }
$.on(req, 'load', function(e) { $.on(req, 'load', function(e) {
var k, len1, ref; var fn1, k, len1, ref;
this.evt = e; this.evt = e;
ref = this.callbacks; ref = this.callbacks;
for (k = 0, len1 = ref.length; k < len1; k++) { fn1 = function(cb) {
cb = ref[k]; return $.queueTask((function(_this) {
$.queueTask((function(_this) {
return function() { return function() {
return cb.call(_this, e, false); return cb.call(_this, e, false);
}; };
})(this)); })(this));
};
for (k = 0, len1 = ref.length; k < len1; k++) {
cb = ref[k];
fn1(cb);
} }
return delete this.callbacks; return delete this.callbacks;
}); });

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.25.1 // @version 1.11.25.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.25.1 // @version 1.11.25.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -436,7 +436,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.11.25.1', VERSION: '1.11.25.2',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -626,16 +626,19 @@
return; return;
} }
$.on(req, 'load', function(e) { $.on(req, 'load', function(e) {
var k, len1, ref; var fn1, k, len1, ref;
this.evt = e; this.evt = e;
ref = this.callbacks; ref = this.callbacks;
for (k = 0, len1 = ref.length; k < len1; k++) { fn1 = function(cb) {
cb = ref[k]; return $.queueTask((function(_this) {
$.queueTask((function(_this) {
return function() { return function() {
return cb.call(_this, e, false); return cb.call(_this, e, false);
}; };
})(this)); })(this));
};
for (k = 0, len1 = ref.length; k < len1; k++) {
cb = ref[k];
fn1(cb);
} }
return delete this.callbacks; return delete this.callbacks;
}); });

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'> <app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.25.1' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.25.2' />
</app> </app>
</gupdate> </gupdate>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'> <app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.25.1' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.25.2' />
</app> </app>
</gupdate> </gupdate>

View File

@ -1,4 +1,4 @@
{ {
"version": "1.11.25.1", "version": "1.11.25.2",
"date": "2016-02-13T01:25:08.650Z" "date": "2016-02-13T05:40:01.498Z"
} }