aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: e8637ea313dc8d45b0bd509ab4a52c4c80ea856b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Changelog

## [0.4.0] - 2023-03-08

### Fixed

* fixed textmode::blocking::Output::hard_refresh accidentally being async

### Changed

* migrated to tokio

## [0.3.0] - 2021-12-15

### Added

* `hide_cursor` to hide or show the cursor

### Changed

* combined `Error::SetRaw` and `Error::UnsetRaw` into a single
  `Error::SetTerminalMode` variant

## [0.2.2] - 2021-12-06

### Changed

* bump deps

## [0.2.1] - 2021-12-05

### Changed

* bump deps

## [0.2.0] - 2021-11-17

### Added

* `hard_refresh` to fully redraw the screen
* `move_relative` to move the cursor relative to its location

### Changed

* re-export `vt100::Color` to avoid requiring users to know about the internal
  `vt100` details (and potential version conflicts)

## [0.1.1] - 2021-11-10

### Changed

* Bumped deps and moved to 2021 edition

## [0.1.0] - 2021-03-13

### Added

* Initial release