Jakub Sobon
e7f235a952
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.
v0.18.0
2023-02-08 17:03:09 -05:00
Jakub Sobon
244687324e
Fix gofmt error.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:48:15 -05:00
Jakub Sobon
fa5cbadc35
Fixing one misformatted doc comment.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:37:38 -05:00
Jakub Sobon
5a36b82b2e
Updating CHANGELOG.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:30:51 -05:00
Jakub Sobon
5261a1fd82
Merge branch 'devel' into release-v0.18.0
2023-02-08 16:28:31 -05:00
Jakub Sobon
a3cf098aab
Merge pull request #354 from mum4k/update_travis
...
Updating .travis.yml.
2023-02-08 16:27:24 -05:00
Jakub Sobon
bc92fea523
Include Golang v1.20.x explicitly.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:22:46 -05:00
Jakub Sobon
5e6de2ede6
Remove mod=mod from one more location.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:20:33 -05:00
Jakub Sobon
4627a7620f
Updating .travis.yml.
...
- reenable coverage.
- remove mod=mod.
- reenable gofmt.
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:17:15 -05:00
Jakub Sobon
66e7564bf6
Merge pull request #353 from mum4k/mod_update
...
Updating go.mod.
2023-02-08 16:15:04 -05:00
Jakub Sobon
0cf808465f
Updating go.mod.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 16:03:09 -05:00
Jakub Sobon
6ac65a228e
Merge pull request #344 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.4
...
Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.4
2023-02-08 15:59:09 -05:00
dependabot[bot]
6cf1c26327
Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.4
...
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell ) from 2.5.1 to 2.5.4.
- [Release notes](https://github.com/gdamore/tcell/releases )
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md )
- [Commits](https://github.com/gdamore/tcell/compare/v2.5.1...v2.5.4 )
---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 20:32:23 +00:00
Jakub Sobon
90333d018f
Merge pull request #352 from mum4k/golint
...
Fix GoLint issue.
2023-02-08 15:30:32 -05:00
Jakub Sobon
b00342e91c
Fix GoLint issue.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 15:29:10 -05:00
Jakub Sobon
906334caf2
Merge pull request #351 from mum4k/fix_textinput
...
Fix tests in editor_test.go.
2023-02-08 13:39:16 -05:00
Jakub Sobon
b1943d95cf
Fix tests in editor_test.go.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:38:38 -05:00
Jakub Sobon
efe737b6ac
Mark release v0.18.0 in the CHANGELOG.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:33:53 -05:00
Jakub Sobon
44628fd211
Merge branch 'devel' into release-v0.18.0
2023-02-08 13:32:43 -05:00
Jakub Sobon
188017287a
Merge pull request #347 from LQR471814/devel
...
Add OnChange handler to the TextInput widget
2023-02-08 13:27:33 -05:00
Jakub Sobon
d57ec120c0
Merge pull request #350 from mum4k/format_files
...
Format files with gofmt from Golang 1.20.
2023-02-08 13:26:25 -05:00
Jakub Sobon
155b42c608
Note Golang version updates.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:20:28 -05:00
Jakub Sobon
b01ab7c72a
Note formatting of Golang files.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:18:01 -05:00
Jakub Sobon
493ffcf1af
Merge branch 'devel' into format_files
2023-02-08 13:16:36 -05:00
Jakub Sobon
9b59a47cd4
Merge pull request #349 from mum4k/disable_older_golang
...
Temporarily disable older golang builds and gofmt step.
2023-02-08 13:16:07 -05:00
Jakub Sobon
94d07aea18
Format files with gofmt from Golang 1.20.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:15:27 -05:00
Jakub Sobon
a9e894f4c1
Temporarily disable older golang builds and gofmt step.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:08:25 -05:00
Jakub Sobon
52ebd80b87
Merge pull request #348 from mum4k/disable_line_cov
...
Temporarily disable line coverage.
2023-02-08 13:07:15 -05:00
Jakub Sobon
0f346f34d1
Modifying CHANGELOG and README.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:01:46 -05:00
Jakub Sobon
3affaaa53b
Temporarily disable line coverage.
...
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 12:46:58 -05:00
LQR471814
45f26a878d
address comments
2023-01-30 17:56:04 -08:00
LQR471814
e87b1cb791
capitalize text
2023-01-29 11:15:42 -08:00
LQR471814
f28390ba72
Fixed an issue with ReadAndClear, Add example to textinputdemo.go, Add tests
2023-01-29 11:13:48 -08:00
LQR471814
2cbce1c330
Add OnChange event handler to TextInput widget
2023-01-29 10:24:32 -08:00
Jakub Sobon
0aac8f46e0
Merge pull request #342 from lovromazgon/gauge-threshold
...
Gauge threshold
2023-01-08 15:06:26 -05:00
Lovro Mažgon
bc37cb70a7
more gauge threshold tests
2022-12-30 13:18:28 +01:00
Lovro Mažgon
9beb36080d
return error if gauge threshold is negative
2022-12-30 13:05:38 +01:00
Lovro Mažgon
6e46b73927
refactor drawing of gauge threshold
2022-12-30 13:01:07 +01:00
Lovro Mažgon
1aba280365
add gauge threshold
2022-12-08 14:49:38 +01:00
Jakub Sobon
9954a0543e
Merge pull request #331 from mum4k/release_v0.17.0
...
Release Termdash v0.17.0.
v0.17.0
2022-07-07 23:21:10 -04:00
Jakub Sobon
07a736f643
Modify CHANGELOG for release v0.17.0.
2022-07-07 14:58:03 -04:00
Jakub Sobon
e02ad31755
Merge pull request #330 from mum4k/changelog
...
Update dependencies and fix CI.
2022-07-07 14:55:56 -04:00
Jakub Sobon
f0f01d71fe
Attempt go install instead go get.
2022-07-07 14:37:04 -04:00
Jakub Sobon
4a87d5279a
Add a missing license.
2022-07-07 13:46:45 -04:00
Jakub Sobon
f3c638c8e9
Executed go mod tidy
.
2022-07-07 13:41:12 -04:00
Jakub Sobon
cf2f350dff
Updating CHANGELOG.
2022-07-07 13:36:44 -04:00
Jakub Sobon
1bfe588811
Updating dependencies.
2022-07-07 13:36:32 -04:00
Jakub Sobon
231073378f
Fixing invalid path to autogen_licenses script.
2022-07-07 13:35:59 -04:00
Jakub Sobon
6aaa8f312d
Merge pull request #324 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.1
...
Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1
2022-07-07 13:23:48 -04:00
Jakub Sobon
7e8c26a94e
Merge pull request #329 from icy-comet/devel
...
add tcell's dim text style
2022-07-07 13:23:29 -04:00