Release 4chan X v1.11.15.1.
This commit is contained in:
parent
994e2f1685
commit
bf3dcc41e7
@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.15
|
||||
|
||||
**v1.11.15.1** *(2015-11-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.15.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.15.1/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix some Oekaki transparency related bugs.
|
||||
|
||||
**v1.11.15.0** *(2015-11-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.15.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.15.0/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Based on v1.11.14.12.
|
||||
- Add `Open Threads in New Tab` option (off by default), which makes `[Reply]` links on threads and links in the 4chan X catalog open in a new tab.
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.15.0
|
||||
// @version 1.11.15.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.15.0
|
||||
// @version 1.11.15.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -415,7 +415,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.15.0',
|
||||
VERSION: '1.11.15.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -9118,7 +9118,8 @@
|
||||
onDone: FCX.oekakiCB,
|
||||
onCancel: function() {},
|
||||
width: +document.querySelector('#qr [name=oekaki-width]').value,
|
||||
height: +document.querySelector('#qr [name=oekaki-height]').value
|
||||
height: +document.querySelector('#qr [name=oekaki-height]').value,
|
||||
bgColor: '#ffffff'
|
||||
});
|
||||
});
|
||||
},
|
||||
@ -9167,7 +9168,9 @@
|
||||
FCX.oekakiName = name;
|
||||
Tegaki.open({
|
||||
onDone: FCX.oekakiCB,
|
||||
onCancel: function() {},
|
||||
onCancel: function() {
|
||||
return Tegaki.bgColor = '#ffffff';
|
||||
},
|
||||
width: file.naturalWidth || file.videoWidth,
|
||||
height: file.naturalHeight || file.videoHeight,
|
||||
bgColor: 'transparent'
|
||||
@ -18481,6 +18484,9 @@
|
||||
"#captchaContainerAlt td:nth-child(2) {\n" +
|
||||
" display: table-cell !important;\n" +
|
||||
"}\n" +
|
||||
"#tegaki-canvas {\n" +
|
||||
" background: none;\n" +
|
||||
"}\n" +
|
||||
"/* Disable obnoxious captcha fade-in. */\n" +
|
||||
"body > div:last-of-type {\n" +
|
||||
" transition: none !important;\n" +
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.15.0
|
||||
// @version 1.11.15.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -415,7 +415,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.15.0',
|
||||
VERSION: '1.11.15.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -9118,7 +9118,8 @@
|
||||
onDone: FCX.oekakiCB,
|
||||
onCancel: function() {},
|
||||
width: +document.querySelector('#qr [name=oekaki-width]').value,
|
||||
height: +document.querySelector('#qr [name=oekaki-height]').value
|
||||
height: +document.querySelector('#qr [name=oekaki-height]').value,
|
||||
bgColor: '#ffffff'
|
||||
});
|
||||
});
|
||||
},
|
||||
@ -9167,7 +9168,9 @@
|
||||
FCX.oekakiName = name;
|
||||
Tegaki.open({
|
||||
onDone: FCX.oekakiCB,
|
||||
onCancel: function() {},
|
||||
onCancel: function() {
|
||||
return Tegaki.bgColor = '#ffffff';
|
||||
},
|
||||
width: file.naturalWidth || file.videoWidth,
|
||||
height: file.naturalHeight || file.videoHeight,
|
||||
bgColor: 'transparent'
|
||||
@ -18481,6 +18484,9 @@
|
||||
"#captchaContainerAlt td:nth-child(2) {\n" +
|
||||
" display: table-cell !important;\n" +
|
||||
"}\n" +
|
||||
"#tegaki-canvas {\n" +
|
||||
" background: none;\n" +
|
||||
"}\n" +
|
||||
"/* Disable obnoxious captcha fade-in. */\n" +
|
||||
"body > div:last-of-type {\n" +
|
||||
" transition: none !important;\n" +
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.15.0
|
||||
// @version 1.11.15.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.15.0
|
||||
// @version 1.11.15.1
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -415,7 +415,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.15.0',
|
||||
VERSION: '1.11.15.1',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -9118,7 +9118,8 @@
|
||||
onDone: FCX.oekakiCB,
|
||||
onCancel: function() {},
|
||||
width: +document.querySelector('#qr [name=oekaki-width]').value,
|
||||
height: +document.querySelector('#qr [name=oekaki-height]').value
|
||||
height: +document.querySelector('#qr [name=oekaki-height]').value,
|
||||
bgColor: '#ffffff'
|
||||
});
|
||||
});
|
||||
},
|
||||
@ -9167,7 +9168,9 @@
|
||||
FCX.oekakiName = name;
|
||||
Tegaki.open({
|
||||
onDone: FCX.oekakiCB,
|
||||
onCancel: function() {},
|
||||
onCancel: function() {
|
||||
return Tegaki.bgColor = '#ffffff';
|
||||
},
|
||||
width: file.naturalWidth || file.videoWidth,
|
||||
height: file.naturalHeight || file.videoHeight,
|
||||
bgColor: 'transparent'
|
||||
@ -18481,6 +18484,9 @@
|
||||
"#captchaContainerAlt td:nth-child(2) {\n" +
|
||||
" display: table-cell !important;\n" +
|
||||
"}\n" +
|
||||
"#tegaki-canvas {\n" +
|
||||
" background: none;\n" +
|
||||
"}\n" +
|
||||
"/* Disable obnoxious captcha fade-in. */\n" +
|
||||
"body > div:last-of-type {\n" +
|
||||
" transition: none !important;\n" +
|
||||
|
||||
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.15.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.15.1' />
|
||||
</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.15.0' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.15.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.11.15.0",
|
||||
"date": "2015-11-01T21:27:18.269Z"
|
||||
"version": "1.11.15.1",
|
||||
"date": "2015-11-02T00:58:53.147Z"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user