Release v0.2.2

This commit is contained in:
Trevor Slocum 2020-01-06 16:59:59 -08:00
parent 8f9e826a57
commit 200d8a5791
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
v0.2.2 (WIP)
v0.2.2 (2020-01-06)
- Add optional message displayed after Checkbox
- Fix Dropdown mouse capture behavior
- Fix TextView region highlighting on last line

View File

@ -1,6 +1,7 @@
# cview
[![GoDoc](https://godoc.org/git.sr.ht/~tslocum/cview?status.svg)](https://godoc.org/git.sr.ht/~tslocum/cview)
[![builds.sr.ht status](https://builds.sr.ht/~tslocum/cview.svg)](https://builds.sr.ht/~tslocum/cview)
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
Terminal-based user interface toolkit

View File

@ -12,13 +12,12 @@ const logo = `
======= === === === ======== === === ===
=== === === === === === === ===
=== === === === ====== === === ===
=== ====== === === ===========
=== ====== === === ===========
======= == === ======== ==== ====
`
const (
subtitle = `cview - Rich Widgets for Terminal UIs`
subtitle = `Terminal-based user interface toolkit`
navigation = `Ctrl-N: Next slide Ctrl-P: Previous slide Ctrl-C: Exit`
)