Release 4chan X v1.14.5.12.

This commit is contained in:
ccd0 2019-01-28 02:11:16 -08:00
parent 8bedd21c3a
commit b190042d1a
15 changed files with 44 additions and 20 deletions

View File

@ -4,6 +4,9 @@
### v1.14.5
**v1.14.5.12** *(2019-01-28)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.5.12/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.5.12/builds/4chan-X-noupdate.crx)]
- Recover as well as possible from data corruption caused by ad filter interaction with Tampermonkey. #2218
**v1.14.5.11** *(2019-01-26)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.5.11/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.5.11/builds/4chan-X-noupdate.crx)]
- Fix regression that broke favicon turning red on thread archival/404. #2190
- Fix 'Auto Watch Reply' in corner cases when not all thread info is available.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.14.5.11
// @version 1.14.5.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -198,7 +198,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.5.11',
VERSION: '1.14.5.12',
NAMESPACE: '4chan X.',
boards: {}
};
@ -5344,10 +5344,17 @@ $ = (function() {
return $.queueTask($.getSync, items, cb);
});
$.getSync = function(items, cb) {
var key, val2;
var err, key, val2;
for (key in items) {
if ((val2 = $.getValue(g.NAMESPACE + key))) {
items[key] = JSON.parse(val2);
try {
items[key] = JSON.parse(val2);
} catch (_error) {
err = _error;
if (!/^(?:undefined)*$/.test(val2)) {
throw err;
}
}
}
}
return cb(items);

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.5.11
// @version 1.14.5.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -198,7 +198,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.5.11',
VERSION: '1.14.5.12',
NAMESPACE: '4chan X.',
boards: {}
};
@ -5344,10 +5344,17 @@ $ = (function() {
return $.queueTask($.getSync, items, cb);
});
$.getSync = function(items, cb) {
var key, val2;
var err, key, val2;
for (key in items) {
if ((val2 = $.getValue(g.NAMESPACE + key))) {
items[key] = JSON.parse(val2);
try {
items[key] = JSON.parse(val2);
} catch (_error) {
err = _error;
if (!/^(?:undefined)*$/.test(val2)) {
throw err;
}
}
}
}
return cb(items);

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.5.11
// @version 1.14.5.12
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -198,7 +198,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.5.11',
VERSION: '1.14.5.12',
NAMESPACE: '4chan X.',
boards: {}
};
@ -5344,10 +5344,17 @@ $ = (function() {
return $.queueTask($.getSync, items, cb);
});
$.getSync = function(items, cb) {
var key, val2;
var err, key, val2;
for (key in items) {
if ((val2 = $.getValue(g.NAMESPACE + key))) {
items[key] = JSON.parse(val2);
try {
items[key] = JSON.parse(val2);
} catch (_error) {
err = _error;
if (!/^(?:undefined)*$/.test(val2)) {
throw err;
}
}
}
}
return cb(items);

Binary file not shown.

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.5.11",
"version": "1.14.5.12",
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
}
]

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

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.5.11",
"version": "1.14.5.12",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]

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

View File

@ -1,4 +1,4 @@
{
"version": "1.14.5.11",
"date": "2019-01-26T07:46:43.086Z"
"version": "1.14.5.12",
"date": "2019-01-28T10:07:50.479Z"
}