Set CHANGELOG to v4.1.0

This commit is contained in:
ArthurSonzogni 2023-05-19 11:05:16 +02:00
parent 49f0277103
commit 22ebc823c9
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 9 additions and 10 deletions

View File

@ -1,25 +1,24 @@
Changelog
=========
current (development)
---------------------
4.1.0
-----
### Component
- 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.
### Dom
- Feature: Add the dashed style for border and separator.
- Feature: Add colored borders.
- Feature: Customize with gradient color effect. Add the following decorators:
- `colorgrad`
- `bgcolorgrad`
- Feature: Add `LinearGradient`!
- Improvement: Color::Interpolate() uses gamma correction.
- Fix: Check the `graph` area is positive.
###
- Breaking: Direction enum is renamed WidthOrHeight
- Breaking: GaugeDirection enum is renamed Direction
### Build/Install
- Use globally set CMAKE_CXX_STANDARD if it is set.
- Expose the pkg-config file.
4.0.0
-----

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
project(ftxui
LANGUAGES CXX
VERSION 4.0.0
VERSION 4.1.0
DESCRIPTION "C++ Functional Terminal User Interface."
)