Release 4chan X v1.12.1.3.

This commit is contained in:
ccd0 2016-07-07 16:07:29 -07:00
parent 4a080b2d3b
commit d255420eda
13 changed files with 24 additions and 12 deletions

View File

@ -2,6 +2,9 @@
### v1.12.1
**v1.12.1.3** *(2016-07-07)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.1.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.1.3/builds/4chan-X-noupdate.crx)]
- Fix error message in MathJax popups in Firefox.
**v1.12.1.2** *(2016-07-07)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.1.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.1.2/builds/4chan-X-noupdate.crx)]
- Merge branch 'bstable'
- Release 4chan X v1.12.0.9.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.12.1.2
// @version 1.12.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -136,7 +136,7 @@ docSet = function() {
};
g = {
VERSION: '1.12.1.2',
VERSION: '1.12.1.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -22356,6 +22356,9 @@ Main = (function() {
return;
}
} catch (_error) {}
if (d.documentElement && !d.doctype) {
return;
}
$.on(d, '4chanXInitFinished', function() {
if (Main.expectInitFinished) {
return delete Main.expectInitFinished;

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.12.1.2
// @version 1.12.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -136,7 +136,7 @@ docSet = function() {
};
g = {
VERSION: '1.12.1.2',
VERSION: '1.12.1.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -22356,6 +22356,9 @@ Main = (function() {
return;
}
} catch (_error) {}
if (d.documentElement && !d.doctype) {
return;
}
$.on(d, '4chanXInitFinished', function() {
if (Main.expectInitFinished) {
return delete Main.expectInitFinished;

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.12.1.2
// @version 1.12.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -136,7 +136,7 @@ docSet = function() {
};
g = {
VERSION: '1.12.1.2',
VERSION: '1.12.1.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -22356,6 +22356,9 @@ Main = (function() {
return;
}
} catch (_error) {}
if (d.documentElement && !d.doctype) {
return;
}
$.on(d, '4chanXInitFinished', function() {
if (Main.expectInitFinished) {
return delete Main.expectInitFinished;

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

View File

@ -1,4 +1,4 @@
{
"version": "1.12.1.2",
"date": "2016-07-07T15:48:51.980Z"
"version": "1.12.1.3",
"date": "2016-07-07T23:01:41.318Z"
}