Merge remote-tracking branch 'krobelus/changelog'

This commit is contained in:
Maxime Coste 2022-07-11 18:20:19 +10:00
commit 471c4aad4e

View File

@ -5,9 +5,9 @@ released versions.
== Development version
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
* `!` and `<a-!>` commands now select the inserted text
* `p`, `P`, `!` and `<a-!>` commands now select the inserted text
* `x` now just extends the selection to contain full lines (as `<a-x>` did)
`<a-x>` trims partial lines from the selection (as `<a-X>` did)
@ -15,6 +15,9 @@ released versions.
* User mappings is now bound to `<space>` while keeping/removing main selection
moved to `,` and `<a-,>`
* History registers `%reg{colon}`, `%reg{slash}` and `%reg{pipe}` now
have reverse chronological order
== Kakoune 2021.11.07
* Support for curly and separately colored underlines (undocumented in 2021.10.28)