mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Bump version, update changelog
This commit is contained in:
parent
c464023085
commit
399738f5e2
22
CHANGELOG.md
22
CHANGELOG.md
@ -2,6 +2,28 @@
|
||||
Brick changelog
|
||||
---------------
|
||||
|
||||
0.64
|
||||
----
|
||||
|
||||
API changes:
|
||||
* Added `Brick.Main.continueWithoutRedraw`, an alternative to
|
||||
`Brick.Main.continue` that does not trigger a screen redraw. See the
|
||||
Haddock and User Guide for details.
|
||||
* Added `Brick.Widgets.Core.putCursor` to support Vty's new (as of
|
||||
5.33) API for placing cursors without visually representing
|
||||
them. This change also updated `Brick.Forms.renderCheckbox` and
|
||||
`Brick.Forms.renderRadio` to use `putCursor`.
|
||||
|
||||
Other improvements:
|
||||
* `Brick.Widgets.Edit` now supports a few more Emacs-style keybindings
|
||||
(thanks Mario Lang):
|
||||
* `M-b` and `M-f` to navigate by word
|
||||
* `C-b` and `C-f` for consistency
|
||||
* `M-d` to delete word under cursor
|
||||
* `C-t` to transpose previous character with current character
|
||||
* `M-<` and `M->` to goto-beginning-of-file and end of file,
|
||||
respectively
|
||||
|
||||
0.63
|
||||
----
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: brick
|
||||
version: 0.63
|
||||
version: 0.64
|
||||
synopsis: A declarative terminal user interface library
|
||||
description:
|
||||
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
|
||||
|
Loading…
Reference in New Issue
Block a user