Merge branch 'bstable'

Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
This commit is contained in:
ccd0 2015-03-15 21:24:44 -07:00
commit 37810534c7
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ The links to individual versions below are to copies of the script with the upda
### v1.10.4
**v1.10.4.7** *(2015-03-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.4.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.4.7/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix maximum updater interval when `Optional Increase` is enabled.
**v1.10.4.6** *(2015-03-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.4.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.4.6/builds/4chan-X-noupdate.crx "Chromium version")]
- Work around Greasemonkey 3.0 bug causing multiple tabs to be opened upon posting. For now, users will have to either enable popups on boards.4chan.org or downgrade to Greasemonkey 2.3.

View File

@ -198,7 +198,7 @@ ThreadUpdater =
{interval} = ThreadUpdater
if Conf['Optional Increase']
# Lower the max refresh rate limit on visible tabs.
limit = if d.hidden then 7 else 10
limit = if d.hidden then 10 else 5
j = Math.min ThreadUpdater.outdateCount, limit
# 1 second to 100, 30 to 300.