Release 4chan X v1.11.18.7.

This commit is contained in:
ccd0 2015-11-28 18:38:34 -08:00
parent 73dec667e7
commit 6063b51a6f
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.18
**v1.11.18.7** *(2015-11-28)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.18.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.18.7/builds/4chan-X-noupdate.crx "Chromium version")]
- Re-fix imageless posting on /news/ after addition of file field to post form.
**v1.11.18.6** *(2015-11-28)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.18.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.18.6/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix max file size on /news/.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.18.6
// @version 1.11.18.7
// @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.18.6
// @version 1.11.18.7
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -432,7 +432,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.18.6',
VERSION: '1.11.18.7',
NAMESPACE: '4chan X.',
boards: {}
};
@ -7699,7 +7699,7 @@
threadID = null;
if (g.BOARD.ID === 'vg' && !post.sub) {
err = 'New threads require a subject.';
} else if (!(!$.id('postFile') || post.file || (textOnly = !!$('input[name=textonly]', $.id('postForm'))))) {
} else if (!($.hasClass(d.body, 'text_only') || post.file || (textOnly = !!$('input[name=textonly]', $.id('postForm'))))) {
err = 'No file selected.';
}
} else if (g.BOARD.threads[threadID].isClosed) {

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.11.18.6
// @version 1.11.18.7
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -432,7 +432,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.18.6',
VERSION: '1.11.18.7',
NAMESPACE: '4chan X.',
boards: {}
};
@ -7699,7 +7699,7 @@
threadID = null;
if (g.BOARD.ID === 'vg' && !post.sub) {
err = 'New threads require a subject.';
} else if (!(!$.id('postFile') || post.file || (textOnly = !!$('input[name=textonly]', $.id('postForm'))))) {
} else if (!($.hasClass(d.body, 'text_only') || post.file || (textOnly = !!$('input[name=textonly]', $.id('postForm'))))) {
err = 'No file selected.';
}
} else if (g.BOARD.threads[threadID].isClosed) {

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.11.18.6
// @version 1.11.18.7
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -432,7 +432,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.18.6',
VERSION: '1.11.18.7',
NAMESPACE: '4chan X.',
boards: {}
};
@ -7699,7 +7699,7 @@
threadID = null;
if (g.BOARD.ID === 'vg' && !post.sub) {
err = 'New threads require a subject.';
} else if (!(!$.id('postFile') || post.file || (textOnly = !!$('input[name=textonly]', $.id('postForm'))))) {
} else if (!($.hasClass(d.body, 'text_only') || post.file || (textOnly = !!$('input[name=textonly]', $.id('postForm'))))) {
err = 'No file selected.';
}
} else if (g.BOARD.threads[threadID].isClosed) {

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

View File

@ -1,4 +1,4 @@
{
"version": "1.11.18.6",
"date": "2015-11-29T00:43:11.668Z"
"version": "1.11.18.7",
"date": "2015-11-29T02:37:45.797Z"
}