summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-03-31 21:16:05 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-03-31 21:16:05 +0200
commit18a88c4e87d7f5ccb5861ae7659ec86117d78ec7 (patch)
tree1f96a960277a0444a6762e1dc4d196f4aa133c61
parent3f58605ad19e2c7a2afa7134fcda1a9ee9a2ce7e (diff)
downloadqutebrowser-18a88c4e87d7f5ccb5861ae7659ec86117d78ec7.tar.gz
qutebrowser-18a88c4e87d7f5ccb5861ae7659ec86117d78ec7.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 665b526b7..be504a5f0 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -59,8 +59,6 @@ Changed
environment variable.
* `qute-pass` now understands a new `--prefix` argument if used in gopass
mode, which gets passed as subfolder prefix to `gopass`.
- * `ripbang` now works again (it got blocked due to a missing user agent and
- used outdated qutebrowser commands before)
* `open_download` now supports Flatpak by using its XDG Desktop Portal.
* `open_download` now waits for the exit status of `xdg-open`, causing
qutebrowser to report any issues with it.
@@ -129,6 +127,10 @@ Fixed
- When `:rl-rubout` or `:rl-filename-rubout` (formerly `:rl-unix-word-rubout`
and `:rl-unix-filename-rubout`) were used on a string not starting with the
given delimiter, they failed to delete the first character, which is now fixed.
+- Fixes in userscripts:
+ * `ripbang` now works again (it got blocked due to a missing user agent and
+ used outdated qutebrowser commands before)
+ * `keepassxc` now has a properly working `--insecure` flag
[[v2.4.1]]
v2.4.1 (unreleased)