mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Set CHANGELOG to v4.1.0
This commit is contained in:
parent
49f0277103
commit
22ebc823c9
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,25 +1,24 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
current (development)
|
4.1.0
|
||||||
---------------------
|
-----
|
||||||
|
|
||||||
### Component
|
### Component
|
||||||
- Feature: Support `ResizableSplit` with customizable separator.
|
- Feature: Support `ResizableSplit` with customizable separator.
|
||||||
- Breaking: MenuDirection enum is renamed Direction
|
- Fix: Support arrow keys in application mode
|
||||||
- Fix: Remove useless new line when using an alternative screen.
|
- Fix: Remove useless new line when using an alternative screen.
|
||||||
|
|
||||||
### Dom
|
### Dom
|
||||||
- Feature: Add the dashed style for border and separator.
|
- Feature: Add the dashed style for border and separator.
|
||||||
- Feature: Add colored borders.
|
- Feature: Add colored borders.
|
||||||
- Feature: Customize with gradient color effect. Add the following decorators:
|
- Feature: Add `LinearGradient`!
|
||||||
- `colorgrad`
|
|
||||||
- `bgcolorgrad`
|
|
||||||
- Improvement: Color::Interpolate() uses gamma correction.
|
- Improvement: Color::Interpolate() uses gamma correction.
|
||||||
|
- Fix: Check the `graph` area is positive.
|
||||||
|
|
||||||
###
|
### Build/Install
|
||||||
- Breaking: Direction enum is renamed WidthOrHeight
|
- Use globally set CMAKE_CXX_STANDARD if it is set.
|
||||||
- Breaking: GaugeDirection enum is renamed Direction
|
- Expose the pkg-config file.
|
||||||
|
|
||||||
4.0.0
|
4.0.0
|
||||||
-----
|
-----
|
||||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
|
|||||||
|
|
||||||
project(ftxui
|
project(ftxui
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 4.0.0
|
VERSION 4.1.0
|
||||||
DESCRIPTION "C++ Functional Terminal User Interface."
|
DESCRIPTION "C++ Functional Terminal User Interface."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user