mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 07:21:24 +00:00
Release v0.3.0-beta.3
This commit is contained in:
parent
7b4d35d224
commit
56fc43400a
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,7 +2,13 @@
|
|||||||
|
|
||||||
## To be released
|
## To be released
|
||||||
|
|
||||||
## v0.3.2-beta.2 - 2018-09-23
|
## v0.3.0-beta.3 - 2018-09-24
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* `show_cursor` is called when `Terminal` is dropped if the cursor is hidden.
|
||||||
|
|
||||||
|
## v0.3.0-beta.2 - 2018-09-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -28,7 +34,7 @@ let backend = TermionBackend::new(stdout);
|
|||||||
The resulting code is more verbose but it works with all combinations of
|
The resulting code is more verbose but it works with all combinations of
|
||||||
additional `termion` features.
|
additional `termion` features.
|
||||||
|
|
||||||
## v0.3.1-beta.1 - 2018-09-08
|
## v0.3.0-beta.1 - 2018-09-08
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tui"
|
name = "tui"
|
||||||
version = "0.3.0-beta.2"
|
version = "0.3.0-beta.3"
|
||||||
authors = ["Florian Dehau <work@fdehau.com>"]
|
authors = ["Florian Dehau <work@fdehau.com>"]
|
||||||
description = """
|
description = """
|
||||||
A library to build rich terminal user interfaces or dashboards
|
A library to build rich terminal user interfaces or dashboards
|
||||||
|
Loading…
x
Reference in New Issue
Block a user