[PR #75] [MERGED] Release 0.4 #187

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/75
Author: @mum4k
Created: 1/16/2019
Status: Merged
Merged: 1/16/2019
Merged by: @mum4k

Base: masterHead: release-0.4


📝 Commits (10+)

  • 2071fd1 Support for 256 colors.
  • ef6670e Merge pull request #68 from mum4k/256-colors
  • d39112b Adding go 1.11.x as test target and dropping 1.8.x.
  • 964d676 Allowing container.Option to report an error.
  • 9a7e7b5 Support variable size container splits.
  • 123cf8a Merge pull request #70 from mum4k/variable-splits
  • c18a940 Adding a demo of a more complete dashboard.
  • 4acca65 Updating documentation.
  • 12e2872 Updating documentation.
  • 9c4528b Merge pull request #74 from mum4k/termdashdemo

📊 Changes

28 files changed (+1390 additions, -285 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 README.md (+77 -50)
📝 area/area.go (+36 -18)
📝 area/area_test.go (+121 -48)
📝 cell/color.go (+53 -1)
cell/color_test.go (+203 -0)
📝 container/container.go (+20 -12)
📝 container/container_test.go (+191 -34)
📝 container/draw.go (+4 -1)
📝 container/draw_test.go (+30 -24)
📝 container/focus_test.go (+13 -7)
📝 container/options.go (+112 -27)
📝 container/traversal_test.go (+8 -2)
doc/design_goals.md (+14 -0)
doc/requirements.md (+9 -0)
images/termdashdemo.gif (+0 -0)
📝 termdash_test.go (+17 -4)
termdashdemo/termdashdemo.go (+385 -0)
📝 terminal/termbox/cell_options.go (+4 -27)
terminal/termbox/cell_options_test.go (+50 -0)

...and 8 more files

📄 Description

  • 256 color support
  • variable size container splits
  • a more complete demo of the functionality
  • updated documentation and README

🔄 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/75 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 1/16/2019 **Status:** ✅ Merged **Merged:** 1/16/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `release-0.4` --- ### 📝 Commits (10+) - [`2071fd1`](https://github.com/mum4k/termdash/commit/2071fd15bbae8dc7abc8d6a7d7b6e8dee3e3311f) Support for 256 colors. - [`ef6670e`](https://github.com/mum4k/termdash/commit/ef6670eda30c20d77305022cd36cd647582a7d54) Merge pull request #68 from mum4k/256-colors - [`d39112b`](https://github.com/mum4k/termdash/commit/d39112bbad6f23e337c45ae26f34e6801cc7f898) Adding go 1.11.x as test target and dropping 1.8.x. - [`964d676`](https://github.com/mum4k/termdash/commit/964d676e311e7ee5598ba10703dd94db332f5acc) Allowing container.Option to report an error. - [`9a7e7b5`](https://github.com/mum4k/termdash/commit/9a7e7b5af81124d1d3d0f7484a394f8d45faaf8b) Support variable size container splits. - [`123cf8a`](https://github.com/mum4k/termdash/commit/123cf8afc759c5a41b3319973c2b6965120fab1a) Merge pull request #70 from mum4k/variable-splits - [`c18a940`](https://github.com/mum4k/termdash/commit/c18a940df41c26c7b0fb59b9b50fb0a26f6a39e4) Adding a demo of a more complete dashboard. - [`4acca65`](https://github.com/mum4k/termdash/commit/4acca65bee721499ea185d10d1c61a20fc67a583) Updating documentation. - [`12e2872`](https://github.com/mum4k/termdash/commit/12e28728ee30810773b36de0471d6478b2dc0a85) Updating documentation. - [`9c4528b`](https://github.com/mum4k/termdash/commit/9c4528b0df00cb9ceb5ac23a34e2a21c9efe87fa) Merge pull request #74 from mum4k/termdashdemo ### 📊 Changes **28 files changed** (+1390 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `README.md` (+77 -50) 📝 `area/area.go` (+36 -18) 📝 `area/area_test.go` (+121 -48) 📝 `cell/color.go` (+53 -1) ➕ `cell/color_test.go` (+203 -0) 📝 `container/container.go` (+20 -12) 📝 `container/container_test.go` (+191 -34) 📝 `container/draw.go` (+4 -1) 📝 `container/draw_test.go` (+30 -24) 📝 `container/focus_test.go` (+13 -7) 📝 `container/options.go` (+112 -27) 📝 `container/traversal_test.go` (+8 -2) ➕ `doc/design_goals.md` (+14 -0) ➕ `doc/requirements.md` (+9 -0) ➕ `images/termdashdemo.gif` (+0 -0) 📝 `termdash_test.go` (+17 -4) ➕ `termdashdemo/termdashdemo.go` (+385 -0) 📝 `terminal/termbox/cell_options.go` (+4 -27) ➕ `terminal/termbox/cell_options_test.go` (+50 -0) _...and 8 more files_ </details> ### 📄 Description - 256 color support - variable size container splits - a more complete demo of the functionality - updated documentation and README --- <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:12 +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#187
No description provided.