mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #302] [MERGED] Release Termdash v0.16.0. #318
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#318
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/302
Author: @mum4k
Created: 4/3/2021
Status: ✅ Merged
Merged: 4/3/2021
Merged by: @mum4k
Base:
master← Head:release-0-16-0📝 Commits (10+)
d8a476eBump github.com/gdamore/tcell/v2 from 2.0.0 to 2.1.024ed30fMerge pull request #289 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.1.0f4b0d03Update CHANGELOG.md22ae449Support setting of different colors for container's border and title.f8470e7Fix formatting issues.a645df6Update CHANGELOG.md and rephrease test description.386afb9Merge pull request #290 from chipmunkie/73-title-colorab06c91Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.1031027efMerge pull request #291 from mum4k/dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.105b49d89Update CHANGELOG.md📊 Changes
8 files changed (+419 additions, -10 deletions)
View changed files
📝
CHANGELOG.md(+13 -1)📝
go.mod(+1 -1)📝
go.sum(+3 -1)📝
private/runewidth/runewidth.go(+47 -3)📝
private/runewidth/runewidth_test.go(+22 -3)📝
widgets/text/options.go(+25 -0)📝
widgets/text/text.go(+48 -1)📝
widgets/text/text_test.go(+260 -0)📄 Description
v0.16.0 - 03-Apr-2021
Added
Textwidget has a new optionMaxTextCellswhich can be used to limitthe maximum number of cells the widget keeps in memory.
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.