summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-14 20:18:57 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-14 20:18:57 +0100
commit404c276774e689032b0e2c6381bb308c182778de (patch)
tree6436ee4aa6a71026e9c3bdb8a9fb718b8e3f4823
parent2e87ee0960f8370921c9f32283e5ca6048b0edd3 (diff)
downloadqutebrowser-404c276774e689032b0e2c6381bb308c182778de.tar.gz
qutebrowser-404c276774e689032b0e2c6381bb308c182778de.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc22
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 023c84caf..6b7ac6c92 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,14 +15,28 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
-v1.3.0 (unreleased)
--------------------
+v1.2.1
+------
Fixed
~~~~~
-- qutebrowser now starts properly when the PyQt5 QOpenGLFunctions package wasn't found.
-- The keybinding cheatsheet on the quickstart page is now loaded from a local `qute://` URL again.
+- qutebrowser now starts properly when the PyQt5 QOpenGLFunctions package wasn't
+ found.
+- The keybinding cheatsheet on the quickstart page is now loaded from a local
+ `qute://` URL again.
+- With "tox -e mkvenv-pypi", PyQt 5.10.0 is used again instead of Qt 5.10.1,
+ because of an issue with Qt 5.10.1 which causes qutebrowser to fail to start
+ ("Could not find QtWebEngineProcess").
+- Unbinding keys which were bound in older qutebrowser versions now doesn't
+ crash anymore.
+- Fixed a crash when reloading a page which wasn't fully loaded with v1.2.0
+- Keys on the numeric keypad now fall back to the same bindings without `Num+`
+ if no `Num+` binding was found.
+- Fixed hinting on some pages with Qt < 5.10.
+- Titles are now displayed correctly again for tabs which are cloned or loaded
+ from sessions.
+- Shortcuts now correctly use `Ctrl` instead of `Command` on macOS again.
v1.2.0
------