Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2020-02-01 08:23:51 -08:00
parent 3199911894
commit 9d5140f20b
2 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,21 @@
Brick changelog Brick changelog
--------------- ---------------
0.51
----
API changes:
* Added Brick.Focus.focusRingToList, which returns all of the elements
in a focus ring as a list, starting with the focused entry and
wrapping around (#257; thanks @4eUeP)
Bug fixes:
* Fix Brick.Widgets.FileBrowser.fileExtensionMatch to match directories
and also match symlinks that link to directories (thanks @YVee1)
Other changes:
* Added demonstration program screenshot gallery (thanks @drola)
0.50.1 0.50.1
------ ------

View File

@ -1,5 +1,5 @@
name: brick name: brick
version: 0.50.1 version: 0.51
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