summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-03-08 05:08:54 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-03-08 05:08:54 +0100
commit361e4e93edb416deb50437aa7ad458a0ea388654 (patch)
treeba2cc4941ef70ae08f67f96c5ec30c641987272c
parentd22125249c3ecad1ad5716d4d530f9851264e13f (diff)
downloadqutebrowser-361e4e93edb416deb50437aa7ad458a0ea388654.tar.gz
qutebrowser-361e4e93edb416deb50437aa7ad458a0ea388654.zip
Update changelog for v0.10.1
-rw-r--r--CHANGELOG.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index e44f3ca3e..2ed6d1a36 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -14,8 +14,8 @@ This project adheres to http://semver.org/[Semantic Versioning].
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
-v0.10.1 (unreleased)
---------------------
+v0.10.1
+-------
Changed
~~~~~~~
@@ -26,6 +26,7 @@ Fixed
~~~~~
- URLs are now redacted properly (username/password, and path/query for HTTPS) when using Proxy Autoconfig with QtWebKit
+- Crash when updating adblock lists with invalid UTF8-chars in them
- Fixed the web inspector with QtWebEngine
- Version checks when starting qutebrowser now also take the Qt version PyQt was compiled against into account
- Hinting a input now doesn't select existing text anymore with QtWebKit
@@ -33,7 +34,6 @@ Fixed
- Download suffixes like (1) are now correctly stripped with QtWebEngine
- Crash when trying to print a tab which was closed in the meantime
- Crash when trying to open a file twice on Windows
-- Crash when updating adblock lists with invalid UTF8-chars in them
v0.10.0
-------