mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #355] [MERGED] Release Termdash v0.18.0. #352
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/355
Author: @mum4k
Created: 2/8/2023
Status: ✅ Merged
Merged: 2/8/2023
Merged by: @mum4k
Base:
master← Head:release-v0.18.0📝 Commits (10+)
1aba280add gauge threshold6e46b73refactor drawing of gauge threshold9beb360return error if gauge threshold is negativebc37cb7more gauge threshold tests0aac8f4Merge pull request #342 from lovromazgon/gauge-threshold2cbce1cAdd OnChange event handler to TextInput widgetf28390bFixed an issue with ReadAndClear, Add example to textinputdemo.go, Add testse87b1cbcapitalize text45f26a8address comments3affaaaTemporarily disable line coverage.📊 Changes
25 files changed (+737 additions, -342 deletions)
View changed files
📝
.travis.yml(+15 -19)📝
CHANGELOG.md(+28 -0)📝
README.md(+0 -1)📝
container/grid/grid.go(+23 -12)📝
go.mod(+5 -5)📝
go.sum(+25 -9)📝
private/canvas/braille/braille.go(+7 -7)📝
private/draw/vertical_text.go(+6 -5)📝
private/numbers/trig/trig.go(+10 -7)📝
private/segdisp/dotseg/dotseg.go(+13 -13)📝
private/segdisp/segment/segment.go(+9 -8)📝
private/segdisp/sixteen/sixteen.go(+15 -15)📝
termdashdemo/termdashdemo.go(+8 -4)📝
widgets/gauge/gauge.go(+38 -5)📝
widgets/gauge/gauge_test.go(+153 -2)📝
widgets/gauge/gaugedemo/gaugedemo.go(+2 -0)📝
widgets/gauge/options.go(+21 -0)📝
widgets/linechart/internal/axes/scale.go(+4 -3)📝
widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go(+4 -2)📝
widgets/text/text.go(+3 -1)...and 5 more files
📄 Description
v0.18.0 - 08-Feb-2023
Added
gaugewidget now supports drawing of a vertical threshold bar.TextInputwidget now supports an OnChange handler that allows user codeto be notified when the content of the text input changes.
Changed
go.modto 1.20.go mod tidy.Removed
Sourcegraphbadge from the main page.Fixed
gofmtfrom Golang v1.20.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.