From 562523dd28f4cd20f2c16617b8a767674825805c70b764e8bcedc503c6497f66 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 28 May 2023 11:13:50 +0000 Subject: [PATCH] - Update to 4.1.1: * Resolve compile issues in component_fuzzer OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=9 --- ftxui.changes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ftxui.changes b/ftxui.changes index 7688bf3..722d4e5 100644 --- a/ftxui.changes +++ b/ftxui.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun May 28 11:13:28 UTC 2023 - Michael Vetter + +- Update to 4.1.1: + * Resolve compile issues in component_fuzzer + +------------------------------------------------------------------- +Fri May 19 12:55:43 UTC 2023 - Michael Vetter + +- Update to 4.1.0: + Component: + * Feature: Support ResizableSplit with customizable separator. + * 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: + See DASHED enum, and separatorDashed(), borderDashed() functions. + * Feature: Add colored borders. + See functions: borderStyled(BorderStyle, Color) and borderStyled(Color). + * Feature: Add LinearGradient. It can be used in color and bgColor. + * Improvement: Color::Interpolate() uses gamma correction. + * Fix: Check the graph area is positive. + Build/Install: + * Use globally set CMAKE_CXX_STANDARD if it is set. + * Expose the pkg-config file. + ------------------------------------------------------------------- Sun Apr 2 21:26:58 UTC 2023 - Michael Vetter