Release 4chan X v1.13.0.14.
This commit is contained in:
parent
baa14a2765
commit
e9c6bc327d
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
## v1.13.0
|
## v1.13.0
|
||||||
|
|
||||||
|
**v1.13.0.14** *(2016-10-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.14/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.14/builds/4chan-X-noupdate.crx)]
|
||||||
|
- Fix bug from v1.13.0.3 causing index/catalog search to not search comment.
|
||||||
|
|
||||||
**v1.13.0.13** *(2016-10-15)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.13/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.13/builds/4chan-X-noupdate.crx)]
|
**v1.13.0.13** *(2016-10-15)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.13/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.13/builds/4chan-X-noupdate.crx)]
|
||||||
- Add styling guide link to custom CSS section.
|
- Add styling guide link to custom CSS section.
|
||||||
- Add basic support for is.4chan.org domain.
|
- Add basic support for is.4chan.org domain.
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.13
|
// @version 1.13.0.14
|
||||||
// @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.0.13
|
// @version 1.13.0.14
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.13',
|
VERSION: '1.13.0.14',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -10216,6 +10216,9 @@ Index = (function() {
|
|||||||
searchMatch: function(obj, keywords) {
|
searchMatch: function(obj, keywords) {
|
||||||
var file, info, k, key, keyword, l, len, len1, ref, text;
|
var file, info, k, key, keyword, l, len, len1, ref, text;
|
||||||
info = obj.info, file = obj.file;
|
info = obj.info, file = obj.file;
|
||||||
|
if (info.comment == null) {
|
||||||
|
info.comment = Build.parseComment(info.commentHTML.innerHTML);
|
||||||
|
}
|
||||||
text = [];
|
text = [];
|
||||||
ref = ['comment', 'subject', 'name', 'tripcode'];
|
ref = ['comment', 'subject', 'name', 'tripcode'];
|
||||||
for (k = 0, len = ref.length; k < len; k++) {
|
for (k = 0, len = ref.length; k < len; k++) {
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.13
|
// @version 1.13.0.14
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.13',
|
VERSION: '1.13.0.14',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -10216,6 +10216,9 @@ Index = (function() {
|
|||||||
searchMatch: function(obj, keywords) {
|
searchMatch: function(obj, keywords) {
|
||||||
var file, info, k, key, keyword, l, len, len1, ref, text;
|
var file, info, k, key, keyword, l, len, len1, ref, text;
|
||||||
info = obj.info, file = obj.file;
|
info = obj.info, file = obj.file;
|
||||||
|
if (info.comment == null) {
|
||||||
|
info.comment = Build.parseComment(info.commentHTML.innerHTML);
|
||||||
|
}
|
||||||
text = [];
|
text = [];
|
||||||
ref = ['comment', 'subject', 'name', 'tripcode'];
|
ref = ['comment', 'subject', 'name', 'tripcode'];
|
||||||
for (k = 0, len = ref.length; k < len; k++) {
|
for (k = 0, len = ref.length; k < len; k++) {
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.13
|
// @version 1.13.0.14
|
||||||
// @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.0.13
|
// @version 1.13.0.14
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.13',
|
VERSION: '1.13.0.14',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -10216,6 +10216,9 @@ Index = (function() {
|
|||||||
searchMatch: function(obj, keywords) {
|
searchMatch: function(obj, keywords) {
|
||||||
var file, info, k, key, keyword, l, len, len1, ref, text;
|
var file, info, k, key, keyword, l, len, len1, ref, text;
|
||||||
info = obj.info, file = obj.file;
|
info = obj.info, file = obj.file;
|
||||||
|
if (info.comment == null) {
|
||||||
|
info.comment = Build.parseComment(info.commentHTML.innerHTML);
|
||||||
|
}
|
||||||
text = [];
|
text = [];
|
||||||
ref = ['comment', 'subject', 'name', 'tripcode'];
|
ref = ['comment', 'subject', 'name', 'tripcode'];
|
||||||
for (k = 0, len = ref.length; k < len; k++) {
|
for (k = 0, len = ref.length; k < len; k++) {
|
||||||
|
|||||||
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.0.13' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.14' />
|
||||||
</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.0.13' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.14' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.0.13",
|
"version": "1.13.0.14",
|
||||||
"date": "2016-10-15T07:49:39.975Z"
|
"date": "2016-10-23T04:09:53.323Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user