This commit is contained in:
parent
252cd9532a
commit
ce6fa64821
@ -1,23 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 12:55:43 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- 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 <mvetter@suse.com>
|
||||
|
||||
|
10
ftxui.spec
10
ftxui.spec
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define c_lib libftxui4_1_0
|
||||
%define c_lib libftxui4_1_1
|
||||
Name: ftxui
|
||||
Version: 4.1.0
|
||||
Version: 4.1.1
|
||||
Release: 0
|
||||
Summary: A C++ library for terminal based user interfaces
|
||||
License: MIT
|
||||
@ -65,9 +65,9 @@ Development files for ftxui.
|
||||
%files -n %{c_lib}
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md README.md
|
||||
%{_libdir}/libftxui-component.so.4.1.0
|
||||
%{_libdir}/libftxui-dom.so.4.1.0
|
||||
%{_libdir}/libftxui-screen.so.4.1.0
|
||||
%{_libdir}/libftxui-component.so.4.1.1
|
||||
%{_libdir}/libftxui-dom.so.4.1.1
|
||||
%{_libdir}/libftxui-screen.so.4.1.1
|
||||
|
||||
%files devel
|
||||
%license LICENSE
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f03f5917b44c9bc12335ad891a93813bbb6e738e0bd0c44f97bcc6077c45980
|
||||
size 1155581
|
3
v4.1.1.tar.gz
Normal file
3
v4.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:355739597588f837d3ade70c4a52614e5f8d9c04b9e31e5621ed5aa9ba92507f
|
||||
size 1154966
|
Loading…
Reference in New Issue
Block a user