mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 21:46:11 +03:00
Bump version, update changelog
This commit is contained in:
parent
08413fcb86
commit
8f91747bd3
17
CHANGELOG.md
17
CHANGELOG.md
@ -2,6 +2,23 @@
|
|||||||
Brick changelog
|
Brick changelog
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
0.52
|
||||||
|
----
|
||||||
|
|
||||||
|
API changes:
|
||||||
|
* EventM now provides a MonadFail instance
|
||||||
|
* EventM now provides MonadMask, MonadCatch, and MonadThrow instances
|
||||||
|
(thanks Fraser Tweedale)
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
* The FileBrowser now has support for vi-style bindings in addition to
|
||||||
|
its previous bindings. New bindings include:
|
||||||
|
* `j`/`k`: next/previous element
|
||||||
|
* `C-n`/`C-p`: page down/up
|
||||||
|
* `C-d`/`C-u`: half page down/up
|
||||||
|
* `g`: select first entry
|
||||||
|
* `G`: select last entry
|
||||||
|
|
||||||
0.51
|
0.51
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: brick
|
name: brick
|
||||||
version: 0.51
|
version: 0.52
|
||||||
synopsis: A declarative terminal user interface library
|
synopsis: A declarative terminal user interface library
|
||||||
description:
|
description:
|
||||||
Write terminal applications painlessly with 'brick'! You write an
|
Write terminal applications painlessly with 'brick'! You write an
|
||||||
|
Loading…
Reference in New Issue
Block a user