summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-06-04 12:08:27 +1200
committertoofar <toofar@spalge.com>2023-06-04 12:08:27 +1200
commit1f6621533f6057bab0d40a97af6cf945388856db (patch)
tree335810b2c8b6fd043c3802a9df674940a67b2d5a
parent5dd637f4447e4c5185ea47162fe9d3dcdf5d6a17 (diff)
downloadqutebrowser-1f6621533f6057bab0d40a97af6cf945388856db.tar.gz
qutebrowser-1f6621533f6057bab0d40a97af6cf945388856db.zip
Update changelog for #7723
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 50d157d40..ce366153f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -144,6 +144,9 @@ Changed
anymore (unless started with `:spawn --verbose`).
- When a process got killed by a signal, the signal name is now displayed in
the message.
+- The qute-pass will now try looking up candidate pass entries based on the
+ calling tab's verbatim netloc (hostname including port and username) if it
+ can't find a match with an earlier candidate (FQDN, IPv4 etc).
Fixed
~~~~~