We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad128e commit f58d686Copy full SHA for f58d686
doc/pages/changelog.asciidoc
@@ -3,7 +3,7 @@
3
This changelog contains major and/or breaking changes to Kakoune between
4
released versions.
5
6
-== Development version
+== Kakoune 2023.07.29
7
8
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
9
of moving in history tree has been moved to `<c-j>` and `<c-k>`
src/main.cc
@@ -44,7 +44,7 @@ struct {
44
unsigned int version;
45
StringView notes;
46
} constexpr version_notes[] = { {
47
- 0,
+ 20230729,
48
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
49
"the previous meaning of moving in history tree has been moved to "
50
"{+b}<c-j>{} and {+b}<c-k>{}\n"
0 commit comments