Release 4chan X v1.11.25.3.

This commit is contained in:
ccd0 2016-02-12 21:54:52 -08:00
parent 62275ac488
commit df4eea7ea2
13 changed files with 33 additions and 30 deletions

View File

@ -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.

Binary file not shown.

View File

@ -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

View File

@ -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);

Binary file not shown.

View File

@ -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);

Binary file not shown.

View File

@ -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

View File

@ -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);

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.2' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.25.3' />
</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.2' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.25.3' />
</app>
</gupdate>

View File

@ -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"
}