diff --git a/CHANGELOG b/CHANGELOG index fccce7b..16e7e4d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ v1.4.7 (WIP) - Add Box.SetBackgroundTransparent - Add List.SetSelectedAlwaysCentered - Fix default background transparency of Flex and Grid +- Fix ANSI colors 0-15 v1.4.6 (2020-05-18) - Add Box.ShowFocus diff --git a/FORK.md b/FORK.md index 50072f5..dd670fe 100644 --- a/FORK.md +++ b/FORK.md @@ -50,6 +50,7 @@ Call `SetWrapAround(true)` to wrap around when navigating. The following tview pull requests have been merged into cview: +- [#444 Fixed terminal colors](https://github.com/rivo/tview/pull/444) - [#378 Throttle resize handling](https://github.com/rivo/tview/pull/378) - [#368 Add support for displaying text next to a checkbox](https://github.com/rivo/tview/pull/368) - [#363 Mouse support](https://github.com/rivo/tview/pull/363) diff --git a/LICENSE b/LICENSE index ece5c5d..6dadde8 100644 --- a/LICENSE +++ b/LICENSE @@ -27,6 +27,10 @@ Add support for displaying text next to a checkbox Sun Mar 29 21:43:46 2020 +0200 Merge pull request #422 from rivo/mouse +b4085a157266a69db1d3b92053d8f343714f2235 +Mon May 11 16:51:00 2020 -0400 +Fix ANSI colors 0-15 + ---------- cview license: