From dbd6a8fa55149b811d9591857b85a94cebbed69d Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 24 Jan 2019 04:19:47 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4ef5a..86785f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Feel free to search/open an issue if something is missing or confusing from the ## 2019/01/23 +Non breaking changes: + +- Set `termbox-go` backend to 256 colors by default +- Added `Canvas` which allows for drawing braille lines to a `Buffer` + +Breaking changes: + - moved widgets to `github.com/gizak/termui/widgets` - rewrote widgets (check examples and code) - rewrote grid @@ -18,10 +25,8 @@ Feel free to search/open an issue if something is missing or confusing from the - Refactored `Theme` - `Theme` is now a large struct which holds the default `Styles` of everything - Combined `TermWidth` and `TermHeight` functions into `TerminalDimensions` -- Added `Canvas` which allows for drawing braille lines to a `Buffer` - Refactored `Block` - Refactored `Buffer` methods -- Set `termbox-go` backend to 256 colors by default - Decremented color numbers by 1 to match xterm colors - Changed text parsing - style items changed from `fg-color` to `fg:color`