mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #75] [MERGED] Release 0.4 #187
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:release-0.4📝 Commits (10+)
2071fd1Support for 256 colors.ef6670eMerge pull request #68 from mum4k/256-colorsd39112bAdding go 1.11.x as test target and dropping 1.8.x.964d676Allowing container.Option to report an error.9a7e7b5Support variable size container splits.123cf8aMerge pull request #70 from mum4k/variable-splitsc18a940Adding a demo of a more complete dashboard.4acca65Updating documentation.12e2872Updating documentation.9c4528bMerge 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.