We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a9c8 commit a34f4cfCopy full SHA for a34f4cf
CMakeLists.txt
@@ -31,7 +31,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Macros.cmake)
31
tgui_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")
32
33
# Project name and version
34
-project(TGUI VERSION 1.7.0 LANGUAGES CXX)
+project(TGUI VERSION 1.8.0 LANGUAGES CXX)
35
36
# Use the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html)
37
include(GNUInstallDirs)
changelog.md
@@ -1,5 +1,5 @@
1
-TGUI 1.8 (TBD)
2
----------------
+TGUI 1.8 (23 February 2025)
+----------------------------
3
4
- New widget: ContextMenu
5
- Added handleWindowEvents function to SFML backend (only for SFML 3)
0 commit comments