Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2024-06-30 09:04:26 -07:00
parent bd2225259e
commit 79c9317b43
2 changed files with 15 additions and 1 deletions

View File

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

View File

@ -1,5 +1,5 @@
name: brick
version: 2.3.1
version: 2.3.2
synopsis: A declarative terminal user interface library
description:
Write terminal user interfaces (TUIs) painlessly with 'brick'! You