Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add description of change to NEWS.md
  • Loading branch information
Protowalker committed Dec 9, 2021
commit ad5bd7d69633ca4a1468cea77e9700e43ba9b170
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ for the time being.**
## Changes in version X.Y.Z

**STILL UNDER DEVELOPMENT; NOT RELEASED YET.**
* Issue #120: Added support for having the cursor wrap around to the next line
when pressing left or right at a line start or end boundary, respectively.
In simpler words, pressing left at the start of a line takes you to the end
of the next line, and pressing right at the end of a line takes you to the
beginning of the next line. (@Protowalker)

* Issue #136: Fixed handling of key presses on the web interface so that they
don't interfere with browser shortcuts. This prevents Tab from stealing
Expand Down