reflex-vty/ChangeLog.md

34 lines
1023 B
Markdown
Raw Normal View History

# Revision history for reflex-vty
2019-12-19 23:50:33 +03:00
## Unreleased
2019-12-31 09:22:04 +03:00
* Add Reflex.Process module for interacting with shell commands using `Event`s
2019-12-31 18:35:16 +03:00
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
2020-01-10 06:16:10 +03:00
* Add a sample "ghcid" application
* Add `mouseScroll` to capture scroll wheel events
* 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
2019-12-19 23:50:33 +03:00
2020-01-10 22:22:19 +03:00
## 0.1.2.1
2019-12-19 23:50:33 +03:00
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
2019-12-31 18:35:16 +03:00
* Use upstream `NotReady` instances instead of orphans defined in this package if reflex-0.6.3 is available
2019-12-19 23:50:33 +03:00
## 0.1.2.0
* Allow TextZipper contents to be tranformed before being displayed
* Fix bug in `row` orientation
2019-09-07 22:07:55 +03:00
* Handle wrapping of lines containing fullwidth unicode characters in `textInput`
## 0.1.1.1
* Bump minimum version of reflex
2019-08-04 20:09:09 +03:00
## 0.1.1.0
2019-08-04 18:07:12 +03:00
* Set version bounds in cabal file
* Add travis CI config
## 0.1.0.0
* Initial release