mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #232] [MERGED] Release v0.12.0 #271
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#271
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/232
Author: @mum4k
Created: 4/10/2020
Status: ✅ Merged
Merged: 4/10/2020
Merged by: @mum4k
Base:
master← Head:release-0-12-0📝 Commits (9)
fe815c6Document that devel branch is used for development.951f3e7Migrating to Go modules.f1feb49Merge pull request #229 from mum4k/go-modules254ca7dRenamed 'internal' directory to 'private'.06eb762Modifying imports 'internal' -> 'private'.69063e8CHANGELOG entry for rename of 'internal'.ddd5821Merge pull request #231 from mum4k/rename-internal601134eRelease v0.12.0.d7aef31Fixing link in CHANGELOG.📊 Changes
127 files changed (+339 additions, -289 deletions)
View changed files
📝
CHANGELOG.md(+12 -1)📝
CONTRIBUTING.md(+10 -0)📝
README.md(+1 -1)📝
container/container.go(+3 -3)📝
container/container_test.go(+7 -7)📝
container/draw.go(+3 -3)📝
container/draw_test.go(+5 -5)📝
container/focus.go(+1 -1)📝
container/focus_test.go(+3 -3)📝
container/grid/grid_test.go(+6 -6)📝
container/options.go(+1 -1)📝
container/traversal_test.go(+1 -1)➕
go.mod(+10 -0)➕
go.sum(+19 -0)📝
private/README.md(+0 -0)📝
private/alignfor/alignfor.go(+2 -2)📝
private/alignfor/alignfor_test.go(+0 -0)📝
private/area/area.go(+1 -1)📝
private/area/area_test.go(+0 -0)📝
private/attrrange/attrrange.go(+0 -0)...and 80 more files
📄 Description
internaltoprivateso that external widget developmentis possible. Noted in README.md that packages in the
privatedirectory don't have any API stability guarantee.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.