Release 4chan X v1.13.6.1.

This commit is contained in:
ccd0 2017-01-31 06:48:00 -08:00
parent a2c75ee237
commit 9021f4958e
13 changed files with 21 additions and 12 deletions

View File

@ -4,6 +4,9 @@
### 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)]
- Based on v1.13.5.2.
- Add item in the post menu to mark/unmark posts as yours. #195

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.6.0
// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -150,7 +150,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.6.0',
VERSION: '1.13.6.1',
NAMESPACE: '4chan X.',
boards: {}
};
@ -23582,6 +23582,8 @@ QuoteYou = (function() {
init: function() {
var input, label, ref;
label = $.el('label', {
className: 'toggle-you'
}, {
innerHTML: "<input type=\"checkbox\"> You"
});
input = $('input', label);

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.6.0
// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -150,7 +150,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.6.0',
VERSION: '1.13.6.1',
NAMESPACE: '4chan X.',
boards: {}
};
@ -23582,6 +23582,8 @@ QuoteYou = (function() {
init: function() {
var input, label, ref;
label = $.el('label', {
className: 'toggle-you'
}, {
innerHTML: "<input type=\"checkbox\"> You"
});
input = $('input', label);

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.6.0
// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -150,7 +150,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.6.0',
VERSION: '1.13.6.1',
NAMESPACE: '4chan X.',
boards: {}
};
@ -23582,6 +23582,8 @@ QuoteYou = (function() {
init: function() {
var input, label, ref;
label = $.el('label', {
className: 'toggle-you'
}, {
innerHTML: "<input type=\"checkbox\"> You"
});
input = $('input', label);

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

View File

@ -1,4 +1,4 @@
{
"version": "1.13.6.0",
"date": "2017-01-30T02:34:11.336Z"
"version": "1.13.6.1",
"date": "2017-01-31T14:43:22.301Z"
}