Skip to content

Commit e4a6f80

Browse files
committed
[rel] release 6.4.0
1 parent 6ec1df3 commit e4a6f80

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(FastTrackApp VERSION 6.3.4)
2+
project(FastTrackApp VERSION 6.4.0)
33

44
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Network Svg Sql LinguistTools)
55

0 commit comments

Comments
 (0)