From 22ebc823c94714ea7586a4355f877f1f889cda62 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Fri, 19 May 2023 11:05:16 +0200 Subject: [PATCH] Set CHANGELOG to v4.1.0 --- CHANGELOG.md | 17 ++++++++--------- CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd1eb6..da703b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/CMakeLists.txt b/CMakeLists.txt index c0794c9..fdd393e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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." )