1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-05-12 19:29:32 +08:00

91 Commits

Author SHA1 Message Date
Jakub Sobon
38da7d1cf5
Updating CHANGELOG. 2020-11-13 02:12:48 -05:00
Jakub Sobon
5be11e3b8f
Updating CHANGELOG links. 2020-08-31 22:40:39 -04:00
Jakub Sobon
8e77d26fbb
Updating CHANGELOG. 2020-08-31 22:40:08 -04:00
Jakub Sobon
f0eac874cc
Switching coveralls to Github app. 2020-06-20 15:20:12 -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
ccaec8f9af
Updating CHANGELOG. 2020-06-20 14:33: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
69063e8251
CHANGELOG entry for rename of 'internal'. 2020-04-10 15:29:04 -04:00
Jakub Sobon
951f3e7469
Migrating to Go modules.
Fixes #228.
2020-03-20 14:10:53 -04:00
Jakub Sobon
6c6d276c4c
Noting supported Golang version in CHANGELOG. 2020-03-07 10:37:35 -05:00
Jakub Sobon
6e497c6d89
Note Gauge coverage change in CHANGELOG. 2020-03-07 10:20:19 -05:00
Jakub Sobon
d63ce48b14
Updating CHANGELOG for release v0.11.0. 2020-03-07 09:24:54 -05:00
kvnxiao
b420a29b30 Update CHANGELOG for new tcell terminal implementation 2020-03-01 02:15:15 -05:00
Jakub Sobon
fee34e8845
CHANGELOG update for release 0.10.0 2019-06-05 16:31:44 -04:00
Jakub Sobon
f01746199f
Support fixed size splits in the grid API. 2019-05-24 00:23:39 -04:00
Jakub Sobon
fb7658a742
Note about disabled cgo in CHANGELOG. 2019-05-23 23:04:20 -04:00
Jakub Sobon
f42bcee39a
Noting Text widget bugfix in the CHANGELOG 2019-05-21 16:11:45 -04:00
Jakub Sobon
5c94e7ca53 Merge branch 'devel' of ssh://github.com/mum4k/termdash into devel 2019-05-15 23:24:46 -04:00
Jakub Sobon
947b563927
Merge branch 'master' into devel 2019-05-15 23:24:34 -04:00
Jakub Sobon
6fe095f49b
Updating CHANGELOG for bugfix release v0.9.1. 2019-05-15 23:20:51 -04:00
Jakub Sobon
ead318993b
Updating CHANGELOG. 2019-05-13 22:44:00 -04:00
Jakub Sobon
5683e96fee
Noting about fixed size container splits in the CHANGELOG. 2019-05-12 17:12:42 -04:00
Xabier Larrakoetxea
bfd354e253
Reorder added and changed of unreleased version in the changelog
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-07 06:03:50 +02:00
Xabier Larrakoetxea
1005f2c567
Update changelog with ValueFormatter
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-06 08:02:32 +02:00
Jakub Sobon
e6a00d5685
Merge pull request #198 from mum4k/dot-display
Support displaying the dot character in SegmentDisplay.
2019-04-30 23:14:41 -04:00
Jakub Sobon
426ec9edd4
Updating CHANGELOG. 2019-04-30 23:04:28 -04:00
Jakub Sobon
95f58f0617
Updating CHANGELOG. 2019-04-28 22:45:28 -04:00
Jakub Sobon
457ce10404
Updating CHANGELOG. 2019-04-28 22:11:16 -04:00
Jakub Sobon
8414868440
Updating CHANGELOG for release v0.9.0. 2019-04-28 21:36:19 -04:00
Jakub Sobon
553bad2d18
Updating the CHANGELOG. 2019-04-28 21:18:54 -04:00
Jakub Sobon
c25580c335
Updating CHANGELOG. 2019-04-25 23:46:36 -04:00
Jakub Sobon
bda6223690
Don't split keyboard shortcuts.
It makes it hard to recognize when a shortcut is pressed and when a
single character is pressed. Do what termbox does and identify these
separately.

Obsoletes #20.
2019-04-20 17:10:59 -04:00
Jakub Sobon
5dd1aff803
Advancing to Go1.10.
- switching to math.Round and deleting out clone.
- switching all bytes.Buffer instances to strings.Builder.
2019-04-18 22:55:05 -04:00
Xabier Larrakoetxea
6cf2caf0b6
Update changelog
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-04-14 10:23:12 +02:00
Jakub Sobon
d31b767d5d
Allow options on intermediate containers in the grid.
Fixes #181.
2019-04-07 16:58:18 -04:00
Jakub Sobon
2de4a9a865
SegmentDisplay now reports its capacity. 2019-04-06 23:57:22 -04:00
Jakub Sobon
10d4a55348
Provide metadata to widgets when drawing. 2019-04-03 23:13:18 -04:00
Jakub Sobon
d5fdc1faae
Updating the CHANGELOG. 2019-03-30 02:24:37 -04:00
Jakub Sobon
fdb659eedf
Updating Changelog. 2019-03-29 00:27:37 -04:00
Jakub Sobon
68fb7606d9
Prevent external mutation of data passed into widgets.
Fixes #174.
2019-03-20 23:20:16 -04:00
Jakub Sobon
4203d0e794
Correctly track container focus when the terminal size increases.
Fixes #169.
2019-03-11 01:04:03 -04:00
Jakub Sobon
66256fd465
Updating CHANGELOG. 2019-03-10 23:36:42 -04:00
Jakub Sobon
62c56c5e58
Adding the ValueCapacity method to SparkLine. 2019-03-03 18:13:17 -05:00
Jakub Sobon
5018a08b1f
Adding ValueCapacity method to BarChart. 2019-03-03 17:59:30 -05:00
Jakub Sobon
9b27e22af7
Updating CHANGELOG.
And using the options in termdashdemo.
2019-03-03 02:42:19 -05:00
Jakub Sobon
768d5132b0
Updating CHANGELOG. 2019-03-02 22:03:14 -05:00
Jakub Sobon
f16d9ec293 Merge branch 'devel' into termdash-test-race 2019-03-02 18:24:58 -05:00
Jakub Sobon
4465dced2d
Wait for subscribers to process events. 2019-03-02 18:24:10 -05:00