termdash/CHANGELOG.md

92 lines
2.0 KiB
Markdown
Raw Normal View History

2019-01-25 11:02:44 +08:00
# Changelog
All notable changes to this project are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2019-02-07 13:16:51 +08:00
## [0.6.0] - 07-Feb-2019
2019-01-25 11:02:44 +08:00
### Added
- The SegmentDisplay widget.
2019-01-25 11:02:44 +08:00
- A CHANGELOG.
- New line styles for borders.
2019-01-25 11:02:44 +08:00
### Changed
- Better recordings of the individual demos.
2019-01-25 11:02:44 +08:00
### Fixed
2019-01-27 11:33:20 +08:00
- The LineChart now has an option to change the behavior of the Y axis from
zero anchored to adaptive.
2019-01-25 11:02:44 +08:00
- Lint errors reported on the Go report card.
2019-01-27 13:00:30 +08:00
- Widgets now correctly handle a race when new user data are supplied between
calls to their Options() and Draw() methods.
2019-01-25 11:02:44 +08:00
## [0.5.0] - 21-Jan-2019
2019-01-25 11:02:44 +08:00
### Added
- Draw primitives for drawing circles.
- The Donut widget.
### Fixed
- Bugfixes in the braille canvas.
- Lint errors reported on the Go report card.
2019-01-27 11:54:50 +08:00
- Flaky behavior in termdash_test.
2019-01-25 11:02:44 +08:00
## [0.4.0] - 15-Jan-2019
2019-01-25 11:02:44 +08:00
### Added
- 256 color support.
- Variable size container splits.
- A more complete demo of the functionality.
### Changed
- Updated documentation and README.
## [0.3.0] - 13-Jan-2019
2019-01-25 11:02:44 +08:00
### Added
- Primitives for drawing lines.
- Implementation of a Braille canvas.
- The LineChart widget.
## [0.2.0] - 02-Jul-2018
2019-01-25 11:02:44 +08:00
### Added
- The SparkLine widget.
- The BarChart widget.
- Manually triggered redraw.
- Travis now checks for presence of licence headers.
### Fixed
- Fixing races in termdash_test.
## 0.1.0 - 13-Jun-2018
2019-01-25 11:02:44 +08:00
### Added
- Documentation of the project and its goals.
- Drawing infrastructure.
- Testing infrastructure.
- The Gauge widget.
- The Text widget.
2019-02-07 13:16:51 +08:00
[Unreleased]: https://github.com/mum4k/termdash/compare/v0.6.0...devel
[0.6.0]: https://github.com/mum4k/termdash/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/mum4k/termdash/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/mum4k/termdash/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/mum4k/termdash/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/mum4k/termdash/compare/v0.1.0...v0.2.0