summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-23 14:54:10 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-23 14:54:10 +0200
commitfcba944503a5e1aaffd0cdd53ae76e3577ce2494 (patch)
treebe6016653df82cc1ea9953ba4b4f218510154e87
parentcc02f1f18ce3f9feb2c0e36f12c757b0b72595c3 (diff)
downloadqutebrowser-fcba944503a5e1aaffd0cdd53ae76e3577ce2494.tar.gz
qutebrowser-fcba944503a5e1aaffd0cdd53ae76e3577ce2494.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index bbb166eeb..0993fd894 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -48,8 +48,18 @@ Changed
Chromium. To revert to the old behavior, use `{quoted}` instead.
- The `content.windowed_fullscreen` setting got renamed to
`content.fullscreen.window`.
-- The `qute-bitwarden` userscript now has an optional `--totp` flag which can
- be used to copy TOTP codes to clipboard (requires the `pyperclip` module).
+- Changes to userscripts:
+ * `qute-bitwarden` now has an optional `--totp` flag which can be used
+ to copy TOTP codes to clipboard (requires the `pyperclip` module).
+ * `readability-js` now opens readability tabs next to the original
+ tab (using the `:open --related` flag).
+ * `readability-js` now displays a favicon for readability tabs.
+ * `password_fill` now triggers a `change` JavaScript event after filling the
+ data.
+- The `dictcli.py` script now shows better error messages.
+- Various improvements to the `mkvenv.py` script (mainly useful for development).
+- First adoptions to Qt 5.15
+- Minor performance improvements.
Fixed
~~~~~