• v0.20.0 102df20a88

    v0.20.0 Stable

    kerem released this 2024-03-10 23:05:56 +03:00 | 0 commits to master since this release

    📅 Originally published on GitHub: Sun, 10 Mar 2024 20:08:06 GMT
    🏷️ Git tag created: Sun, 10 Mar 2024 20:05:56 GMT

    v0.20.0 - 10-Mar-2024

    Added

    • Support for an alternative way of splitting containers where the size or percentage is specified for the right (or bottom) container and the left (or top) is calculated.

    Changed

    • Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4.
    Downloads
  • v0.19.0 bc63a16bf8

    v0.19.0 Stable

    kerem released this 2024-01-29 23:18:07 +03:00 | 16 commits to master since this release

    📅 Originally published on GitHub: Mon, 29 Jan 2024 20:20:20 GMT
    🏷️ Git tag created: Mon, 29 Jan 2024 20:18:07 GMT

    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.
    Downloads
  • v0.18.0 e7f235a952

    v0.18.0 Stable

    kerem released this 2023-02-09 01:03:09 +03:00 | 46 commits to master since this release

    📅 Originally published on GitHub: Wed, 08 Feb 2023 22:04:19 GMT
    🏷️ Git tag created: Wed, 08 Feb 2023 22:03:09 GMT

    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.
    Downloads
  • v0.17.0 9954a0543e

    v0.17.0 Stable

    kerem released this 2022-07-08 06:21:10 +03:00 | 85 commits to master since this release

    📅 Originally published on GitHub: Fri, 08 Jul 2022 03:23:22 GMT
    🏷️ Git tag created: Fri, 08 Jul 2022 03:21:10 GMT

    Added

    • Added support for tcell's Dim text style.

    Changed

    • Bump github.com/gdamore/tcell from 2.4.0 to 2.5.1.
    • Bump github.com/nsf/termbox-go to v1.1.1.
    • Change the Go version in go.mod to 1.17.
    • Executed go mod tidy.

    Fixed

    • Fixed invalid path to the autogen_licences.sh script in .travis.ci.
    Downloads
  • v0.16.1 f13e4222fa

    v0.16.1 Stable

    kerem released this 2022-01-14 08:42:11 +03:00 | 98 commits to master since this release

    📅 Originally published on GitHub: Fri, 14 Jan 2022 05:44:37 GMT
    🏷️ Git tag created: Fri, 14 Jan 2022 05:42:11 GMT

    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.

    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.

    Downloads