Release 4chan X v1.13.6.1.
This commit is contained in:
parent
a2c75ee237
commit
9021f4958e
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
### v1.13.6
|
### v1.13.6
|
||||||
|
|
||||||
|
**v1.13.6.1** *(2017-01-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.crx)]
|
||||||
|
- Add CSS class `toggle-you` to menu entry for marking posts as yours.
|
||||||
|
|
||||||
**v1.13.6.0** *(2017-01-30)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.0/builds/4chan-X-noupdate.crx)]
|
**v1.13.6.0** *(2017-01-30)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.0/builds/4chan-X-noupdate.crx)]
|
||||||
- Based on v1.13.5.2.
|
- Based on v1.13.5.2.
|
||||||
- Add item in the post menu to mark/unmark posts as yours. #195
|
- Add item in the post menu to mark/unmark posts as yours. #195
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.6.0
|
// @version 1.13.6.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.6.0
|
// @version 1.13.6.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -150,7 +150,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.6.0',
|
VERSION: '1.13.6.1',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -23582,6 +23582,8 @@ QuoteYou = (function() {
|
|||||||
init: function() {
|
init: function() {
|
||||||
var input, label, ref;
|
var input, label, ref;
|
||||||
label = $.el('label', {
|
label = $.el('label', {
|
||||||
|
className: 'toggle-you'
|
||||||
|
}, {
|
||||||
innerHTML: "<input type=\"checkbox\"> You"
|
innerHTML: "<input type=\"checkbox\"> You"
|
||||||
});
|
});
|
||||||
input = $('input', label);
|
input = $('input', label);
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.6.0
|
// @version 1.13.6.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -150,7 +150,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.6.0',
|
VERSION: '1.13.6.1',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -23582,6 +23582,8 @@ QuoteYou = (function() {
|
|||||||
init: function() {
|
init: function() {
|
||||||
var input, label, ref;
|
var input, label, ref;
|
||||||
label = $.el('label', {
|
label = $.el('label', {
|
||||||
|
className: 'toggle-you'
|
||||||
|
}, {
|
||||||
innerHTML: "<input type=\"checkbox\"> You"
|
innerHTML: "<input type=\"checkbox\"> You"
|
||||||
});
|
});
|
||||||
input = $('input', label);
|
input = $('input', label);
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.6.0
|
// @version 1.13.6.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.6.0
|
// @version 1.13.6.1
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -150,7 +150,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.6.0',
|
VERSION: '1.13.6.1',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -23582,6 +23582,8 @@ QuoteYou = (function() {
|
|||||||
init: function() {
|
init: function() {
|
||||||
var input, label, ref;
|
var input, label, ref;
|
||||||
label = $.el('label', {
|
label = $.el('label', {
|
||||||
|
className: 'toggle-you'
|
||||||
|
}, {
|
||||||
innerHTML: "<input type=\"checkbox\"> You"
|
innerHTML: "<input type=\"checkbox\"> You"
|
||||||
});
|
});
|
||||||
input = $('input', label);
|
input = $('input', label);
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.6.0' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.6.1' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.6.0' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.6.1' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.6.0",
|
"version": "1.13.6.1",
|
||||||
"date": "2017-01-30T02:34:11.336Z"
|
"date": "2017-01-31T14:43:22.301Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user