summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-14 17:01:44 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-14 17:05:46 +0200
commit1d8d987db6bd321f8347754d6c06e6a29f8ec49d (patch)
tree75af5472585f5b9893c918a8c052577df26b7fd0
parent676e01677183825d19107d3b2fbf1bb2c0684ede (diff)
downloadqutebrowser-rich-text-messages.tar.gz
qutebrowser-rich-text-messages.zip
Update changelogrich-text-messages
-rw-r--r--doc/changelog.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 48a6d8af0..73709fc47 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -78,6 +78,11 @@ Changed
* `clock`, showing the current time
* `search_match`, showing the current match and total count when finding text
on a page
+- Messages shown by qutebrowser now don't automatically get interpreted as rich
+ text anymore. Thus, e.g. `:message-info <h1>test` now shows the given text.
+ To show rich text with `:message-*` commands, use their new `--rich` flag.
+ Note this is NOT a security issue, as only a small subset of HTML is
+ interpreted as rich text by Qt, independently from the website.
Fixed
~~~~~
@@ -99,6 +104,11 @@ Fixed
- The Windows installer now more consistently uses the configured Windows colors
- The Windows installer now bases the desktop/start menu icon choices on the
existing install, if upgrading.
+- When a text was not found on a page, the associated message would be shown as
+ rich text (e.g. after `/<h1>`). With this release, this is fixed for search
+ messages, while the 3.0.0 release will change the default for all messages to be
+ plain-text. Note this is NOT a security issue, as only a small subset of HTML
+ is interpreted as rich text by Qt, independently from the website.
[[v2.5.1]]
v2.5.1 (2022-05-26)