Update CHANGELOG for v4.2

This commit is contained in:
ArthurSonzogni 2023-07-26 00:04:11 +02:00
parent ce252ff92e
commit 0200632555
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -5,7 +5,7 @@ Changelog
---
### Component
- Bugfix: Support F1-F5 from OS terminal.
- Bugfix: Support Fn keys for every terminal specifications.
### Dom
- Feature: Add `hyperlink` decorator. For instance:
@ -15,12 +15,12 @@ Changelog
See the [OSC 8 page](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda).
FTXUI support proposed by @aaleino in [#662](https://github.com/ArthurSonzogni/FTXUI/issues/662).
### Screen
- Fix huge performance bug affecting some compilers about unicode bisection.
### Build
- Check version compatibility when using cmake find_package()
- Add `FTXUI_DEV_WARNING` options to turn on warnings when building FTXUI
- Turn OFF by default `FTXUI_BUILD_DOCS`
- Turn OFF by default `FTXUI_BUILD_EXAMPLE`
- Fix missing includes for some gcc versions.
4.1.1
-----