mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	v6.0.0
This commit is contained in:
		| @@ -4,6 +4,9 @@ Changelog | |||||||
| current (development)  | current (development)  | ||||||
| --------------------- | --------------------- | ||||||
|  |  | ||||||
|  | 6.0.0 (2025-03-23) | ||||||
|  | ----- | ||||||
|  |  | ||||||
| ### Component | ### Component | ||||||
| - Feature: Add support for raw input. Allowing more keys to be detected. | - Feature: Add support for raw input. Allowing more keys to be detected. | ||||||
| - Feature: Add `ScreenInteractive::ForceHandleCtrlC(false)` to allow component | - Feature: Add `ScreenInteractive::ForceHandleCtrlC(false)` to allow component | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) | |||||||
|  |  | ||||||
| project(ftxui | project(ftxui | ||||||
|   LANGUAGES CXX |   LANGUAGES CXX | ||||||
|   VERSION 5.0.0 |   VERSION 6.0.0 | ||||||
|   DESCRIPTION "C++ Functional Terminal User Interface." |   DESCRIPTION "C++ Functional Terminal User Interface." | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -372,7 +372,7 @@ include(FetchContent) | |||||||
|  |  | ||||||
| FetchContent_Declare(ftxui | FetchContent_Declare(ftxui | ||||||
|   GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui |   GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui | ||||||
|   GIT_TAG v5.0.0 |   GIT_TAG v6.0.0 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| FetchContent_GetProperties(ftxui) | FetchContent_GetProperties(ftxui) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni