summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2022-04-25 14:47:13 +1200
committerJimmy <jimmy@spalge.com>2022-04-25 14:47:13 +1200
commitd1c7f9482662d1aacd252a7876ff501f3c7b18af (patch)
tree03f01eada0ab7ebe43474908ff717f5535524d6e
parent6250cda2e1f036755929c6c0f857b7cef0931424 (diff)
downloadqutebrowser-d1c7f9482662d1aacd252a7876ff501f3c7b18af.tar.gz
qutebrowser-d1c7f9482662d1aacd252a7876ff501f3c7b18af.zip
Update docs/changelog
-rw-r--r--doc/changelog.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 236039f67..24affd0b8 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -44,6 +44,15 @@ Changed
Packagers are advised to use `misc/Makefile` if possible, which has been
updated with the new paths.
+Fixed
+~~~~~
+
+- Fixes in userscripts:
+ * The `qute-bitwarden` userscript now correctly searches for entries for
+ sites on a subdomain of an unrecognized TLD. subdomain names. Previously
+ `my.site.local` would have searched in bitwarden for `my.sitelocal`,
+ losing the rightmost dot.
+
[[v2.5.1]]
v2.5.1 (unreleased)
-------------------