We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec1df3 commit e4a6f80Copy full SHA for e4a6f80
2 files changed
changelog.md
@@ -1,5 +1,20 @@
1
# FastTrack changelog
2
3
+
4
+## 6.4.0
5
6
+### Changed
7
8
+- Switched build system from `qmake` to `CMake`.
9
+- Replaced AppImage with custom MakeSelf installer for Linux.
10
+- FastTrack-CLI now included in the main FastTrack installation.
11
+- Separate CI workflows for each operating system.
12
13
+### Added
14
15
+- CI pipeline updated to trigger builds only on demand.
16
+- Test builds integrated for Linux, macOS, and Windows.
17
18
## 6.3.4
19
20
### Changed
src/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
-project(FastTrackApp VERSION 6.3.4)
+project(FastTrackApp VERSION 6.4.0)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Network Svg Sql LinguistTools)
0 commit comments