1# Changelog
2
3## 0.14.1
4
5### Enhancements
6
7* Added `NO_COLOR` support
8* Added some more key recognitions
9* Undeprecate `Term::is_term`
10
11## 0.14.0
12
13### Enhancements
14
15* Added emoji support for newer Windows terminals.
16* Made the windows terminal emulation a non default feature (`windows-console-colors`)
17
18## 0.13.0
19
20### Enhancements
21
22* Added `user_attended_stderr` for checking if stderr is a terminal
23* Removed `termios` dependency
24
25### Bug Fixes
26
27* Better handling of key recognition on unix
28* `Term::terminal_size()` on stderr terms correctly returns stderr term info
29
30### Deprecated
31
32* Deprecate `Term::is_term()` in favor of `Term::features().is_attended()`
33
34### BREAKING
35
36* Remove `Term::want_emoji()` in favor of `Term::features().wants_emoji()`
37