[PR #370] [MERGED] Releasing Termdash v0.19.0. #364

Closed
opened 2026-03-03 16:24:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/370
Author: @mum4k
Created: 1/29/2024
Status: Merged
Merged: 1/29/2024
Merged by: @mum4k

Base: masterHead: release_v0_19_0


📝 Commits (9)

  • 120b021 Implement backtab for tcell widgets
  • c3a6ea8 Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0
  • 1642827 Merge pull request #366 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.7.0
  • 2e0828f Remove accidental binary include
  • 90a119e Merge branch 'devel' of ssh://github.com/mum4k/termdash into devel
  • 34ed1a7 Switch Go version to v1.21.
  • 3687adb Merge pull request #369 from mum4k/go_version
  • b45b65f Merge pull request #362 from spacez320/360-panic-when-attempting-to-use-backtab
  • a435b03 Releasing Termdash v0.19.0.

📊 Changes

10 files changed (+53 additions, -23 deletions)

View changed files

📝 .github/workflows/go.yml (+1 -1)
📝 CHANGELOG.md (+17 -1)
📝 container/container_test.go (+3 -3)
📝 container/focus_test.go (+1 -1)
📝 go.mod (+7 -7)
📝 go.sum (+19 -10)
📝 keyboard/keyboard.go (+2 -0)
📝 terminal/tcell/event.go (+1 -0)
📝 terminal/tcell/event_test.go (+1 -0)
📝 widgets/textinput/formdemo/formdemo.go (+1 -0)

📄 Description

Added

  • Support for "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell
    widgets.

Changed

  • Migrated CI from Travis to Github Actions.
  • Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0.
  • Change the Go version in go.mod to 1.21.
  • Executed go mod tidy.
  • CI now executes tests with Golang v1.20 and v1.21.

🔄 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/370 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 1/29/2024 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `release_v0_19_0` --- ### 📝 Commits (9) - [`120b021`](https://github.com/mum4k/termdash/commit/120b02117f5a6094c3688ea86b62fa894b95773e) Implement backtab for tcell widgets - [`c3a6ea8`](https://github.com/mum4k/termdash/commit/c3a6ea841ffad8a2b80a8439e2b015c19d7504e8) Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0 - [`1642827`](https://github.com/mum4k/termdash/commit/16428274d76457de13b5e96ff44f0aab1a5179a8) Merge pull request #366 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.7.0 - [`2e0828f`](https://github.com/mum4k/termdash/commit/2e0828fdef8f287f08d473fde587579bcefce986) Remove accidental binary include - [`90a119e`](https://github.com/mum4k/termdash/commit/90a119eab53c7c353a570d2295d01b4c3e8e7fb3) Merge branch 'devel' of ssh://github.com/mum4k/termdash into devel - [`34ed1a7`](https://github.com/mum4k/termdash/commit/34ed1a7d7d1a605dbf79a6b903cf995a10df64fe) Switch Go version to v1.21. - [`3687adb`](https://github.com/mum4k/termdash/commit/3687adb48d5ab5be4b8944871d8fcb58cecd1ea1) Merge pull request #369 from mum4k/go_version - [`b45b65f`](https://github.com/mum4k/termdash/commit/b45b65fc1dfe29daf5b0f2c2fb9ea1807a8a3212) Merge pull request #362 from spacez320/360-panic-when-attempting-to-use-backtab - [`a435b03`](https://github.com/mum4k/termdash/commit/a435b03fce781dd0663a0640be514c7609c98cfa) Releasing Termdash v0.19.0. ### 📊 Changes **10 files changed** (+53 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/go.yml` (+1 -1) 📝 `CHANGELOG.md` (+17 -1) 📝 `container/container_test.go` (+3 -3) 📝 `container/focus_test.go` (+1 -1) 📝 `go.mod` (+7 -7) 📝 `go.sum` (+19 -10) 📝 `keyboard/keyboard.go` (+2 -0) 📝 `terminal/tcell/event.go` (+1 -0) 📝 `terminal/tcell/event_test.go` (+1 -0) 📝 `widgets/textinput/formdemo/formdemo.go` (+1 -0) </details> ### 📄 Description ## Added - Support for "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell widgets. ## Changed - Migrated CI from Travis to Github Actions. - Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0. - Change the Go version in `go.mod` to 1.21. - Executed `go mod tidy`. - CI now executes tests with Golang v1.20 and v1.21. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:24:05 +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#364
No description provided.