diff --git a/CMakeLists.txt b/CMakeLists.txt index ae2c88df9..2f953e437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Macros.cmake) tgui_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)") # Project name and version -project(TGUI VERSION 1.5.0 LANGUAGES CXX) +project(TGUI VERSION 1.6.0 LANGUAGES CXX) # Use the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) include(GNUInstallDirs) diff --git a/changelog.md b/changelog.md index 166512e1f..adb9eb1cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ -TGUI 1.6 (TBD) --------------- +TGUI 1.6 (6 October 2024) +-------------------------- - Added CloseBehavior property to ChildWindow - Added addMultipleItems to ListBox and ComboBox @@ -14,8 +14,8 @@ TGUI 1.6 (TBD) - TreeView didn't visually update when calling setItemIndexInParent or changeItemHierarchy -TGUI 1.5 (25 August 2024) -------------------------- +TGUI 1.5 (25 August 2024) +-------------------------- - Added uniform scrollbar access to all widgets with a scrollbar - Added getter for hovered item to ListBox, ListView, PanelListBox, Tabs and TreeView