[PR #236] [MERGED] Release v0.12.1 #274

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/236
Author: @mum4k
Created: 6/20/2020
Status: Merged
Merged: 6/20/2020
Merged by: @mum4k

Base: masterHead: release-0-12-1


📝 Commits (8)

  • 4beaac9 Stub out tcell.NewScreen so tests can pass headless.
  • 0f0fa8a Triggering a CI build.
  • ccaec8f Updating CHANGELOG.
  • 448d494 Merge pull request #235 from mum4k/234-tcell_test
  • 6284e48 Updating CHANGELOG for release 0.12.1.
  • e61e925 Fixing coverage script.
  • 7faa010 Merge branch 'master' into release-0-12-1
  • f0eac87 Switching coveralls to Github app.

📊 Changes

5 files changed (+22 additions, -12 deletions)

View changed files

📝 .travis.yml (+1 -3)
📝 CHANGELOG.md (+10 -1)
private/scripts/coverage.sh (+0 -6)
📝 terminal/tcell/tcell.go (+6 -2)
📝 terminal/tcell/tcell_test.go (+5 -0)

📄 Description

[0.12.1] - 20-Jun-2020

Fixed

  • the tcell unit test can now pass in headless mode (when TERM="") which
    happens under bazel.
  • fixed path to the coverage script after the rename if directory "internal" to
    "private".

🔄 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/236 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 6/20/2020 **Status:** ✅ Merged **Merged:** 6/20/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `release-0-12-1` --- ### 📝 Commits (8) - [`4beaac9`](https://github.com/mum4k/termdash/commit/4beaac9ccaae5ee4675baf64d1382efd39838601) Stub out tcell.NewScreen so tests can pass headless. - [`0f0fa8a`](https://github.com/mum4k/termdash/commit/0f0fa8ae08e2165d4aa16bb4d787eb93ea24630a) Triggering a CI build. - [`ccaec8f`](https://github.com/mum4k/termdash/commit/ccaec8f9af79176d8a34cfbba41e98dd11e1416a) Updating CHANGELOG. - [`448d494`](https://github.com/mum4k/termdash/commit/448d494391a603f83d6e5d07e16408c1ea958b3d) Merge pull request #235 from mum4k/234-tcell_test - [`6284e48`](https://github.com/mum4k/termdash/commit/6284e4821d8333fe36f90aa3066ea4b82e02cf27) Updating CHANGELOG for release 0.12.1. - [`e61e925`](https://github.com/mum4k/termdash/commit/e61e9253892b920887efdf9e23d295db3c777e50) Fixing coverage script. - [`7faa010`](https://github.com/mum4k/termdash/commit/7faa010fb361059dfeb31664f6efa54025ea298c) Merge branch 'master' into release-0-12-1 - [`f0eac87`](https://github.com/mum4k/termdash/commit/f0eac874cc1a62b819ad30e5f09c3285f1f823c1) Switching coveralls to Github app. ### 📊 Changes **5 files changed** (+22 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -3) 📝 `CHANGELOG.md` (+10 -1) ➖ `private/scripts/coverage.sh` (+0 -6) 📝 `terminal/tcell/tcell.go` (+6 -2) 📝 `terminal/tcell/tcell_test.go` (+5 -0) </details> ### 📄 Description ## [0.12.1] - 20-Jun-2020 ### Fixed - the `tcell` unit test can now pass in headless mode (when TERM="") which happens under bazel. - fixed path to the coverage script after the rename if directory "internal" to "private". --- <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:39 +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#274
No description provided.