Merge remote-tracking branch 'origin/develop' into aa-process

This commit is contained in:
Ali Abrar 2020-01-10 16:24:19 -05:00
commit beb451af20
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,6 @@
## Unreleased
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
* Add Reflex.Process module for interacting with shell commands using `Event`s
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
* Add a sample "ghcid" application
@ -10,6 +9,11 @@
* Add `scrollableText`: a text display widget that can be scrolled using the mouse or keyboard
* Add widget to the example executable that displays scrollable text
## 0.1.2.1
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
## 0.1.2.0
* Allow TextZipper contents to be tranformed before being displayed
* Fix bug in `row` orientation

View File

@ -1,5 +1,5 @@
name: reflex-vty
version: 0.1.2.0
version: 0.1.2.1
synopsis: Reflex FRP host and widgets for vty applications
description:
Host and widget library for Reflex-based FRP applications