mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Bump version, update changelog
This commit is contained in:
parent
df89a58eec
commit
48fe4473f1
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@
|
||||
Brick changelog
|
||||
---------------
|
||||
|
||||
0.48
|
||||
----
|
||||
|
||||
New features:
|
||||
* The `Edit` widget now supports `EvPaste` Vty events by default,
|
||||
assuming UTF-8 encoding of pasted bytes. If pasted bytes are not
|
||||
UTF-8-decodable, the pastes will be ignored. In any case, users can
|
||||
still intercept `EvPaste` events as before and handle them as desired
|
||||
if the default behavior is not desirable.
|
||||
|
||||
Other changes:
|
||||
* `txtWrapWith` now always pads its output to the available width to
|
||||
obey its `Greedy` requirement.
|
||||
|
||||
0.47.1
|
||||
------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: brick
|
||||
version: 0.47.1
|
||||
version: 0.48
|
||||
synopsis: A declarative terminal user interface library
|
||||
description:
|
||||
Write terminal applications painlessly with 'brick'! You write an
|
||||
|
Loading…
Reference in New Issue
Block a user