1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

941 Commits

Author SHA1 Message Date
Jakub Sobon
ee4873f748
Merge pull request #248 from d-ank/master
Ability to swap scrolling runes
2020-11-13 02:23:46 -05:00
Jakub Sobon
7229bd72ce
Merge pull request #252 from mum4k/coveralls
Reintegrating coveralls.
2020-11-13 02:17:14 -05:00
“Carson
f501a14afa have the termbox backend return an error when attempting to use italics or strikethrough 2020-11-13 02:15:57 -05:00
Jakub Sobon
38da7d1cf5
Updating CHANGELOG. 2020-11-13 02:12:48 -05:00
Jakub Sobon
d0b26fa25f
Adding env and switching to travis-pro. 2020-11-13 02:07:17 -05:00
Jakub Sobon
0b92ce9aa1
Adding coveralls back to travis-ci. 2020-11-13 01:53:58 -05:00
“Carson
50310f4d29 add font modifier cell options: bold, italic, underline. 2020-11-12 15:54:58 -05:00
dank
c3220f04f1
added the ability to change the scrolling runes 2020-10-13 00:42:25 -04:00
dank
8a316e6c1b
added the ability to swap the scrolling runes 2020-10-13 00:40:58 -04:00
Jakub Sobon
2a7dafa3a8
Adding gex to the list of projects using Termdash. 2020-10-12 22:24:03 -04:00
Jakub Sobon
fe3e973531
Merge pull request #244 from mum4k/release-0-12-2
Release v0.12.2
2020-08-31 23:05:24 -04:00
Jakub Sobon
5be11e3b8f
Updating CHANGELOG links. v0.12.2 2020-08-31 22:40:39 -04:00
Jakub Sobon
8e77d26fbb
Updating CHANGELOG. 2020-08-31 22:40:08 -04:00
Jakub Sobon
95cabfa837
Advancing Go version and correcting build status badge. 2020-08-31 22:34:49 -04:00
Jakub Sobon
a8457a77ce
Adding perfstat to list of projects using Termdash. 2020-07-30 00:00:44 -04:00
Jakub Sobon
660ef91c20
Merge pull request #238 from mum4k/mum4k-patch-1
Fixing typo in a comment.
2020-07-15 11:29:43 -04:00
Jakub Sobon
6f8d56b3c6
Fixing typo in a comment. 2020-07-15 09:54:19 -04:00
Jakub Sobon
954b43c8d6
Merge pull request #236 from mum4k/release-0-12-1
Release v0.12.1
v0.12.1
2020-06-20 15:31:00 -04:00
Jakub Sobon
f0eac874cc
Switching coveralls to Github app. 2020-06-20 15:20:12 -04:00
Jakub Sobon
7faa010fb3 Merge branch 'master' into release-0-12-1 2020-06-20 15:12:32 -04:00
Jakub Sobon
e61e925389
Fixing coverage script. 2020-06-20 15:12:05 -04:00
Jakub Sobon
6284e4821d
Updating CHANGELOG for release 0.12.1. 2020-06-20 14:51:28 -04:00
Jakub Sobon
448d494391
Merge pull request #235 from mum4k/234-tcell_test
Stub out tcell.NewScreen so tests can pass headless.
2020-06-20 14:48:08 -04:00
Jakub Sobon
ccaec8f9af
Updating CHANGELOG. 2020-06-20 14:33:00 -04:00
Jakub Sobon
0f0fa8ae08
Triggering a CI build. 2020-06-20 14:31:30 -04:00
Jakub Sobon
4beaac9cca
Stub out tcell.NewScreen so tests can pass headless. 2020-06-20 14:00:05 -04:00
Jakub Sobon
42f5d613d5
Merge pull request #232 from mum4k/release-0-12-0
Release v0.12.0
v0.12.0
2020-04-10 15:46:00 -04:00
Jakub Sobon
d7aef3106b
Fixing link in CHANGELOG. 2020-04-10 15:45:25 -04:00
Jakub Sobon
601134e913
Release v0.12.0. 2020-04-10 15:38:27 -04:00
Jakub Sobon
ddd5821189
Merge pull request #231 from mum4k/rename-internal
Rename `internal` directory to `private`.
2020-04-10 15:36:38 -04:00
Jakub Sobon
69063e8251
CHANGELOG entry for rename of 'internal'. 2020-04-10 15:29:04 -04:00
Jakub Sobon
06eb7623bd
Modifying imports 'internal' -> 'private'. 2020-04-10 15:26:45 -04:00
Jakub Sobon
254ca7d460
Renamed 'internal' directory to 'private'. 2020-04-10 15:13:15 -04:00
Jakub Sobon
f1feb4935b
Merge pull request #229 from mum4k/go-modules
Migrating to Go modules.
2020-03-20 14:19:34 -04:00
Jakub Sobon
951f3e7469
Migrating to Go modules.
Fixes #228.
2020-03-20 14:10:53 -04:00
Jakub Sobon
fe815c69cb
Document that devel branch is used for development. 2020-03-20 12:11:16 -04:00
Jakub Sobon
5430f4d89e
Merge pull request #225 from mum4k/release-0-11-0
## [0.11.0] - 7-Mar-2020

#### Breaking API changes

- Termdash now requires at least Go version 1.11.

### Added

- New [`tcell`](https://github.com/gdamore/tcell) based terminal implementation
  which implements the `terminalapi.Terminal` interface.
- tcell implementation supports two initialization `Option`s:
  - `ColorMode` the terminal color output mode (defaults to 256 color mode)
  - `ClearStyle` the foreground and background color style to use when clearing
     the screen (defaults to the global ColorDefault for both foreground and
     background)
v0.11.0
2020-03-07 10:52:52 -05:00
Jakub Sobon
6c6d276c4c
Noting supported Golang version in CHANGELOG. 2020-03-07 10:37:35 -05:00
Jakub Sobon
8d150757ec Merge branch 'devel' into release-0-11-0 2020-03-07 10:36:35 -05:00
Jakub Sobon
7f90071d1d
Merge pull request #227 from mum4k/golang-support
Advancing CI to Go 1.14.
2020-03-07 10:36:07 -05:00
Jakub Sobon
d0a3c4de03
Advancing CI to Go 1.14. 2020-03-07 10:35:02 -05:00
Jakub Sobon
6e497c6d89
Note Gauge coverage change in CHANGELOG. 2020-03-07 10:20:19 -05:00
Jakub Sobon
cccb943eaf Merge branch 'devel' into release-0-11-0 2020-03-07 10:19:46 -05:00
Jakub Sobon
a228cda6e2
Merge pull request #226 from mum4k/gauge-test-coverage
Improving test coverage of the Gauge widget.
2020-03-07 10:18:45 -05:00
Jakub Sobon
0b75d06a3f
Improving test coverage of the Gauge widget. 2020-03-07 10:10:09 -05:00
Jakub Sobon
6daa2fec19 Merge branch 'devel' into release-0-11-0 2020-03-07 09:32:16 -05:00
Jakub Sobon
3767faf476 Merge branch 'master' into devel 2020-03-07 09:31:57 -05:00
Jakub Sobon
d63ce48b14
Updating CHANGELOG for release v0.11.0. 2020-03-07 09:24:54 -05:00
Jakub Sobon
d279ac7476
Merge pull request #224 from kvnxiao/devel
Add Tcell implementation for terminal backend
2020-03-02 22:18:59 -05:00
kvnxiao
26f6d38c1f Add -terminal flag to switch between implementations for termdashdemo 2020-03-01 14:44:33 -05:00