Add changelog entry

This commit is contained in:
Jonatan Heyman 2025-06-17 11:07:18 +02:00
parent 9e42b0ffad
commit 63decbbbe1

View File

@ -15,8 +15,9 @@ Here are the most notable changes in each release. For a more detailed list of c
- Folded blocks now display the first 50 characters of the block content, as well as the number of lines in the block. - Folded blocks now display the first 50 characters of the block content, as well as the number of lines in the block.
- Default key bindings for folding code on Mac changed from `Cmd-Option-[` and `Cmd-Option-]` to `Cmd-Shift-[` and `Cmd-Shift-]` (to avoid conflicts with the new block folding commands) - Default key bindings for folding code on Mac changed from `Cmd-Option-[` and `Cmd-Option-]` to `Cmd-Shift-[` and `Cmd-Shift-]` (to avoid conflicts with the new block folding commands)
### Bug fixes ### Other features and fixes
- Add document navigation commands (Ctrl+Home/End)
- Fix wrong positioning if IME interface (for Chinese input) - Fix wrong positioning if IME interface (for Chinese input)
- Prevent editor from loosing focus when line number/fold gutter is clicked - Prevent editor from loosing focus when line number/fold gutter is clicked