Add Changelog entry

This commit is contained in:
Jonatan Heyman 2025-01-09 14:09:44 +01:00
parent 52a6c444eb
commit b23409157a

View File

@ -6,6 +6,7 @@ Here are the most notable changes in each release. For a more detailed list of c
## 2.1.0 (not yet released) ## 2.1.0 (not yet released)
- Added support for moving the current block to another (or new) buffer. Pressing `Ctrl/Cmd+S` will now pop up a dialog where you can search for and select another buffer to which the block will be moved. It's also possible to select to create a brand new buffer to which the block will be moved. - Added support for moving the current block to another (or new) buffer. Pressing `Ctrl/Cmd+S` will now pop up a dialog where you can search for and select another buffer to which the block will be moved. It's also possible to select to create a brand new buffer to which the block will be moved.
- When deleting a block, the cursor will now end up at the beginning of the next block, instead of at the end of the previous block.
- Added support for the following languages: - Added support for the following languages:
* Elixir * Elixir
* Scala * Scala