Update CHANGELOG and FORK.md

This commit is contained in:
Trevor Slocum 2020-01-01 19:43:18 -08:00
parent 9aa08ad7c7
commit 884d92dd16
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
v0.2.1 (WIP)
- Add window size change handler
- Fix resetting TextView color with [-]
- Fix adding unnecessary padding to some runes
- Fix handling ANSI color escape codes 39 (default foreground) and 49 (default
background)
v0.2.0 (2019-12-30)
- Fork tview as cview

View File

@ -29,4 +29,5 @@ The following tview pull requests have been merged into cview:
- [#378 Throttle resize handling](https://github.com/rivo/tview/pull/378)
- [#353 Add window size change handler](https://github.com/rivo/tview/pull/353)
- [#296 Fixed TextView's reset %5B-%5D setting the wrong color](https://github.com/rivo/tview/pull/296)
- [#347 Handle ANSI code 39 and 49](https://github.com/rivo/tview/pull/347)
- [#296 Fixed TextView's reset [-] setting the wrong color](https://github.com/rivo/tview/pull/296)