From 623b88f08f1722dd883bbd368a72550e84fce95b Mon Sep 17 00:00:00 2001 From: Peter Most Date: Mon, 23 Sep 2024 18:21:22 +0200 Subject: [PATCH] build: Release 2024.9.23 --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d4c690f..e5b37b1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### 2024.9.23 +* GUI: Try to hide the external console window on Windows. See ["The console window is not hidden under Windows 11"](https://github.com/petermost/Sourcetrail/issues/19) for additional information. +* GUI: Add the 'Hack' font. +* Fix: Copy the tutorial project files on initial run. + #### 2024.8.2 * GUI: Remove `qt.conf` which seems to improve the menu font rendering under Windows diff --git a/CMakeLists.txt b/CMakeLists.txt index 58bd17436..9f1869fba 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Project ---------------------------------------------------------------------- -project(Sourcetrail VERSION 2024.8.2) +project(Sourcetrail VERSION 2024.9.23) configure_file(cmake/productVersion.h.in src/lib_gui/productVersion.h) include(cmake/Sourcetrail.cmake)