summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 2fceb1829..32940da44 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -68,14 +68,20 @@ Changed
currently focused element (`focused`).
- The `:click-element` command now can select the first found element via
`--select-first`.
-- The `statusbar.widgets` setting now supports a `clock` option to show the
- current time.
+- New `search.wrap_messages` setting, making it possible to disable search
+ wrapping messages.
+- New widgets for `statusbar.widgets`:
+ * `clock`, showing the current time
+ * `search_match`, showing the current match and total count when finding text
+ on a page
Fixed
~~~~~
- When the devtools are clicked but `input.insert_mode.auto_enter` is set to
`false`, insert mode now isn't entered anymore.
+- The search wrapping messages are now correctly displayed in (hopefully) all
+ cases with QtWebEngine.
[[v2.5.2]]
v2.5.2 (unreleased)