Release 4chan X v1.13.0.14.

This commit is contained in:
ccd0 2016-10-22 21:20:07 -07:00
parent baa14a2765
commit e9c6bc327d
13 changed files with 24 additions and 12 deletions

View File

@ -4,6 +4,9 @@
## 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)]
- Add styling guide link to custom CSS section.
- Add basic support for is.4chan.org domain.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.0.13
// @version 1.13.0.14
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.0.13',
VERSION: '1.13.0.14',
NAMESPACE: '4chan X.',
boards: {}
};
@ -10216,6 +10216,9 @@ Index = (function() {
searchMatch: function(obj, keywords) {
var file, info, k, key, keyword, l, len, len1, ref, text;
info = obj.info, file = obj.file;
if (info.comment == null) {
info.comment = Build.parseComment(info.commentHTML.innerHTML);
}
text = [];
ref = ['comment', 'subject', 'name', 'tripcode'];
for (k = 0, len = ref.length; k < len; k++) {

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.0.13
// @version 1.13.0.14
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.0.13',
VERSION: '1.13.0.14',
NAMESPACE: '4chan X.',
boards: {}
};
@ -10216,6 +10216,9 @@ Index = (function() {
searchMatch: function(obj, keywords) {
var file, info, k, key, keyword, l, len, len1, ref, text;
info = obj.info, file = obj.file;
if (info.comment == null) {
info.comment = Build.parseComment(info.commentHTML.innerHTML);
}
text = [];
ref = ['comment', 'subject', 'name', 'tripcode'];
for (k = 0, len = ref.length; k < len; k++) {

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.0.13
// @version 1.13.0.14
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.0.13',
VERSION: '1.13.0.14',
NAMESPACE: '4chan X.',
boards: {}
};
@ -10216,6 +10216,9 @@ Index = (function() {
searchMatch: function(obj, keywords) {
var file, info, k, key, keyword, l, len, len1, ref, text;
info = obj.info, file = obj.file;
if (info.comment == null) {
info.comment = Build.parseComment(info.commentHTML.innerHTML);
}
text = [];
ref = ['comment', 'subject', 'name', 'tripcode'];
for (k = 0, len = ref.length; k < len; k++) {

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

View File

@ -1,4 +1,4 @@
{
"version": "1.13.0.13",
"date": "2016-10-15T07:49:39.975Z"
"version": "1.13.0.14",
"date": "2016-10-23T04:09:53.323Z"
}