• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mum4k / termdash
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.6.0
DEFAULT BRANCH: master
Repo Added 08 May 2018 05:46PM UTC
Files 89
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.18.0
branch: v0.18.0
CHANGE BRANCH
x
Reset
  • v0.18.0
  • 10-braille-canvas-copyto
  • 10-braille-line
  • 10-line-chart
  • 174-prevent-mutation
  • 20-braille-canvas
  • 205-deadlock
  • 243-button-improvements
  • 243-button-set-callback
  • 243-closed-focus-groups
  • 243-container_set_focus
  • 243-event-meta
  • 243-exclusive-keyboard
  • 243-form-demo
  • 243-formdemo
  • 243-key-based-focus
  • 243-skip-global-focus
  • 243-textinput_default_value
  • 243-textinput_exclusive_keyboard
  • 256-color-default
  • 256-colors
  • 268-debugging-panics
  • 281-resize_bug
  • 79-flaky-test
  • api-docs
  • awesome-go-badge
  • barchart
  • bufferlimit
  • bug-adaptive-and-custom
  • bug-zero-y-axis
  • bugfix-rune-count
  • button
  • changelog
  • constructor-error
  • container-resize
  • coveralls
  • custom-scale
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.1.0
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.2.0
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.2.1
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.1
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.2
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.3
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.5
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.8
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.9
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.4
  • dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.6.0
  • dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.10
  • dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.12
  • dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.13
  • devel
  • donut
  • donut-label
  • donut-label-spacing
  • dot-display
  • draw-line
  • draw-metadata
  • draw-vertical-text
  • dyc3-tcell-2.x-upgrade-color-fix
  • dynamic-layout
  • eds
  • fix-ci
  • gauge-test-coverage
  • go-modules
  • go1.10
  • golang-support
  • grid-builder
  • grid-fixed-splits
  • grid-options
  • highlight-at-least-two
  • hotfix-0.6.1
  • linechart-zoom
  • lint
  • lint_errors
  • master
  • mod_upgrade
  • mouse-fsm
  • padding-and-margin
  • release-0-10-0
  • release-0-11-0
  • release-0-12-1
  • release-0-13
  • release-0-14
  • release-0-15-0
  • release-0-16-0
  • release-0-16-1
  • release-0-6-0
  • release-0-8-0
  • release-0-9-0
  • release-0.2
  • release-0.3
  • release-0.4
  • release-0.5
  • release-v0.18.0
  • release_v0.17.0
  • runewidth
  • scroll-runes
  • sd-capacity
  • segment-display
  • sparkline
  • table
  • tcell-2-2-0
  • tcell-default
  • termdashdemo
  • termdashdemo-bugfix
  • test-coverage
  • text-input
  • text-widget/1/widget-options
  • text-widget/2/write-options
  • text-widget/3/line-scanner
  • text-widget/4/scroll-tracker
  • text-widget/5/widget
  • text-widget/6/wide-runes
  • thread-safe-widgets
  • triggered_redraw
  • unscaled-x
  • update_travis
  • v0.1
  • v0.10.0
  • v0.11.0
  • v0.13.0
  • v0.14.0
  • v0.15.0
  • v0.16.0
  • v0.16.1
  • v0.17.0
  • v0.2
  • v0.3
  • v0.4
  • v0.5
  • v0.6.0
  • v0.6.1
  • v0.8.0
  • v0.9.0
  • v0.9.1
  • value-capacity
  • variable-splits
  • vertical-labels
  • widgets-global-keys
  • write-atomic-reset
  • y-axis-anchor-option

08 Feb 2023 10:03PM UTC coverage: 91.178%. First build
2432

push

travis-ci-com

web-flow
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.

51 of 51 new or added lines in 5 files covered. (100.0%)

8341 of 9148 relevant lines covered (91.18%)

175.63 hits per line

Relevant lines Covered
Build:
Build:
9148 RELEVANT LINES 8341 COVERED LINES
175.63 HITS PER LINE
Source Files on v0.18.0
  • Tree
  • List 89
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2432 v0.18.0 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 han... push 08 Feb 2023 10:13PM UTC web-flow travis-ci-com
91.18
See All Builds (1862)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc