Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Termdash v0.16.0. #302

Merged
merged 21 commits into from
Apr 3, 2021
Merged

Release Termdash v0.16.0. #302

merged 21 commits into from
Apr 3, 2021

Conversation

mum4k
Copy link
Owner

@mum4k mum4k commented Apr 3, 2021

v0.16.0 - 03-Apr-2021

Added

  • The Text widget has a new option MaxTextCells which can be used to limit
    the maximum number of cells the widget keeps in memory.

Changed

  • Bump github.com/mattn/go-runewidth from 0.0.10 to 0.0.12.

dependabot bot and others added 19 commits December 30, 2020 07:55
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/master/CHANGESv2.adoc)
- [Commits](gdamore/tcell@v2.0.0...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
….com/gdamore/tcell/v2-2.1.0

Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.1.0
Add support for setting of different colors for container's border and title
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/mattn/go-runewidth/releases)
- [Commits](mattn/go-runewidth@v0.0.9...v0.0.10)

Signed-off-by: dependabot[bot] <support@github.com>
….com/mattn/go-runewidth-0.0.10

Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10
* Allow CI to modify go.mod and go.sum for missing hashes.
* Updating CHANGELOG.
* Bump github.com/gdamore/tcell/v2 from 2.1.0 to 2.2.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
And running `go mod tidy`.
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.10 to 0.0.12.
- [Release notes](https://github.com/mattn/go-runewidth/releases)
- [Commits](mattn/go-runewidth@v0.0.10...v0.0.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
See issue #293 where memory and performance can degrade with a high number of lines written to the Text widget. 

This is a very simplistic implementation to limit the possible length the text buffer can grow to with the `maxContent` option. 

Default value of -1 means there's no limit and therefore behaviour should remain standard.

It has been working in our test app and allows the use of the Text widget to monitor logs (ie tail) and therefore doesn't bloat over time, but happy to adjust as required.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2246

  • 60 of 62 (96.77%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 91.313%

Changes Missing Coverage Covered Lines Changed/Added Lines %
widgets/text/options.go 6 8 75.0%
Totals Coverage Status
Change from base Build 2198: 0.03%
Covered Lines: 8441
Relevant Lines: 9244

💛 - Coveralls

@coveralls
Copy link

coveralls commented Apr 3, 2021

Pull Request Test Coverage Report for Build 2249

  • 62 of 62 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 91.335%

Totals Coverage Status
Change from base Build 2198: 0.05%
Covered Lines: 8443
Relevant Lines: 9244

💛 - Coveralls

@mum4k mum4k merged commit 9ed3713 into master Apr 3, 2021
@mum4k mum4k deleted the release-0-16-0 branch April 3, 2021 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants