File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# FastTrack changelog
22
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+
318## 6.3.4
419
520### Changed
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
2- project (FastTrackApp VERSION 6.3.4 )
2+ project (FastTrackApp VERSION 6.4.0 )
33
44find_package (Qt6 REQUIRED COMPONENTS Core Gui Widgets Network Svg Sql LinguistTools)
55
You can’t perform that action at this time.
0 commit comments