Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 11, 2024
1 parent 1692e49 commit 6077d88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ Start of documentation: 2023-02-16 / v1.1.0
- added `KEY_BTAB`(Shift+Tab) to the editor to decrease indent of the current line.
- added functionality to the editor to jump to specific line using `^E`.
- added functionality to search the file in the editor using `^F`.
- added functionality to put the editor in the background on UNIX using `^B`.
- added functionality to reload the file to the editor using `^R`.

### Bugfixes

- better performance in editor
- changed windows-curses dependency for better char-detection experience
- better performance in editor.
- changed windows-curses dependency for better char-detection experience.
- fix Bug where the editor would show the wrong cursor position.


## [1.6.4] - 2023-11-14
Expand Down

0 comments on commit 6077d88

Please sign in to comment.