Update changelog

This commit is contained in:
Florian Bruhin 2023-08-15 20:07:16 +02:00
parent 3fd8e12949
commit ed77670092
1 changed files with 9 additions and 0 deletions

View File

@ -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
~~~~~