Skip to content

Commit

Permalink
Update version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jun 10, 2024
1 parent 13adead commit 730e6d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 LANGUAGES CXX)
project(TGUI VERSION 1.3.0 LANGUAGES CXX)

# Use the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html)
include(GNUInstallDirs)
Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TGUI 1.3 (TBD)
---------------
TGUI 1.3 (10 June 2024)
------------------------

- New backend: raylib
- New widget: EditBoxSlider ([PR #238](https://github.com/texus/TGUI/pull/238))
Expand All @@ -10,6 +10,8 @@ TGUI 1.3 (TBD)
- Renamed isKeptInParent to getKeepInParent in ChildWindow
- Renamed limitTextWidth to setTextWidthLimited in EditBox
- String::fromNumber now supports int8_t (but no longer accepts pointers)
- BackendTextureSFML::getInternalTexture() now returns a pointer
- BackendFontSFML::getInternalFont() now return a pointer


TGUI 1.2 (23 March 2024)
Expand Down

0 comments on commit 730e6d7

Please sign in to comment.