Release 4chan X v1.11.31.4.

This commit is contained in:
ccd0 2016-04-30 08:27:12 -07:00
parent c3c7116553
commit 48e376c9b8
13 changed files with 18 additions and 12 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.31
**v1.11.31.4** *(2016-04-30)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.31.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.31.4/builds/4chan-X-noupdate.crx "Chromium version")]
- `Disable Autoplaying Sounds`: Fix hidden YT video in https://boards.4chan.org/tv/thread/68928572.
**v1.11.31.3** *(2016-04-28)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.31.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.31.3/builds/4chan-X-noupdate.crx "Chromium version")]
- (pleebe) Archive list: add /film/ (board has since been deleted on 4chan).
- (bstats) Archive list: add /qst/.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.31.3
// @version 1.11.31.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.31.3',
VERSION: '1.11.31.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1320,6 +1320,7 @@ boards:
"}\n" +
":root.anti-autoplay .autoplay-removed {\n" +
" display: block !important;\n" +
" visibility: visible !important;\n" +
" min-width: 640px;\n" +
" min-height: 390px;\n" +
"}\n" +

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.31.3
// @version 1.11.31.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.31.3',
VERSION: '1.11.31.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1320,6 +1320,7 @@ boards:
"}\n" +
":root.anti-autoplay .autoplay-removed {\n" +
" display: block !important;\n" +
" visibility: visible !important;\n" +
" min-width: 640px;\n" +
" min-height: 390px;\n" +
"}\n" +

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.31.3
// @version 1.11.31.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.31.3',
VERSION: '1.11.31.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1320,6 +1320,7 @@ boards:
"}\n" +
":root.anti-autoplay .autoplay-removed {\n" +
" display: block !important;\n" +
" visibility: visible !important;\n" +
" min-width: 640px;\n" +
" min-height: 390px;\n" +
"}\n" +

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

View File

@ -1,4 +1,4 @@
{
"version": "1.11.31.3",
"date": "2016-04-28T07:04:34.134Z"
"version": "1.11.31.4",
"date": "2016-04-30T15:26:11.148Z"
}