10476 Commits

Author SHA1 Message Date
dependabot[bot]
b45afa7cb8 chore(deps): bump actions/cache from 5.1.0 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.1.0 to 6.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](caa2961268...55cc834586)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-08 19:39:37 +00:00
dependabot[bot]
30756ea100 chore(deps): bump actions/checkout from 6.0.0 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1af3b93b68...9c091bb21b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-08 19:36:52 +00:00
dependabot[bot]
2bfcd02bfc chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-08 19:34:30 +00:00
Lars Toenning
40ae90e461 ci: Rename workflow 2026-07-08 19:07:33 +00:00
Lars Toenning
4f19b2fcf8 ci: Do not run redundand doxygen 2026-07-08 19:07:33 +00:00
Lars Toenning
8c7650e111 build: Use sccache for caching 2026-07-08 19:07:33 +00:00
Lars Toenning
d33d4b5533 docs: Add missing license 2026-07-02 20:41:31 +00:00
Lars Toenning
b0da55c07b docs: Update changelog 2026-07-02 20:41:31 +00:00
Lars Toenning
28f88842c4 feat: Log CID on login failure as error
Fixes #403
2026-07-02 20:41:31 +00:00
Lars Toenning
2192f0028a refactor: Avoid copy 2026-07-02 20:41:31 +00:00
Lars Toenning
3d795b1b7a build: Print build type 2026-07-02 20:41:31 +00:00
Lars Toenning
8a7e58f398 refactor(ui): Avoid inconsistent UI in dev mode
To avoid hiding bugs, the UI should behave the
same in dev mode
2026-07-02 20:41:31 +00:00
Lars Toenning
1104cef823 fix(swiftdata): Avoid assert starting facade twice
With the new changes for swiftdata, it also requires a full
core facade. Hence this call is redundant and is
triggering an assert
2026-07-02 20:41:31 +00:00
Lars Toenning
1c209a71a9 feat(msfs): Set engine RPM on remote aircraft 2026-07-02 20:41:31 +00:00
Lars Toenning
9aacff6a5b feat: Read engine RPM from simulator and transmit 2026-07-02 20:41:31 +00:00
Lars Toenning
c9ae21c447 ci: Fix release workflow 2026-06-29 21:26:41 +00:00
Lars Toenning
dacc50d2cd ci: Ignore dependabot commit msgs 2026-06-28 21:20:19 +00:00
Lars Toenning
b74573b99e ci: Update dependabot config 2026-06-28 21:20:19 +00:00
Lars Toenning
7eee2f10cd ci: Dummy job to satisfy requirements 2026-06-28 21:20:19 +00:00
Lars Toenning
50b86a008b chore: Add CHANGELOG 2026-06-28 21:20:19 +00:00
Lars Toenning
1a9872ae2b ci: Pin action version 2026-06-28 20:28:12 +00:00
Lars Toenning
033c365ab8 feat: Enable dependabot for GitHub actions 2026-06-28 20:28:12 +00:00
Lars Toenning
4f5c2e22c2 ci: Restructure CI 2026-06-28 20:28:12 +00:00
Lars Toenning
dd6f83cbc5 fix: Correct wrong assert message 2026-06-25 12:35:55 +02:00
Lars Toenning
533a627e4c fix: Assert in input peak calculation
Fixes #405
2026-06-25 12:35:55 +02:00
Thomas Zobler
36b7736473 fix: ASSERT audioInDataAvailable 2026-06-25 12:35:55 +02:00
Lars Toenning
b39034003c ci: Do not autopublish draft releases 2026-06-25 12:35:55 +02:00
Lars Toenning
1970fd0157 fix: Start only with valid output/input device
Fixes #382
2026-06-25 12:35:55 +02:00
Lars Toenning
084e78e809 fix: Do not guess a possible audio format
This might have some side effects on other parts of swift that needs to
be checked first. We should handle this in a different issue.

Note: This was done in pre-Qt6
2026-06-25 12:35:55 +02:00
Lars Toenning
83c7a287a4 fix: Return unknown device type if default device is invalid 2026-06-25 12:35:55 +02:00
Lars Toenning
9c9d438a62 build: Fix wrong CMake message(..) call 2026-06-25 12:35:55 +02:00
Thomas Zobler
e75dad4448 fix: Prevents a crash if no audio device is connected 2026-06-25 12:35:55 +02:00
Thomas Zobler
d8ce95e3f1 fix: Fixes a crash when no audio device is connected 2026-06-25 12:35:55 +02:00
Lars Toenning
87528d9086 ci: Specify conan build profiles 2026-06-15 07:58:10 +02:00
Lars Toenning
fe4ebe70a7 ci: Use fixed conan version 2026-06-15 07:58:10 +02:00
Lars Toenning
55be798c3d build: Update to C++20 2026-06-15 07:58:10 +02:00
Lars Toenning
f50c956ab8 refactor: Remove redundant CVariant functions 2026-06-07 18:17:48 +02:00
Lars Toenning
9f7e8d02c6 refactor: Remove unused vtable pinning
This yielded to clang warnings (virtual function in final class)
2026-06-07 18:17:48 +02:00
Lars Toenning
c934554551 fix: Qt6.11 deprecation warnings 2026-06-07 18:17:48 +02:00
Lars Toenning
31bd5d2560 chore: Bump minimum macOS version
Qt 6.11 only supports macOS >= 13.0
2026-06-07 18:17:48 +02:00
Lars Toenning
c82b09c829 ci: Use temporary aqtinstall version
This workaround is required to download Qt 6.11 on Windows

See PR 1000 of aqtinstall
2026-06-07 18:17:48 +02:00
Lars Toenning
a47ab25ee4 ci: Update actions 2026-06-07 18:17:48 +02:00
Lars Toenning
2586b21464 chore: Bump Qt version 2026-06-07 18:17:48 +02:00
Lars Toenning
5f982a0509 ci(linux): Deploy libQt6Concurrent
Fixes #385
2026-03-05 20:28:21 +01:00
Lars Toenning
9890d4e09f docs: Update credits 2026-03-05 20:28:21 +01:00
Lars Toenning
62aaba7556 build: Enable asserts in release mode 2026-03-05 20:28:17 +01:00
tzobler
527327321c refactor: Update MSFS24 default aircraft 2026-01-31 12:48:30 +01:00
tzobler
1c29bfe674 fix: Clarify reload dialog options 2026-01-31 12:48:30 +01:00
tzobler
2c3522010d feat: Extend MSFS exclude dirs 2026-01-31 12:48:30 +01:00
tzobler
7ca5631c93 fix: Allow >12 tokens in FSInn information packet 2026-01-31 12:48:30 +01:00