Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2020-02-13 17:55:43 -08:00
parent 08413fcb86
commit 8f91747bd3
2 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,23 @@
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
----

View File

@ -1,5 +1,5 @@
name: brick
version: 0.51
version: 0.52
synopsis: A declarative terminal user interface library
description:
Write terminal applications painlessly with 'brick'! You write an