docs: add changelog entries for undo feature

This commit is contained in:
Mario Zechner 2026-01-19 00:18:39 +01:00
parent fb1242829d
commit 037cc9c3f0
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,11 @@
## [Unreleased]
### Added
- Added undo support to Editor with Ctrl+- hotkey. Undo coalesces consecutive word characters into one unit (fish-style). ([#831](https://github.com/badlogic/pi-mono/pull/831) by [@Perlence](https://github.com/Perlence))
- Added legacy terminal support for Ctrl+symbol keys (Ctrl+\, Ctrl+], Ctrl+-) and their Ctrl+Alt variants. ([#831](https://github.com/badlogic/pi-mono/pull/831) by [@Perlence](https://github.com/Perlence))
## [0.49.0] - 2026-01-17
### Added