Update changelog

This commit is contained in:
Florian Bruhin 2018-08-27 10:07:36 +02:00
parent 1a7efd92d7
commit 23991ccb4e

View File

@ -34,6 +34,7 @@ Changed
- The default keybinding to leave passthrough mode was changed from `<Ctrl-V>`
to `<Shift-Escape>`, which makes pasting from the clipboard easier in
passthrough mode and is also unlikely to conflict with webpage bindings.
- The `app_id` is now set to `qutebrowser` for Wayland.
v1.4.2 (unreleased)
-------------------
@ -83,6 +84,7 @@ Fixed
- The Windows installer now uninstalls the old version before installing the
new one, fixing issues with qutebrowser not starting after installing v1.4.0
over v1.3.3.
- The `:buffer` completion now sorts tabs with indices >= 10 correctly again.
v1.4.0
------