Release 4chan X v1.11.19.4.

This commit is contained in:
ccd0 2015-12-04 14:37:47 -08:00
parent b299e0f16d
commit 1aa10ba631
13 changed files with 18 additions and 15 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.19
**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.
**v1.11.19.3** *(2015-12-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.3/builds/4chan-X-noupdate.crx "Chromium version")]
- Support warnings formerly shown on every page load have been moved to the settings panel. The `Show Support Message` option has thus been retired.
- Add warning about the [ad situation](https://boards.4chan.org/qa/thread/362590).

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
// @version 1.11.19.3
// @version 1.11.19.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -432,7 +432,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.19.3',
VERSION: '1.11.19.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -12128,7 +12128,7 @@
controls: true,
preload: 'auto'
});
type = el.canPlayType('audio/ogg') ? 'ogg' : 'mp3';
type = el.canPlayType('audio/webm') ? 'webm' : 'mp3';
el.src = "http://vocaroo.com/media_command.php?media=" + a.dataset.uid + "&command=download_" + type;
return el;
}

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.11.19.3
// @version 1.11.19.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -432,7 +432,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.19.3',
VERSION: '1.11.19.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -12128,7 +12128,7 @@
controls: true,
preload: 'auto'
});
type = el.canPlayType('audio/ogg') ? 'ogg' : 'mp3';
type = el.canPlayType('audio/webm') ? 'webm' : 'mp3';
el.src = "http://vocaroo.com/media_command.php?media=" + a.dataset.uid + "&command=download_" + type;
return el;
}

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.11.19.3
// @version 1.11.19.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -432,7 +432,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.19.3',
VERSION: '1.11.19.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -12128,7 +12128,7 @@
controls: true,
preload: 'auto'
});
type = el.canPlayType('audio/ogg') ? 'ogg' : 'mp3';
type = el.canPlayType('audio/webm') ? 'webm' : 'mp3';
el.src = "http://vocaroo.com/media_command.php?media=" + a.dataset.uid + "&command=download_" + type;
return el;
}

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

View File

@ -1,4 +1,4 @@
{
"version": "1.11.19.3",
"date": "2015-12-04T10:13:32.765Z"
"version": "1.11.19.4",
"date": "2015-12-04T22:36:59.324Z"
}