[PR #316] [CLOSED] Release Termdash v0.17.0. #330

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/316
Author: @mum4k
Created: 1/14/2022
Status: Closed

Base: masterHead: release-0-17-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 (+427 additions, -14 deletions)

View changed files

📝 CHANGELOG.md (+16 -1)
📝 go.mod (+2 -2)
📝 go.sum (+7 -4)
📝 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

No description provided


🔄 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/316 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 1/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `release-0-17-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** (+427 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -1) 📝 `go.mod` (+2 -2) 📝 `go.sum` (+7 -4) 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:55 +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#330
No description provided.