mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-01 00:25:51 +03:00
Bump version, update changelog
This commit is contained in:
parent
bd2225259e
commit
79c9317b43
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@
|
|||||||
Brick changelog
|
Brick changelog
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
2.3.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
* `FileBrowser`: if the `FileBrowser` was initialized with a `FilePath`
|
||||||
|
that ended in a slash, then if the user hit `Enter` on the `../` entry
|
||||||
|
to move to the parent directory, the only effect was the removal of
|
||||||
|
that trailing slash. This change trims the trailing slash so that the
|
||||||
|
expected move occurs whenever the `../` entry is selected.
|
||||||
|
* `Brick.Keybindings.Pretty.keybindingHelpWidget`: fixed a problem where
|
||||||
|
a key event with no name in a `KeyEvents` would cause a `fromJust`
|
||||||
|
exception. The pretty-printer now falls back to a placeholder
|
||||||
|
representation for such unnamed key events.
|
||||||
|
|
||||||
2.3.1
|
2.3.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: brick
|
name: brick
|
||||||
version: 2.3.1
|
version: 2.3.2
|
||||||
synopsis: A declarative terminal user interface library
|
synopsis: A declarative terminal user interface library
|
||||||
description:
|
description:
|
||||||
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
|
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
|
||||||
|
Loading…
Reference in New Issue
Block a user