reflex-vty/ChangeLog.md
2019-12-31 10:28:42 -05:00

25 lines
544 B
Markdown

# Revision history for reflex-vty
## Unreleased
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
* Add Reflex.Process module for interacting with shell commands using `Event`s
## 0.1.2.0
* Allow TextZipper contents to be tranformed before being displayed
* Fix bug in `row` orientation
* Handle wrapping of lines containing fullwidth unicode characters in `textInput`
## 0.1.1.1
* Bump minimum version of reflex
## 0.1.1.0
* Set version bounds in cabal file
* Add travis CI config
## 0.1.0.0
* Initial release