File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6- ## Unreleased
6+ ## [ 2.2.0 ] - 2024-10-25
77
8- - Fix issue with remote session on ARM platforms (issue [ #220 ] ( https://github.com/daniele77/cli/issues/220 ) )
8+ - Add clear screen command using ctrl + L (issue [ #229 ] ( https://github.com/daniele77/cli/issues/229 ) )
9+ - Add history view and execute an history command with bang + id (issue [ #235 ] ( https://github.com/daniele77/cli/issues/235 ) )
910 - Custom handler for wrong commands (issue [ #223 ] ( https://github.com/daniele77/cli/issues/223 ) )
1011 - Parent menus does not chain (issue [ #234 ] ( https://github.com/daniele77/cli/issues/234 ) )
1112 - Parent menu shortcut (issue [ #233 ] ( https://github.com/daniele77/cli/issues/233 ) )
1213 - Integer overflow warning detected by clang++ (issue [ #236 ] ( https://github.com/daniele77/cli/issues/236 ) )
1314 - Enable Keyboard Handling in Command Handlers on Linux Platform (issue [ #239 ] ( https://github.com/daniele77/cli/issues/239 ) )
14- - Add clear screen command using ctrl + L (issue [ #229 ] ( https://github.com/daniele77/cli/issues/229 ) )
15- - Add history view and execute an history command with bang + id (issue [ #235 ] ( https://github.com/daniele77/cli/issues/235 ) )
15+ - Fix issue with remote session on ARM platforms (issue [ #220 ] ( https://github.com/daniele77/cli/issues/220 ) )
1616
1717## [ 2.1.0] - 2023-06-29
1818
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ cmake_minimum_required(VERSION 3.8)
3131
3232project (
3333 cli
34- VERSION 2.1 .0
34+ VERSION 2.2 .0
3535 # DESCRIPTION "A library for interactive command line interfaces in modern C++"
3636 LANGUAGES CXX
3737)
Original file line number Diff line number Diff line change 2929
3030#---------------------------------------------------------------------------
3131PROJECT_NAME = "Interactive CLI"
32- PROJECT_NUMBER = 2.1
32+ PROJECT_NUMBER = 2.2
3333#---------------------------------------------------------------------------
3434FULL_PATH_NAMES = NO
3535#---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments