Update CHANGELOG and FORK.md
This commit is contained in:
parent
9aa08ad7c7
commit
884d92dd16
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
3
FORK.md
3
FORK.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue