summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-10-10 08:23:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-10-10 08:23:17 +0200
commit0609b4b13b9ed7b615628e68f57541bab3614da5 (patch)
tree444d7f341471f7e6a22ad93e3a7265d845b32b9d
parent377b7afb03862e773dce597274dc8f2ea3298986 (diff)
downloadqutebrowser-0609b4b13b9ed7b615628e68f57541bab3614da5.tar.gz
qutebrowser-0609b4b13b9ed7b615628e68f57541bab3614da5.zip
Update changelog for v1.5.1
-rw-r--r--doc/changelog.asciidoc17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 906ff30bc..dfde3c9fb 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,21 @@ 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.5.1
+------
+
+Fixed
+~~~~~
+
+- Flickering when opening/closing tabs (as soon as more than 10 are open) on
+ some pages.
+- PDF.js is now bundled again with the macOS/Windows release.
+- PDF.js is now searched in the correct path (if not installed system-wide)
+ instead of hardcoding `~/.local/share/qutebrowser`.
+- Improved logging for PDF.js resources which fail to load.
+- Crash when closing a tab after doing a search.
+- Tabs appearing when hidden after e.g. closing tabs.
+
v1.5.0
------
@@ -22,7 +37,7 @@ Added
~~~~~
- Rewritten PDF.js support:
- * PDF.js support and the `content.pdfjs` setting are now available with
+ * PDF.js support and the `content.pdfjs` setting are now also available with
QtWebEngine.
* Opening a PDF file now doesn't start a second request anymore.
* Opening PDFs on https:// sites now works properly.