Merge branch 'bstable'
This commit is contained in:
commit
b2cb0e4a32
@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.19
|
||||
|
||||
**v1.11.19.5** *(2015-12-06)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.5/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Work around bug causing desktop notifications to not focus the window when clicked in Tampermonkey.
|
||||
|
||||
**v1.11.19.4** *(2015-12-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.4/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Update Vocaroo embedding.
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.19.4
|
||||
// @version 1.11.19.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.19.4
|
||||
// @version 1.11.19.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -432,7 +432,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.19.4',
|
||||
VERSION: '1.11.19.5',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -7196,7 +7196,9 @@
|
||||
icon: Favicon.logo
|
||||
});
|
||||
notif.onclick = function() {
|
||||
return window.focus();
|
||||
return $.global(function() {
|
||||
return window.focus();
|
||||
});
|
||||
};
|
||||
if ($.engine !== 'gecko') {
|
||||
notif.onclose = function() {
|
||||
@ -14422,7 +14424,9 @@
|
||||
});
|
||||
notif.onclick = function() {
|
||||
Header.scrollToIfNeeded(post.nodes.root, true);
|
||||
return window.focus();
|
||||
return $.global(function() {
|
||||
return window.focus();
|
||||
});
|
||||
};
|
||||
return notif.onshow = function() {
|
||||
return setTimeout(function() {
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.19.4
|
||||
// @version 1.11.19.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -432,7 +432,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.19.4',
|
||||
VERSION: '1.11.19.5',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -7196,7 +7196,9 @@
|
||||
icon: Favicon.logo
|
||||
});
|
||||
notif.onclick = function() {
|
||||
return window.focus();
|
||||
return $.global(function() {
|
||||
return window.focus();
|
||||
});
|
||||
};
|
||||
if ($.engine !== 'gecko') {
|
||||
notif.onclose = function() {
|
||||
@ -14422,7 +14424,9 @@
|
||||
});
|
||||
notif.onclick = function() {
|
||||
Header.scrollToIfNeeded(post.nodes.root, true);
|
||||
return window.focus();
|
||||
return $.global(function() {
|
||||
return window.focus();
|
||||
});
|
||||
};
|
||||
return notif.onshow = function() {
|
||||
return setTimeout(function() {
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.19.4
|
||||
// @version 1.11.19.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.19.4
|
||||
// @version 1.11.19.5
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -432,7 +432,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.19.4',
|
||||
VERSION: '1.11.19.5',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -7196,7 +7196,9 @@
|
||||
icon: Favicon.logo
|
||||
});
|
||||
notif.onclick = function() {
|
||||
return window.focus();
|
||||
return $.global(function() {
|
||||
return window.focus();
|
||||
});
|
||||
};
|
||||
if ($.engine !== 'gecko') {
|
||||
notif.onclose = function() {
|
||||
@ -14422,7 +14424,9 @@
|
||||
});
|
||||
notif.onclick = function() {
|
||||
Header.scrollToIfNeeded(post.nodes.root, true);
|
||||
return window.focus();
|
||||
return $.global(function() {
|
||||
return window.focus();
|
||||
});
|
||||
};
|
||||
return notif.onshow = function() {
|
||||
return setTimeout(function() {
|
||||
|
||||
Binary file not shown.
@ -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.19.4' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.19.5' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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.19.4' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.19.5' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -136,7 +136,8 @@ Unread =
|
||||
icon: Favicon.logo
|
||||
notif.onclick = ->
|
||||
Header.scrollToIfNeeded post.nodes.root, true
|
||||
window.focus()
|
||||
# XXX https://github.com/derjanb/tampermonkey/issues/253
|
||||
$.global -> window.focus()
|
||||
notif.onshow = ->
|
||||
setTimeout ->
|
||||
notif.close()
|
||||
|
||||
@ -215,7 +215,8 @@ QR =
|
||||
notif = new Notification el.textContent,
|
||||
body: el.textContent
|
||||
icon: Favicon.logo
|
||||
notif.onclick = -> window.focus()
|
||||
# XXX https://github.com/derjanb/tampermonkey/issues/253
|
||||
notif.onclick = -> $.global -> window.focus()
|
||||
if $.engine isnt 'gecko'
|
||||
# Firefox automatically closes notifications
|
||||
# so we can't control the onclose properly.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.11.19.4",
|
||||
"date": "2015-12-04T22:36:59.324Z"
|
||||
"version": "1.11.19.5",
|
||||
"date": "2015-12-06T23:42:45.212Z"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user