Release 4chan X v1.11.20.2.

This commit is contained in:
ccd0 2015-12-08 13:30:44 -08:00
parent 064fcd1826
commit 68e7cfff35
13 changed files with 24 additions and 15 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.20 ### v1.11.20
**v1.11.20.2** *(2015-12-08)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.2/builds/4chan-X-noupdate.crx "Chromium version")]
- Possible fix for errors on index page in Safari.
**v1.11.20.1** *(2015-12-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.1/builds/4chan-X-noupdate.crx "Chromium version")] **v1.11.20.1** *(2015-12-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.1/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix 4chan X scrolling to wrong position when back button is used. - Fix 4chan X scrolling to wrong position when back button is used.

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.11.20.1 // @version 1.11.20.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -433,7 +433,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.11.20.1', VERSION: '1.11.20.2',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -3369,7 +3369,9 @@
board = $('.board'); board = $('.board');
$.replace(board, Index.root); $.replace(board, Index.root);
$.event('PostsInserted'); $.event('PostsInserted');
d.implementation.createDocument(null, null, null).appendChild(board); try {
d.implementation.createDocument(null, null, null).appendChild(board);
} catch (_error) {}
ref8 = $$('.navLinks'); ref8 = $$('.navLinks');
for (v = 0, len4 = ref8.length; v < len4; v++) { for (v = 0, len4 = ref8.length; v < len4; v++) {
el = ref8[v]; el = ref8[v];

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.20.1 // @version 1.11.20.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -433,7 +433,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.11.20.1', VERSION: '1.11.20.2',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -3369,7 +3369,9 @@
board = $('.board'); board = $('.board');
$.replace(board, Index.root); $.replace(board, Index.root);
$.event('PostsInserted'); $.event('PostsInserted');
d.implementation.createDocument(null, null, null).appendChild(board); try {
d.implementation.createDocument(null, null, null).appendChild(board);
} catch (_error) {}
ref8 = $$('.navLinks'); ref8 = $$('.navLinks');
for (v = 0, len4 = ref8.length; v < len4; v++) { for (v = 0, len4 = ref8.length; v < len4; v++) {
el = ref8[v]; el = ref8[v];

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript // Generated by CoffeeScript
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.11.20.1 // @version 1.11.20.2
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -433,7 +433,7 @@
doc = d.documentElement; doc = d.documentElement;
g = { g = {
VERSION: '1.11.20.1', VERSION: '1.11.20.2',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
boards: {} boards: {}
}; };
@ -3369,7 +3369,9 @@
board = $('.board'); board = $('.board');
$.replace(board, Index.root); $.replace(board, Index.root);
$.event('PostsInserted'); $.event('PostsInserted');
d.implementation.createDocument(null, null, null).appendChild(board); try {
d.implementation.createDocument(null, null, null).appendChild(board);
} catch (_error) {}
ref8 = $$('.navLinks'); ref8 = $$('.navLinks');
for (v = 0, len4 = ref8.length; v < len4; v++) { for (v = 0, len4 = ref8.length; v < len4; v++) {
el = ref8[v]; el = ref8[v];

Binary file not shown.

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ {
"version": "1.11.20.1", "version": "1.11.20.2",
"date": "2015-12-08T04:43:04.140Z" "date": "2015-12-08T21:29:57.132Z"
} }