mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #298] [MERGED] Release v0.15.0. #314
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#314
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/298
Author: @mum4k
Created: 3/6/2021
Status: ✅ Merged
Merged: 3/6/2021
Merged by: @mum4k
Base:
master← Head:release-0-15-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 (+254 additions, -29 deletions)
View changed files
📝
.travis.yml(+5 -2)📝
CHANGELOG.md(+16 -1)📝
container/container_test.go(+148 -0)📝
container/draw.go(+12 -2)📝
container/draw_test.go(+38 -0)📝
container/options.go(+23 -0)📝
go.mod(+2 -3)📝
go.sum(+10 -21)📄 Description
Changed
go mod tidy.Added
setting of separate colors for border and title on a container.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.