mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #266] [MERGED] Releasing Termdash v0.13. #288
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#288
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/266
Author: @mum4k
Created: 11/18/2020
Status: ✅ Merged
Merged: 11/18/2020
Merged by: @mum4k
Base:
master← Head:release-0-13📝 Commits (10+)
8a316e6added the ability to swap the scrolling runesc3220f0added the ability to change the scrolling runes50310f4add font modifier cell options: bold, italic, underline.0b92ce9Adding coveralls back to travis-ci.d0b26faAdding env and switching to travis-pro.38da7d1Updating CHANGELOG.f501a14have the termbox backend return an error when attempting to use italics or strikethrough7229bd7Merge pull request #252 from mum4k/coverallsee4873fMerge pull request #248 from d-ank/masterb2c1820Formatting files and adding test coverage.📊 Changes
34 files changed (+783 additions, -211 deletions)
View changed files
📝
.travis.yml(+4 -0)📝
CHANGELOG.md(+31 -2)📝
cell/cell.go(+50 -2)📝
cell/cell_test.go(+20 -0)📝
cell/color.go(+21 -4)📝
container/grid/grid_test.go(+9 -9)📝
go.mod(+4 -2)📝
go.sum(+14 -0)➕
private/faketerm/diff_test.go(+69 -0)📝
termdash_test.go(+3 -3)📝
termdashdemo/termdashdemo.go(+34 -12)📝
terminal/tcell/cell_options.go(+31 -18)📝
terminal/tcell/cell_options_test.go(+292 -109)📝
terminal/tcell/event.go(+1 -3)📝
terminal/tcell/event_test.go(+1 -1)📝
terminal/tcell/tcell.go(+2 -2)📝
terminal/tcell/tcell_test.go(+1 -1)📝
terminal/termbox/cell_options.go(+42 -3)📝
terminal/termbox/cell_options_test.go(+31 -0)📝
terminal/termbox/termbox.go(+14 -2)...and 14 more files
📄 Description
[0.13.0] - 17-Nov-2020
Added
Textwidget now allows user to specify custom scroll marker runes.Changed
underline, strike through).
tcelldependency was upgraded to v2.0.0.Xterm and
tcell. Defined two non-standard colorsColorMagentaandColorCyanto make this change backward compatible for users that usetermbox-go.tcellterminal implementation the default in examples, demos anddocumentation.
Fixed
termdashdemoappeared to bejumping.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.