mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #153] [MERGED] Release v0.7.1 #224
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#224
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/153
Author: @mum4k
Created: 2/24/2019
Status: ✅ Merged
Merged: 2/24/2019
Merged by: @mum4k
Base:
master← Head:release-0-7-1📝 Commits (10+)
bf38f10Moving terminal back to public.8df9e33Moving faketerm to internal.6a7f3ffFixing lint issue in button.97ec730Moving align, cell and terminalapi back from internal.bf61ca1Moving draw out of internal.b74f465Moving runewidth, segdisp and testdraw to internal.ff614b8Factoring linestyle into its own package.e4726e4Changing all call sites to linestyle.98394c9Moving draw back to internal.ba42561Updating CHANGELOG.📊 Changes
123 files changed (+705 additions, -581 deletions)
View changed files
📝
CHANGELOG.md(+19 -1)📝
align/align.go(+1 -1)📝
align/align_test.go(+0 -0)📝
cell/cell.go(+1 -1)📝
cell/cell_test.go(+0 -0)📝
cell/color.go(+0 -0)📝
cell/color_test.go(+0 -0)📝
container/container.go(+4 -4)📝
container/container_test.go(+55 -49)📝
container/draw.go(+1 -1)📝
container/draw_test.go(+22 -21)📝
container/focus.go(+3 -3)📝
container/focus_test.go(+7 -7)📝
container/options.go(+5 -5)📝
container/traversal_test.go(+2 -2)📝
internal/attrrange/attrrange_test.go(+1 -1)📝
internal/button/button.go(+2 -2)📝
internal/button/button_test.go(+2 -2)📝
internal/canvas/braille/braille.go(+2 -2)📝
internal/canvas/braille/braille_test.go(+2 -2)...and 80 more files
📄 Description
Fixed
This release makes them available again.
Breaking API changes
The draw.LineStyle enum was refactored into its own package
linestyle.LineStyle. Users will have to replace:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.