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.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")]
- Bugfix for 2x4 image captcha.

Binary file not shown.

View File

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

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

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

View File

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

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<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>
</gupdate>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<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>
</gupdate>

View File

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