Merge branch 'Stable' into Beta
Conflicts: LICENSE 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:
commit
fe491f645d
@ -15,6 +15,12 @@ Based on v1.9.19.10.
|
|||||||
- Improved performance on long threads.
|
- Improved performance on long threads.
|
||||||
|
|
||||||
<!-- v1.9.19.x -->
|
<!-- v1.9.19.x -->
|
||||||
|
### v1.9.19.11
|
||||||
|
*2015-01-12* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.11/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.11/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
|
||||||
|
**ccd0**
|
||||||
|
- Fix missing favicon.
|
||||||
|
|
||||||
### v1.9.19.10
|
### v1.9.19.10
|
||||||
*2015-01-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.10/builds/4chan-X-noupdate.crx "Chromium version")]
|
*2015-01-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.10/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
|
||||||
|
|||||||
@ -67,7 +67,7 @@ Favicon =
|
|||||||
while items[i]
|
while items[i]
|
||||||
items[i] = t + items[i++]
|
items[i] = t + items[i++]
|
||||||
|
|
||||||
[f.unreadDead, funreadDeadY, f.unreadSFW, f.unreadSFWY, f.unreadNSFW, f.unreadNSFWY] = items
|
[f.unreadDead, f.unreadDeadY, f.unreadSFW, f.unreadSFWY, f.unreadNSFW, f.unreadNSFWY] = items
|
||||||
f.update()
|
f.update()
|
||||||
|
|
||||||
update: ->
|
update: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user