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 afaeaa7 commit fdea2ddCopy full SHA for fdea2dd
changelog.md
@@ -1,5 +1,10 @@
1
# FastTrack changelog
2
3
+## 6.5.0
4
+
5
+### Changed
6
7
+- CLI and UI integrated in one executable.
8
9
## 6.4.0
10
src/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
-project(FastTrackApp VERSION 6.4.0)
+project(FastTrackApp VERSION 6.5.0)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Network Svg Sql LinguistTools)
0 commit comments