Update changelog.

This commit is contained in:
Florian Bruhin 2015-06-16 07:16:32 +02:00
parent 0119cf510f
commit e7b84d4089

View File

@ -55,6 +55,7 @@ Changed
- `:scroll` now takes a direction argument (`up`/`down`/`left`/`right`/`top`/`bottom`/`page-up`/`page-down`) instead of two pixel arguments (`dx`/`dy`). The old form still works but is deprecated.
- The `ui -> user-stylesheet` setting now also takes file paths relative to the config directory.
- The `content -> cookies-accept` setting now has new `no-3rdparty` (default) and `no-unknown-3rdparty` values to block third-party cookies. The `default` value got renamed to `all`.
- Improved startup time by reading the webpage history while qutebrowser is open.
Deprecated
~~~~~~~~~~