aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 9ae151255afd8136a64ad04ba453dea464203c34 (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
# Changelog

## [Unreleased]

### 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