Commit Graph

102 Commits

Author SHA1 Message Date
Jakub Sobon 8ac4a9b946
Added a missing period. 2020-11-14 02:51:50 -05:00
Jakub Sobon ed4d5305f5
Merge branch 'devel' into termdashdemo-bugfix 2020-11-14 02:41:04 -05:00
Jakub Sobon 0ddf2984bb
Updating CHANGELOG. 2020-11-14 02:27:48 -05:00
Jakub Sobon 3541f4797f
Updating CHANGELOG. 2020-11-14 01:42:08 -05:00
Jakub Sobon 20d07d05e8
Updating CHANGELOG. 2020-11-14 01:10:55 -05:00
Jakub Sobon 9abe3889f9
Updating CHANGELOG. 2020-11-14 01:00:20 -05:00
Jakub Sobon 212ae2c343 Merge branch 'devel' into lint 2020-11-14 00:49:37 -05:00
Jakub Sobon 25aa60b5f5
Updating CHANGELOG. 2020-11-14 00:45:34 -05:00
Jakub Sobon 28aa2df684
Updating CHANGELOG. 2020-11-14 00:40:37 -05:00
Jakub Sobon af3c5b9b00
Updating changelog for #251 2020-11-14 00:09:40 -05:00
Jakub Sobon cf90e19f1a
Updating CHANGELOG. 2020-11-13 02:30:51 -05:00
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