summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-25 16:05:15 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-25 16:06:08 +0200
commit804d0e445ec8276952b3ae793f18aa8e2a93a3da (patch)
treeca53d588de3cbcd1681632e4f5db1b50b4a12070
parentad83f4c340fe711de9039c9a9e7202f88a055f83 (diff)
downloadqutebrowser-804d0e445ec8276952b3ae793f18aa8e2a93a3da.tar.gz
qutebrowser-804d0e445ec8276952b3ae793f18aa8e2a93a3da.zip
Update docs
-rw-r--r--doc/changelog.asciidoc5
-rw-r--r--misc/userscripts/README.md2
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index ef908ab4b..95322bb6d 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -21,8 +21,9 @@ v1.8.0 (unreleased)
Added
~~~~~
-- New `readability-js` userscript which uses Mozilla's node.js readability
- library.
+- New userscripts:
+ * `readability-js` which uses Mozilla's node.js readability library.
+ * `qute-bitwarden` which integrates the Bitwarden CLI.
Changed
~~~~~~~
diff --git a/misc/userscripts/README.md b/misc/userscripts/README.md
index 394abe094..33f26aa6a 100644
--- a/misc/userscripts/README.md
+++ b/misc/userscripts/README.md
@@ -19,6 +19,8 @@ The following userscripts are included in the current directory.
databases using pykeepass.
- [qute-pass](./qute-pass): Insert login information using pass and a
dmenu-compatible application (e.g. dmenu, rofi -dmenu, ...).
+- [qute-lastpass](./qute-lastpass): Similar to qute-pass, for Lastpass.
+- [qute-bitwarden](./qute-bitwarden): Similar to qute-pass, for Bitwarden.
- [qutedmenu](./qutedmenu): Handle open -s && open -t with bemenu.
- [readability](./readability): Executes python-readability on current page and
opens the summary as new tab.