Merge branch 'bstable'

This commit is contained in:
ccd0 2016-09-25 00:44:05 -07:00
commit c99c31f84b
15 changed files with 20 additions and 17 deletions

View File

@ -2,6 +2,9 @@
### v1.12.3 ### v1.12.3
**v1.12.3.3** *(2016-09-25)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.3/builds/4chan-X-noupdate.crx)]
- Fix `Loop in New Tab` and `Volume in New Tab` which were broken by a regression in v1.12.1.3.
**v1.12.3.2** *(2016-09-18)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.2/builds/4chan-X-noupdate.crx)] **v1.12.3.2** *(2016-09-18)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.2/builds/4chan-X-noupdate.crx)]
- Fix Thread Watcher icon not lighting up when `Persistent Thread Watcher` is enabled. - Fix Thread Watcher icon not lighting up when `Persistent Thread Watcher` is enabled.
- Fix TeX sometimes not working in /sci/ catalog. - Fix TeX sometimes not working in /sci/ catalog.

View File

@ -236,7 +236,7 @@ install.json :
node tools/install.js node tools/install.js
echo -> $@ echo -> $@
.events/CHANGELOG : version.json | .events node_modules/dateformat/package.json .events/CHANGELOG : version.json | .events
node tools/updcl.js node tools/updcl.js
echo -> $@ echo -> $@

Binary file not shown.

View File

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

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

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

View File

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

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

View File

@ -18,7 +18,7 @@ Main =
return if window.frameElement and window.frameElement.src is '' return if window.frameElement and window.frameElement.src is ''
# Don't run inside MathJax popups. # Don't run inside MathJax popups.
return if d.documentElement and not d.doctype return if location.hostname is 'boards.4chan.org' and d.documentElement and not d.doctype
# Detect multiple copies of 4chan X # Detect multiple copies of 4chan X
$.on d, '4chanXInitFinished', -> $.on d, '4chanXInitFinished', ->

View File

@ -1,4 +1,4 @@
{ {
"version": "1.12.3.2", "version": "1.12.3.3",
"date": "2016-09-18T11:05:16.498Z" "date": "2016-09-25T07:38:17.940Z"
} }