mirror of https://github.com/gizak/termui.git
Update changelog
This commit is contained in:
parent
1e207d561b
commit
dbd6a8fa55
|
@ -2,6 +2,13 @@ Feel free to search/open an issue if something is missing or confusing from the
|
||||||
|
|
||||||
## 2019/01/23
|
## 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`
|
- moved widgets to `github.com/gizak/termui/widgets`
|
||||||
- rewrote widgets (check examples and code)
|
- rewrote widgets (check examples and code)
|
||||||
- rewrote grid
|
- rewrote grid
|
||||||
|
@ -18,10 +25,8 @@ Feel free to search/open an issue if something is missing or confusing from the
|
||||||
- Refactored `Theme`
|
- Refactored `Theme`
|
||||||
- `Theme` is now a large struct which holds the default `Styles` of everything
|
- `Theme` is now a large struct which holds the default `Styles` of everything
|
||||||
- Combined `TermWidth` and `TermHeight` functions into `TerminalDimensions`
|
- Combined `TermWidth` and `TermHeight` functions into `TerminalDimensions`
|
||||||
- Added `Canvas` which allows for drawing braille lines to a `Buffer`
|
|
||||||
- Refactored `Block`
|
- Refactored `Block`
|
||||||
- Refactored `Buffer` methods
|
- Refactored `Buffer` methods
|
||||||
- Set `termbox-go` backend to 256 colors by default
|
|
||||||
- Decremented color numbers by 1 to match xterm colors
|
- Decremented color numbers by 1 to match xterm colors
|
||||||
- Changed text parsing
|
- Changed text parsing
|
||||||
- style items changed from `fg-color` to `fg:color`
|
- style items changed from `fg-color` to `fg:color`
|
||||||
|
|
Loading…
Reference in New Issue