Skip to content

v0.18.0 - 08-Feb-2023

Compare
Choose a tag to compare
@mum4k mum4k released this 08 Feb 22:04
· 46 commits to master since this release
e7f235a

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.