Tags: mum4k/termdash
Tags
Merge pull request #370 from mum4k/release_v0_19_0 Releasing Termdash v0.19.0. ## 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.
Merge pull request #355 from mum4k/release-v0.18.0 Release Termdash v0.18.0. ## v0.18.0 - 08-Feb-2023 ### Added - The `gauge` widget now supports drawing of a vertical threshold bar. - The `TextInput` widget now supports an OnChange handler that allows user code to be notified when the content of the text input changes. ### Changed - Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.4. - Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14. - Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.3. - Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.2 - Change the Go version in `go.mod` to 1.20. - Executed `go mod tidy`. - CI now executes tests with Golang v1.20 only. ### Removed - Removed the `Sourcegraph` badge from the main page. ### Fixed - Formatted all Go files with `gofmt` from Golang v1.20. - Fixed line coverage reporting.
Merge pull request #317 from mum4k/release-0-16-1 Release Termdash v0.16.1. ### Changed - Change the Go versions the CI builds with up to 1.17. - Bump github.com/gdamore/tcell from 2.2.0 to 2.4.0. - Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13. - Re-enabled coverage reporting. ### Note The pull request for this release contains some commits that belong to release v0.16.0 due to an incorrect merge into master at that release (a squash merge). None of these commits contain any effective changes.
Release Termdash v0.16.0. (#302) ## v0.16.0 - 03-Apr-2021 ### Added - The `Text` widget has a new option `MaxTextCells` which can be used to limit the maximum number of cells the widget keeps in memory. ### Changed - Bump github.com/mattn/go-runewidth from 0.0.10 to 0.0.12.
Release v0.15.0. (#298) ### Changed - Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.2.0. - Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10. - Allowing CI to modify go.mod and go.sum when necessary. - Executed `go mod tidy`. ### Added - TitleColor and TitleFocusedColor options for border title which enables the setting of separate colors for border and title on a container.
PreviousNext