Release 4chan X v1.11.32.4.

This commit is contained in:
ccd0 2016-05-05 07:49:22 -07:00
parent 52b21971b8
commit 49128b5399
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.32
**v1.11.32.4** *(2016-05-05)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.32.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.32.4/builds/4chan-X-noupdate.crx "Chromium version")]
- Increase margin on Fappe/Werk Tyme indicators.
**v1.11.32.3** *(2016-05-05)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.32.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.32.3/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix bug in crash reporting from v1.11.32.2.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.32.3
// @version 1.11.32.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.32.3',
VERSION: '1.11.32.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -2294,6 +2294,7 @@ boards:
" display: inline-block;\n" +
" min-width: 9px;\n" +
" padding: 0px 2px;\n" +
" margin: 0 1px;\n" +
" text-align: center;\n" +
" color: white;\n" +
" border-radius: 2px;\n" +

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.32.3
// @version 1.11.32.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.32.3',
VERSION: '1.11.32.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -2294,6 +2294,7 @@ boards:
" display: inline-block;\n" +
" min-width: 9px;\n" +
" padding: 0px 2px;\n" +
" margin: 0 1px;\n" +
" text-align: center;\n" +
" color: white;\n" +
" border-radius: 2px;\n" +

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.32.3
// @version 1.11.32.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -134,7 +134,7 @@ docSet = function() {
};
g = {
VERSION: '1.11.32.3',
VERSION: '1.11.32.4',
NAMESPACE: '4chan X.',
boards: {}
};
@ -2294,6 +2294,7 @@ boards:
" display: inline-block;\n" +
" min-width: 9px;\n" +
" padding: 0px 2px;\n" +
" margin: 0 1px;\n" +
" text-align: center;\n" +
" color: white;\n" +
" border-radius: 2px;\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.32.3' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.32.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.32.3' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.32.4' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.11.32.3",
"date": "2016-05-05T00:15:14.998Z"
"version": "1.11.32.4",
"date": "2016-05-05T14:48:31.428Z"
}