Release 4chan X v1.13.2.1.

This commit is contained in:
ccd0 2016-11-26 20:44:36 -08:00
parent d062dd3334
commit 464894af56
13 changed files with 24 additions and 18 deletions

View File

@ -4,6 +4,9 @@
### v1.13.2
**v1.13.2.1** *(2016-11-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.1/builds/4chan-X-noupdate.crx)]
- Fix bug from v1.13.2.0 causing errors when non-embeddable link is in inlined/previewed quote.
**v1.13.2.0** *(2016-11-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.0/builds/4chan-X-noupdate.crx)]
- Based on v1.13.1.12.
- (ihavenoface) Add `Cover Preview` function: Show preview of supported links on hover.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.13.2.0
// @version 1.13.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.2.0',
VERSION: '1.13.2.1',
NAMESPACE: '4chan X.',
boards: {}
};
@ -14026,8 +14026,9 @@ Embedding = (function() {
i = 0;
items = $$('.linkify', post.nodes.comment);
while (el = items[i++]) {
data = Embedding.services(el);
Embedding.preview(data);
if ((data = Embedding.services(el))) {
Embedding.preview(data);
}
}
}
},

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.2.0
// @version 1.13.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.2.0',
VERSION: '1.13.2.1',
NAMESPACE: '4chan X.',
boards: {}
};
@ -14026,8 +14026,9 @@ Embedding = (function() {
i = 0;
items = $$('.linkify', post.nodes.comment);
while (el = items[i++]) {
data = Embedding.services(el);
Embedding.preview(data);
if ((data = Embedding.services(el))) {
Embedding.preview(data);
}
}
}
},

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.13.2.0
// @version 1.13.2.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -147,7 +147,7 @@ docSet = function() {
};
g = {
VERSION: '1.13.2.0',
VERSION: '1.13.2.1',
NAMESPACE: '4chan X.',
boards: {}
};
@ -14026,8 +14026,9 @@ Embedding = (function() {
i = 0;
items = $$('.linkify', post.nodes.comment);
while (el = items[i++]) {
data = Embedding.services(el);
Embedding.preview(data);
if ((data = Embedding.services(el))) {
Embedding.preview(data);
}
}
}
},

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

View File

@ -1,4 +1,4 @@
{
"version": "1.13.2.0",
"date": "2016-11-27T04:21:28.658Z"
"version": "1.13.2.1",
"date": "2016-11-27T04:42:57.747Z"
}