[PR #298] [MERGED] Release v0.15.0. #314

Closed
opened 2026-03-03 16:23:50 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: release-0-15-0


📝 Commits (10+)

  • d8a476e Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.1.0
  • 24ed30f Merge pull request #289 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.1.0
  • f4b0d03 Update CHANGELOG.md
  • 22ae449 Support setting of different colors for container's border and title.
  • f8470e7 Fix formatting issues.
  • a645df6 Update CHANGELOG.md and rephrease test description.
  • 386afb9 Merge pull request #290 from chipmunkie/73-title-color
  • ab06c91 Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10
  • 31027ef Merge pull request #291 from mum4k/dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.10
  • 5b49d89 Update 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

  • Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.2.0.
  • Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10.
  • Allowing CI to modify go.mod and go.sum when necessary.
  • Executed go mod tidy.

Added

  • TitleColor and TitleFocusedColor options for border title which enables the
    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.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/298 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 3/6/2021 **Status:** ✅ Merged **Merged:** 3/6/2021 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `release-0-15-0` --- ### 📝 Commits (10+) - [`d8a476e`](https://github.com/mum4k/termdash/commit/d8a476ec57b23be95a1c4aa6f3f248f46083855f) Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.1.0 - [`24ed30f`](https://github.com/mum4k/termdash/commit/24ed30f1d97c3344f308312d62e19d200afa26a4) Merge pull request #289 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.1.0 - [`f4b0d03`](https://github.com/mum4k/termdash/commit/f4b0d03624e4b590a6bfe22b60b3600c3e0dc2f3) Update CHANGELOG.md - [`22ae449`](https://github.com/mum4k/termdash/commit/22ae449020bddd164e15d0669b2356249f894cfa) Support setting of different colors for container's border and title. - [`f8470e7`](https://github.com/mum4k/termdash/commit/f8470e7dfee48adf541ee68ee1f44979c0010c31) Fix formatting issues. - [`a645df6`](https://github.com/mum4k/termdash/commit/a645df600ac35ce2e30e08140de8ed8f562deac4) Update CHANGELOG.md and rephrease test description. - [`386afb9`](https://github.com/mum4k/termdash/commit/386afb91b5deb23f939f7a7a794987d1c0b27345) Merge pull request #290 from chipmunkie/73-title-color - [`ab06c91`](https://github.com/mum4k/termdash/commit/ab06c916979453966e104719668b166caa6d05f1) Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10 - [`31027ef`](https://github.com/mum4k/termdash/commit/31027efda42885464b6fb9a41dbc0ad8d7a9b221) Merge pull request #291 from mum4k/dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.10 - [`5b49d89`](https://github.com/mum4k/termdash/commit/5b49d8958a08d6f4cd8fc25391765611b1a0f634) Update CHANGELOG.md ### 📊 Changes **8 files changed** (+254 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description ### Changed - Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.2.0. - Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10. - Allowing CI to modify go.mod and go.sum when necessary. - Executed `go mod tidy`. ### Added - TitleColor and TitleFocusedColor options for border title which enables the setting of separate colors for border and title on a container. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#314
No description provided.