summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 20:07:16 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 20:07:16 +0200
commited776700929e24cd08264823376f262d09a37202 (patch)
treee2a079603f0f022ab56ce9be8de3a1ffa76f3a5a
parent3fd8e12949b8feda401930574facf09dd4180bba (diff)
downloadqutebrowser-ed776700929e24cd08264823376f262d09a37202.tar.gz
qutebrowser-ed776700929e24cd08264823376f262d09a37202.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 96a4b42e7..30fbfb8fd 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -29,6 +29,15 @@ Major changes
* Via the `QUTE_QT_WRAPPER` environment variable, set to `PyQt6` or `PyQt5`.
* For packagers wanting to provide packages specific to a Qt version,
patch `qutebrowser/qt/machinery.py` and set `_WRAPPER_OVERRIDE`.
+- Various commands were renamed to better group related commands:
+ * `set-cmd-text` -> `cmd-set-text`
+ * `repeat` -> `cmd-repeat`
+ * `repeat-command` -> `cmd-repeat-last`
+ * `later` -> `cmd-later`
+ * `edit-command` -> `cmd-edit`
+ * `run-with-count` -> `cmd-run-with-count`
+ The old names continue to work for the time being, but are deprecated and
+ show a warning.
Added
~~~~~