Release 4chan X v1.11.19.5.
This commit is contained in:
parent
6e322ac838
commit
ffc3fc36ef
@ -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>
|
||||
|
||||
|
||||
@ -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