diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f953e437..d5bcaf0ee 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.6.0 LANGUAGES CXX) +project(TGUI VERSION 1.6.1 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 e90e6d876..90b028cfd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ -TGUI 1.6.1 (TBD) ------------------ +TGUI 1.6.1 (8 October 2024) +---------------------------- - Brightness slider in ColorPicker had a wrong size (regression in TGUI 1.6) - ColorPickerRenderer was missing property to style edit boxes @@ -44,8 +44,8 @@ TGUI 1.4.1 (20 July 2024) - PanelListBox now has proper background color and borders in White theme -TGUI 1.4.0 (15 July 2024) --------------------------- +TGUI 1.4 (15 July 2024) +------------------------ - New widget: SplitContainer - Added MaxValue getter to Scrollbar