Skip to content

Commit a435b03

Browse files
committed
Releasing Termdash v0.19.0.
- Support for "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell widgets. - 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. Signed-off-by: Jakub Sobon <[email protected]>
1 parent b45b65f commit a435b03

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.0] - 29-Jan-2024
11+
12+
### Added
13+
14+
- Support for "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell
15+
widgets.
16+
17+
### Changed
18+
19+
- Migrated CI from Travis to Github Actions.
20+
- Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0.
21+
- Change the Go version in `go.mod` to 1.21.
22+
- Executed `go mod tidy`.
23+
- CI now executes tests with Golang v1.20 and v1.21.
24+
1025
## [0.18.0] - 08-Feb-2023
1126

1227
### Added
@@ -516,7 +531,8 @@ identifiers shouldn't be used externally.
516531
- The Gauge widget.
517532
- The Text widget.
518533

519-
[unreleased]: https://github.com/mum4k/termdash/compare/v0.17.0...devel
534+
[unreleased]: https://github.com/mum4k/termdash/compare/v0.19.0...devel
535+
[0.19.0]: https://github.com/mum4k/termdash/compare/v0.18.0...v0.19.0
520536
[0.18.0]: https://github.com/mum4k/termdash/compare/v0.17.0...v0.18.0
521537
[0.17.0]: https://github.com/mum4k/termdash/compare/v0.16.1...v0.17.0
522538
[0.16.1]: https://github.com/mum4k/termdash/compare/v0.16.0...v0.16.1

0 commit comments

Comments
 (0)