summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-13 09:27:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-13 10:16:19 +0200
commit5a048aedd93a39c44323fa8356431a3cd2513df0 (patch)
tree8a4d90328f5fd8d2d0520b36253866e6f3494386
parent944e2a7b79d9cfe4f35d78d8877bcecca64e0436 (diff)
downloadqutebrowser-5a048aedd93a39c44323fa8356431a3cd2513df0.tar.gz
qutebrowser-5a048aedd93a39c44323fa8356431a3cd2513df0.zip
Edit changelog
-rw-r--r--doc/changelog.asciidoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 4e2749662..7921864a5 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -23,7 +23,7 @@ Deprecated
~~~~~~~~~~
- Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It
- should still work, however, a workaround for issues with the Nvidia graphic
+ should still work - however, a workaround for issues with the Nvidia graphic
driver was dropped. Newer Qt 5.12.x versions are still fully supported.
- The `--force` argument for `:tab-only` is deprecated, use `--pinned close`
instead.
@@ -51,15 +51,15 @@ Added
non-standard but in wide use).
- New `content.notifications.presenter` setting with various new ways to show
web notifications:
- * auto (default): Automatically detect the best available option
- * qt: Use Qt's built-in mechanism (like before this release)
- * libnotify: Use a libnotify-compatible notification server (i.e. native
+ * `auto` (default): Automatically detect the best available option
+ * `qt`: Use Qt's built-in mechanism (like before this release)
+ * `libnotify`: Use a libnotify-compatible notification server (i.e. native
notifications on Linux)
- * systray: Use a systray icon (very similar to `qt` but without some of its
- drawbacks)
- * messages: Use qutebrowser messages
- * herbe: Use https://github.com/dudik/herbe[herbe]
-- New `content.notifications.show_origin` setting which can be used to decide
+ * `systray`: Use a systray icon (very similar to `qt` but without some of
+ its drawbacks)
+ * `messages`: Use qutebrowser messages
+ * `herbe`: Use https://github.com/dudik/herbe[herbe]
+- New `content.notifications.show_origin` setting, which can be used to decide
for which notifications to show the origin (the URL the notification was sent
from).