From a7346b12c68d94e8533da85f6ae60147de1af020 Mon Sep 17 00:00:00 2001 From: Oliver <480930+rivo@users.noreply.github.com> Date: Fri, 12 Jan 2018 09:16:46 +0100 Subject: [PATCH] Updated documentation. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 358d6d1..af6393e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This Go package provides commonly needed components for terminal based user inte Among these components are: -- __Input forms__ (include __input fields__, __drop-down selections__, __checkboxes__, and __buttons__) +- __Input forms__ (include __input/password fields__, __drop-down selections__, __checkboxes__, and __buttons__) - Navigable multi-color __text views__ - Sophisticated navigable __table views__ - Selectable __lists__ @@ -54,7 +54,7 @@ Refer to https://godoc.org/github.com/rivo/tview for the package's documentation ## Dependencies -This package is based on [github.com/gdamore/tcell](https://github.com/gdamore/tcell). +This package is based on [github.com/gdamore/tcell](https://github.com/gdamore/tcell) (and its dependencies). ## Your Feedback @@ -62,10 +62,12 @@ Add your issue here on GitHub. Feel free to get in touch if you have any questio ## Releases +- v0.4 (2018-01-12) + - `TextView` now accepts color tags with any W3C color (including RGB hex values). - v0.3 (2018-01-11) - - Added masking to `InputField` and password entry to `Form` + - Added masking to `InputField` and password entry to `Form`. - v0.2 (2018-01-10) - Added `Styles` variable with default colors for primitives. - Completed some missing InputField functions. - v0.1 (2018-01-06) - - First Release + - First Release.