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