Release v1.4.1
This commit is contained in:
parent
5f880bc2c7
commit
d9aac80a70
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
v1.4.1 (WIP)
|
||||
v1.4.1 (2020-01-23)
|
||||
- Add ProgressBar widget
|
||||
- Add Application.RingBell
|
||||
- Add example multi-layout application and mouse-enabled application
|
||||
|
|
|
@ -25,6 +25,7 @@ Available widgets:
|
|||
- Selectable __lists__
|
||||
- __Grid__, __Flexbox__ and __page layouts__
|
||||
- Modal __message windows__
|
||||
- Horizontal and vertical __progress bars__
|
||||
- An __application__ wrapper
|
||||
|
||||
Widgets may be customized and extended to suit any application.
|
||||
|
@ -56,7 +57,7 @@ func main() {
|
|||
}
|
||||
```
|
||||
|
||||
Examples are available in the "demos" subdirectory.
|
||||
Examples are available on [godoc](https://godoc.org/gitlab.com/tslocum/cview#pkg-examples) and in the "demos" subdirectory.
|
||||
|
||||
For a presentation highlighting the features of this package, compile and run
|
||||
the program in the "demos/presentation" subdirectory.
|
||||
|
@ -65,7 +66,7 @@ the program in the "demos/presentation" subdirectory.
|
|||
|
||||
Package documentation is available on [godoc](https://godoc.org/gitlab.com/tslocum/cview).
|
||||
|
||||
An [introduction tutorial](https://github.com/rivo/tview) is also available.
|
||||
An [introduction tutorial](https://rocketnine.space/post/tview-and-you/) is also available.
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
Loading…
Reference in a new issue