Skip to content

Commit

Permalink
build: Release 2024.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
petermost committed Sep 23, 2024
1 parent 8098be2 commit 623b88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 623b88f

Please sign in to comment.