summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-02-24 19:50:33 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-02-25 09:28:25 +0100
commit102b1091afd76766849490cbfe0d65ab029a8242 (patch)
tree5caa2f971611ccf73255e69fe922c5cde13ba848
parent949da84581aff9e93b13dc52163cd32cda41d240 (diff)
downloadqutebrowser-102b1091afd76766849490cbfe0d65ab029a8242.tar.gz
qutebrowser-102b1091afd76766849490cbfe0d65ab029a8242.zip
Add more to changelog
-rw-r--r--doc/changelog.asciidoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 5b7c9a5bb..815fb865a 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -40,6 +40,9 @@ Added
- Basic support for client certificates with Qt 5.12. Selecting the certificate
to show when there are multiple matching certificates isn't implemented yet.
- Support for DNS prefetching (`content.dns_prefetch`) with QtWebEngine on 5.12.
+- A 32-bit build for Windows is available again
+- The Windows build now bundle the Universal CRT DLLs, causing them to work on
+ earlier versions of Windows 10.
Changed
~~~~~~~
@@ -60,6 +63,8 @@ Changed
- The Wayland check for QtWebEngine is now disabled on Qt >= 5.11.2, as those
versions should work without any issues.
- The JavaScript `console` object is now available in PAC files.
+- PAC proxies currently don't work properly on QtWebEngine (and never did), so
+ an error is now shown when trying to configure a PAC proxy.
- The metainfo file `qutebrowser.appdata.xml` is now renamed to
`org.qutebrowser.qutebrowser.appdata.xml`.
- The `qute-pass` userscript now understands domains in gpg filenames
@@ -67,6 +72,11 @@ Changed
- macOS: The IPC socket path used to communicate with existing instances
changed due to changes in Qt 5.12. Please make sure to quit qutebrowser
before upgrading.
+- The autocompletion for `content.headers.user_agent` got updated to only
+ include the default and Chrome, as setting the UA to Firefox has various
+ bad side-effects.
+- Combining Qt 5.12 with an older PyQt can lead to issues, so a warning is
+ now shown when starting qutebrowser with that combination.
Fixed
~~~~~
@@ -92,6 +102,17 @@ Fixed
- `window.print()` works with Qt 5.12 now.
- PAC proxies were never correctly supported with QtWebEngine, but are now
explicitly disallowed.
+- Qt 5.12: Fixed handling of duplicate download filenames.
+- Qt 5.12: Fixed broken `qute://history` page.
+- Qt 5.12: Fixed PDF.js not working properly.
+- Qt 5.12: The download button in PDF.js now works (it's not possible to make
+ it work with earlier Qt versions).
+- Qt 5.12: Issues with `content.user_stylesheets`.
+- macOS: Context menus for download items now show in the correct macOS style.
+- Issues with fullscreen handling when exiting a video player.
+- Qt 5.12: Since Greasemonkey scripts modifying the DOM fail when being run at
+ document-start, some known-broken scripts (Iridium, userstyles.org) are now
+ forced to run at document-end.
v1.5.2
------