v0.19.0 - 29-Jan-2024
v0.19.0 - 29-Jan-2024
Added
- Support for "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell
widgets.
Changed
- Migrated CI from Travis to Github Actions.
- Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0.
- Change the Go version in
go.mod
to 1.21. - Executed
go mod tidy
. - CI now executes tests with Golang v1.20 and v1.21.