Releases: deskflow/deskflow
Releases · deskflow/deskflow
Continuous Build
v1.17.2
What's Changed
- docs: Update readme to use latest for the stable link by @sithlord48 in #7873
- ci: update winget release for new filename scheme by @sithlord48 in #7872
- Create deploy folder, and mv more from gui/lib => gui by @sithlord48 in #7877
- ci: rename ci.yml to => continuous-integration.yml by @sithlord48 in #7880
- Rename CI badge to match new
.yml
filename by @nbolton in #7888 - Icon size update by @sithlord48 in #7893
- Gui: Expose Check for updates option by @sithlord48 in #7892
- Clean up Definitions.cmake by @sithlord48 in #7824
- fix: single typo in README.md by @jcrm1 in #7900
- Flatpak by @sithlord48 in #7901
- Release 1.17.2 by @sithlord48 in #7905
New Contributors
Full Changelog: v1.17.1...v1.17.2
v1.17.1
Features
- Use native style on KDE Plasma #7654 (Nicolas Fella)
- Respect XDG_CONFIG_HOME in server/client #7685 (Nick Bolton)
- Dynamic client Barrier/Synergy hello back response to server #7687 (sithlord48)
- Option to change server protocol in GUI #7687 (Nick Bolton)
Bug Fixes
- Set correct QGuiApplication::desktopFileName #7651 (Nicolas Fella)
- align --display explanation in help message #7682 (Kentaro Hayashi)
- Check for errors before reading version string #7693 (Nick Bolton)
- Use
OPENSSL_EXE_DIR
instead ofOPENSSL_ROOT_DIR
on Windows #7720 (Nick Bolton) - Let users select version number and build in About Dialog #7730 (sithlord48)
- remove server config dialog custom show event #7753 (sithlord48)
- crash on --help arg #7848 (sithlord48)
- isDarkMode Check #7836 (sithlord48)
Documentation
- Update
README.md
with Matrix link #7605 (Nick Bolton) - Make
README.md
more relevant to current repo state #7578 (Nick Bolton) - Add discussion value to project values in README.md #7638 (Nick Bolton)
- Add leading edge philosophy to README.md #7678 (Nick Bolton)
- Fixed minor typos in the bug report template #7686 (Nick Bolton)
- Add other build type to bug report template #7696 (Nick Bolton)
- Add .editorconfig file #7706 (Nick Bolton)
- Checkbox for continuous build on bug template #7737 (Nick Bolton)
- Remove confusing reference in readme #7793 (Nick Bolton)
- Remote build containers badge #7802 (Nick Bolton)
- readme add mac os xattr note #7821 (Chris Rizzitello)
- Update README.md to restore sponsor link #7825 (Nick Bolton)
- Fixed sponsor link #7826 (Nick Bolton)
- rm CONTRIBUTING.md #7791 (sithlord48)
- Remove BUILD.md #7791 (sithlord48)
- Add new
doc/configuration.md
#7791 (sithlord48) - cmake to generate doxygen #7791 (sithlord48)
- Improve error messages around Doxygen #7838 (Nick Bolton)
- contributors on readme #7860 (sithlord48)
Code Refactoring
- move res/config.h.in -> src/lib/config.h.in #7650 (sithlord48)
- mainwindow ui not the base of the class #7755 (sithlord48)
- actiondialog to not have ui as base of the class #7755 (sithlord48)
- addclientdialog ui no longer base for the class #7755 (sithlord48)
- hotkeydialog ui no longer base of the class #7755 (sithlord48)
- serverconfigdialog ui is no longer base for the class #7755 (sithlord48)
- setupwizard ui is not longer the base of the class #7755 (sithlord48)
- SetupWizard: Do not use auto connect name for slot #7769 (sithlord48)
- SetupWizard: Foward declare appconfig #7769 (sithlord48)
- SettingsWizard: Ui Less #7769 (sithlord48)
- use modern range for loops in place of old foreach macro #7772 (sithlord48)
- use const for ranged loops #7772 (sithlord48)
- do not include full modules in qt files #7772 (sithlord48)
- add context object for lambdas #7772 (sithlord48)
- use multi arg were possible #7772 (sithlord48)
- use static regularexpressions and matches #7772 (sithlord48)
- remove unused strings #7772 (sithlord48)
- use Q_EMIT #7772 (sithlord48)
- rm unused coreTool include in tlscert.h #7827 ([sithlord48](946a2b778eacabc60a03...
v1.17.0
Tip
Wayland support is available in Deskflow v1.17 and above.
What's Changed
- Use Deskflow Name by @sithlord48 in #7519
- fix: windows build typos by @enzious in #7521
- Fix broken CI caused by renaming project to Deskflow by @nbolton in #7522
- fix: protocol compatibility with Synergy by @sithlord48 in #7524
- Remove Google Drive upload and always upload to GitHub by @nbolton in #7525
- fix: stuck keys on leave by @enzious in #7520
- ci: always upgrade packages on arch by @nbolton in #7533
- ci: option to skip changelog lint in PR by @nbolton in #7535
- docs: fixed link to
config.yaml
inREADME.md
by @nbolton in #7534 - docs: add sponsor badge and blurb to readme by @nbolton in #7532
- ci: lint and add comment to PR on fail by @nbolton in #7539
- docs: add build type to bug report form by @nbolton in #7542
- docs: add extra badges and fix sponsor link by @nbolton in #7538
- build: default to system tomlplusplus and CLI11 by @nbolton in #7544
- ci: give write permission for PR comments by @nbolton in #7543
- build: fixed option name for
SYSTEM_TOMLPLUSPLUS
by @nbolton in #7548 - build: script to create Python virtual env by @nbolton in #7549
- build: set
BUILD_DATE
instead of using__DATE__
by @nbolton in #7547 - ci: delete
ChangeLog
because it's redundant by @nbolton in #7553 - feat: use new Deskflow graphics by @nbolton in #7551
- fix: various typos found by unit193 by @nbolton in #7557
- docs: add new logo to readme and update screenshot by @nbolton in #7556
- ci: use
workflow_run
to comment on PRs by @nbolton in #7563 - feat: change most domains to Deskflow by @nbolton in #7552
- feat: ask for permission before update check by @nbolton in #7554
- ci: remove
restore-keys
forvcpkg
and use local bootstrap by @nbolton in #7566 - ci: add pr comment based on ci result by @nbolton in #7570
- ci: add link back to workflow summary in pr comment by @nbolton in #7571
- ci: use
github.event.workflow_run.id
for CI summary comment by @nbolton in #7572 - ci: check for summaries dir before building message by @nbolton in #7574
- ci: handle files with same name in ci comment workflow by @nbolton in #7575
- ci: fixed syntax error in ci comment workflow by @nbolton in #7576
- ci: use braces block for formatting in ci comment by @nbolton in #7577
- ci: use job summary instead of pr comment by @nbolton in #7569
- ci: lookup pr number by head sha for ci comment by @nbolton in #7581
- fix: Update onMouseMoveSecondary to allow offset adjustments by @spurin in #7511
- ci: lock qt version to 6.7.2 on win/mac by @nbolton in #7585
- docs: Fixed broken URL in README.md by @nbolton in #7594
- fix: Use library config for Windows OpenSSL by @nbolton in #7595
- Relocate commercial code downstream by @nbolton in #7579
- build: Bump min
libei
andlibportal
versions by @nbolton in #7597 - Use
sonarsource/sonarcloud-github-c-cpp
by @nbolton in #7584
New Contributors
- @sithlord48 made their first contribution in #7519
- @enzious made their first contribution in #7521
Full Changelog: 1.16.1-beta+r1...1.17.0+r1