[PR #331] [MERGED] Release Termdash v0.17.0. #336

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/331
Author: @mum4k
Created: 7/7/2022
Status: Merged
Merged: 7/8/2022
Merged by: @mum4k

Base: masterHead: release_v0.17.0


📝 Commits (10+)

  • 047a3f8 Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1
  • bb460d2 add tcell's dim text style
  • 7e8c26a Merge pull request #329 from icy-comet/devel
  • 6aaa8f3 Merge pull request #324 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.1
  • 2310733 Fixing invalid path to autogen_licenses script.
  • 1bfe588 Updating dependencies.
  • cf2f350 Updating CHANGELOG.
  • f3c638c Executed go mod tidy.
  • 4a87d52 Add a missing license.
  • f0f01d7 Attempt go install instead go get.

📊 Changes

11 files changed (+87 additions, -23 deletions)

View changed files

📝 .travis.yml (+4 -4)
📝 CHANGELOG.md (+19 -1)
📝 cell/cell.go (+8 -0)
📝 cell/cell_test.go (+2 -0)
📝 go.mod (+12 -4)
📝 go.sum (+15 -13)
📝 private/faketerm/diff_test.go (+14 -0)
📝 terminal/tcell/cell_options.go (+2 -1)
📝 terminal/tcell/cell_options_test.go (+5 -0)
📝 terminal/termbox/cell_options.go (+5 -0)
📝 terminal/termbox/cell_options_test.go (+1 -0)

📄 Description

v0.17.0 - 07-Jul-2022

Added

  • Added support for tcell's Dim text style.

Changed

  • Bump github.com/gdamore/tcell from 2.4.0 to 2.5.1.
  • Bump github.com/nsf/termbox-go to v1.1.1.
  • Change the Go version in go.mod to 1.17.
  • Executed go mod tidy.

Fixed

  • Fixed invalid path to the autogen_licences.sh script in .travis.ci.

🔄 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/331 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 7/7/2022 **Status:** ✅ Merged **Merged:** 7/8/2022 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `release_v0.17.0` --- ### 📝 Commits (10+) - [`047a3f8`](https://github.com/mum4k/termdash/commit/047a3f8edd2d96904bf7a574fb8bef9d082a2d2f) Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1 - [`bb460d2`](https://github.com/mum4k/termdash/commit/bb460d221d289faa03ec52fe73c04e1aa48d98e9) add tcell's dim text style - [`7e8c26a`](https://github.com/mum4k/termdash/commit/7e8c26a94e96ae6e7547f9640a3e0b39d8906937) Merge pull request #329 from icy-comet/devel - [`6aaa8f3`](https://github.com/mum4k/termdash/commit/6aaa8f312dc10a0995bc24b0e55a3c0739f26587) Merge pull request #324 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.1 - [`2310733`](https://github.com/mum4k/termdash/commit/231073378f36ab2de5aa664bd23e18924fb20389) Fixing invalid path to autogen_licenses script. - [`1bfe588`](https://github.com/mum4k/termdash/commit/1bfe58881100d20d8bc1ff1e4b4072189ca0acea) Updating dependencies. - [`cf2f350`](https://github.com/mum4k/termdash/commit/cf2f350dffb82d1f338aef42cec4d04b4963efdf) Updating CHANGELOG. - [`f3c638c`](https://github.com/mum4k/termdash/commit/f3c638c8e9614ba3986ad0865c57d1a5e29af246) Executed `go mod tidy`. - [`4a87d52`](https://github.com/mum4k/termdash/commit/4a87d5279a64c8e08c08d36b2b7d8997274bd8cc) Add a missing license. - [`f0f01d7`](https://github.com/mum4k/termdash/commit/f0f01d71fec842ad6324c5f8e0ae77e5e64e6785) Attempt go install instead go get. ### 📊 Changes **11 files changed** (+87 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+4 -4) 📝 `CHANGELOG.md` (+19 -1) 📝 `cell/cell.go` (+8 -0) 📝 `cell/cell_test.go` (+2 -0) 📝 `go.mod` (+12 -4) 📝 `go.sum` (+15 -13) 📝 `private/faketerm/diff_test.go` (+14 -0) 📝 `terminal/tcell/cell_options.go` (+2 -1) 📝 `terminal/tcell/cell_options_test.go` (+5 -0) 📝 `terminal/termbox/cell_options.go` (+5 -0) 📝 `terminal/termbox/cell_options_test.go` (+1 -0) </details> ### 📄 Description ## v0.17.0 - 07-Jul-2022 ### Added - Added support for `tcell`'s `Dim` text style. ### Changed - Bump github.com/gdamore/tcell from 2.4.0 to 2.5.1. - Bump github.com/nsf/termbox-go to v1.1.1. - Change the Go version in `go.mod` to 1.17. - Executed `go mod tidy`. ### Fixed - Fixed invalid path to the `autogen_licences.sh` script in `.travis.ci`. --- <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:57 +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#336
No description provided.