diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f5b9e1f..f4fa0edeb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ The links to individual versions below are to copies of the script with the upda - `WEBM Metadata` option (on by default): Adds a link to display the title in the WebM metadata. +### v1.9.22.7 +*2015-02-03* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.22.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.22.7/builds/4chan-X-noupdate.crx "Chromium version")] + +- `Pin Watched Threads` (in header menu -> `Index Navigation`) is now off by default. + ### v1.9.22.6 *2015-02-02* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.22.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.22.6/builds/4chan-X-noupdate.crx "Chromium version")] diff --git a/src/General/Config.coffee b/src/General/Config.coffee index c4d3508d5..22e8f798b 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -682,7 +682,7 @@ Config = 'Index Sort': 'bump' 'Index Size': 'small' 'Show Replies': true - 'Pin Watched Threads': true + 'Pin Watched Threads': false 'Anchor Hidden Threads': true 'Refreshed Navigation': false