What's Changed
- Reorganize repos so that customer centric code is included by @nbolton in #1
- Fix broken GUI res path by @nbolton in #2
- Skip CI comment workflow when not PR by @nbolton in #3
- Mirror upstream apps dir structure by @nbolton in #4
- Backport new upstream daemon IPC by @nbolton in #5
- Remove redundant scripts dir in extra repo by @nbolton in #6
- Use git describe for version rev and get rid of tag spam by @nbolton in #7
- Include .exe when comparing binary names in Windows watchdog by @nbolton in #8
- Update CI workflow to set env var when on tag by @nbolton in #9
- Initialize revision count for release version detection in CMake by @nbolton in #10
- Comment on PR with version number on merge build done by @nbolton in #11
- Improve logging message for missing PR in CI comment workflow by @nbolton in #12
- Change warning to debug log for serial key saving by @nbolton in #13
- fix: build issue on Qt 6.9 by @nbolton in #15
- Simplify hooks and call activation hook on Core start by @nbolton in #14
- Update log message to use correct file path for loading env vars by @nbolton in #16
- Only set activated to false on dialog accept by @nbolton in #18
- Force sysroot on macOS to fix
ld: library 'pthread' not found
by @nbolton in #21 - Remove
HIGHDPIAWARE WIN7RTM
from Windows installer by @nbolton in #20 - Use scheduled process state in daemon by @nbolton in #22
- Kill legacy synergys and synergyc when daemon starts by @nbolton in #23
- Update Qt version to 6.8.3 and use mirror by @nbolton in #25
- Show friendly message when daemon connection fails by @nbolton in #24
- Increase IPC client timeout and improve logging by @nbolton in #27
- Show Qt debug messages in release builds by @nbolton in #28
- Show CI run result in PR merge comment by @nbolton in #29
- Align GUI debug log with log level setting by @nbolton in #30
- Add check for existing connection in DaemonIpcClient by @nbolton in #31
- Update CMake presets for vcpkg and Qt by @nbolton in #32
- Daemon IPC client connect retry by @nbolton in #33
- Move version check define to top of CMake config by @nbolton in #34
- Save TLS cert path and key length to settings by @nbolton in #35
- Make
version
if more readable onci-comment
workflow by @nbolton in #36 - Actually use
github.event.workflow_run.event
onci-comment
workflow by @nbolton in #37 - Move logic to script from CI comment workflow by @nbolton in #38
- Use null chain for workflow dispatch inputs on CI comment workflow by @nbolton in #39
- Load system settings first if they exist by @nbolton in #42
- Read-only settings override .ini file by @nbolton in #43
- Use conventional paths for .ini files by @nbolton in #44
- Allow selection of user scope even when read only by @nbolton in #45
- Copy settings when switching scopes by @nbolton in #46
- Copy settings when switching scopes (2) by @nbolton in #47
- Copy new settings not yet copied on scope switch by @nbolton in #48
- Restart GUI on scope change instead of hot switch by @nbolton in #50
- Release portal input capture when EI_EVENT_DISCONNECT is encountered by @nbolton in #51
- Conditional compile for portal input capture on disconnect event by @nbolton in #53
- Improved vcpkg build and cache by @nbolton in #52
- Move show fingerprint label logic after server radio check logic by @nbolton in #54
- Use FeatureHandler in extra for scope toggle by @nbolton in #56
- Conditional execution for SonarCloud analysis job by @nbolton in #57
- Resolve
deprecated-enum-float-conversion
compiler warnings by @samumbach in #55 - Improve error dialog when clearing settings by @nbolton in #58
- Use system paths for server config and TLS by @nbolton in #59
- Remove Rocky Linux and AlmaLinux from CI workflow by @nbolton in #61
- Ensure main window references are set when not enabled by @nbolton in #60
- Update subproject reference for extra repo by @nbolton in #62
- Split out TLS checkbox and control logic by @nbolton in #63
- Use environment variable for package prefix by @nbolton in #64
- Refactor activation UI for better clarity and user guidance by @nbolton in #65
- Fix wording in radio button label for clarity by @nbolton in #66
- Remove automatic TLS enable if available by @nbolton in #67
- Workaround for no return warning on Windows by @nbolton in #69
- Fix keymap not correctly loading for the Ei backend by @nbolton in #68
- Forward-port combined CI job from v1.16 by @nbolton in #74
- Update CI workflow to trigger S3 upload on push events by @nbolton in #75
- Restore package step for each platform by @nbolton in #76
- Ensure proper handling of disabled checks by @nbolton in #73
- Fix typo in success dialog message regarding serial key usage by @nbolton in #77
- Remove 1024 value for TLS key length by @nbolton in #78
- Change link color depending on context by @nbolton in #79
- Shorten AWS S3 upload path for releases by @nbolton in #80
- Show TLS fingerprint on Core started event by @nbolton in #81
New Contributors
- @samumbach made their first contribution in #55
Full Changelog: v1.17.1...v1.18.0