Release 4chan X v1.11.30.2.
This commit is contained in:
parent
4dec6a3d80
commit
48d80decd3
@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.30
|
||||
|
||||
**v1.11.30.2** *(2016-04-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.2/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix Reply Pruning bug from v1.11.30.0 causing errors in older browsers.
|
||||
|
||||
**v1.11.30.1** *(2016-04-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.30.1/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Scrolling to a post hidden by `Reply Pruning` unhides the posts. This includes `Scroll to Last Read Post`.
|
||||
- Opening a thread by the link to the OP turns unhides the posts hidden by `Reply Pruning`.
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.30.1
|
||||
// @version 1.11.30.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.30.1
|
||||
// @version 1.11.30.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -443,7 +443,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.30.1',
|
||||
VERSION: '1.11.30.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -13255,9 +13255,9 @@
|
||||
this.container = $.frag();
|
||||
this.summary = $.el('span', {
|
||||
hidden: true,
|
||||
className: 'summary',
|
||||
style: 'cursor: pointer;'
|
||||
className: 'summary'
|
||||
});
|
||||
this.summary.style.cursor = 'pointer';
|
||||
$.on(this.summary, 'click', (function(_this) {
|
||||
return function() {
|
||||
_this.inputs.enabled.checked = !_this.inputs.enabled.checked;
|
||||
@ -18388,9 +18388,9 @@
|
||||
return $.rm(Main.bgColorStyle);
|
||||
} else {
|
||||
div = $.el('div', {
|
||||
className: 'reply',
|
||||
style: 'position: absolute; visibility: hidden;'
|
||||
className: 'reply'
|
||||
});
|
||||
div.style.cssText = 'position: absolute; visibility: hidden;';
|
||||
$.add(d.body, div);
|
||||
bgColor = window.getComputedStyle(div).backgroundColor;
|
||||
$.rm(div);
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.30.1
|
||||
// @version 1.11.30.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -443,7 +443,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.30.1',
|
||||
VERSION: '1.11.30.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -13255,9 +13255,9 @@
|
||||
this.container = $.frag();
|
||||
this.summary = $.el('span', {
|
||||
hidden: true,
|
||||
className: 'summary',
|
||||
style: 'cursor: pointer;'
|
||||
className: 'summary'
|
||||
});
|
||||
this.summary.style.cursor = 'pointer';
|
||||
$.on(this.summary, 'click', (function(_this) {
|
||||
return function() {
|
||||
_this.inputs.enabled.checked = !_this.inputs.enabled.checked;
|
||||
@ -18388,9 +18388,9 @@
|
||||
return $.rm(Main.bgColorStyle);
|
||||
} else {
|
||||
div = $.el('div', {
|
||||
className: 'reply',
|
||||
style: 'position: absolute; visibility: hidden;'
|
||||
className: 'reply'
|
||||
});
|
||||
div.style.cssText = 'position: absolute; visibility: hidden;';
|
||||
$.add(d.body, div);
|
||||
bgColor = window.getComputedStyle(div).backgroundColor;
|
||||
$.rm(div);
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.30.1
|
||||
// @version 1.11.30.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.30.1
|
||||
// @version 1.11.30.2
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -443,7 +443,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.30.1',
|
||||
VERSION: '1.11.30.2',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -13255,9 +13255,9 @@
|
||||
this.container = $.frag();
|
||||
this.summary = $.el('span', {
|
||||
hidden: true,
|
||||
className: 'summary',
|
||||
style: 'cursor: pointer;'
|
||||
className: 'summary'
|
||||
});
|
||||
this.summary.style.cursor = 'pointer';
|
||||
$.on(this.summary, 'click', (function(_this) {
|
||||
return function() {
|
||||
_this.inputs.enabled.checked = !_this.inputs.enabled.checked;
|
||||
@ -18388,9 +18388,9 @@
|
||||
return $.rm(Main.bgColorStyle);
|
||||
} else {
|
||||
div = $.el('div', {
|
||||
className: 'reply',
|
||||
style: 'position: absolute; visibility: hidden;'
|
||||
className: 'reply'
|
||||
});
|
||||
div.style.cssText = 'position: absolute; visibility: hidden;';
|
||||
$.add(d.body, div);
|
||||
bgColor = window.getComputedStyle(div).backgroundColor;
|
||||
$.rm(div);
|
||||
|
||||
Binary file not shown.
@ -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.11.30.1' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.30.2' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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.11.30.1' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.30.2' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.11.30.1",
|
||||
"date": "2016-04-04T07:32:48.540Z"
|
||||
"version": "1.11.30.2",
|
||||
"date": "2016-04-05T04:20:10.748Z"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user