github nextcloud/desktop v34.0.0-rc3
Release 34.0.0 RC3

latest release: v34.0.0-rc4
pre-release5 hours ago

⚠️ this is replaced by 34.0.0 rc4 due to a critical macOS issue

What's Changed

  • Automatically label issues with OS extracted from description by @i2h3 in #9479
  • Drop macOS 12 Support by @i2h3 in #9477
  • fix: show paused status when account has no sync sources by @Rello in #9473
  • chore(i18n): id -> ID by @rakekniven in #9476
  • Server Actions Integration for File Provider Extension by @i2h3 in #9469
  • Consolidated Xcode Workspace by @i2h3 in #9474
  • fix: use text emoji replacements to avoid creating duplicate labels by @nilsding in #9487
  • chore: update Craft and craft cache by @nilsding in #9494
  • fix(macOS): Defined PRODUCT_BUNDLE_IDENTIFIER for FinderSync by @i2h3 in #9498
  • chore(macOS): Updated Xcode Project Settings by @i2h3 in #9499
  • fix(macOS): macdeployqt now finds libvpx by @i2h3 in #9497
  • fix(macOS): Resolved warning about deprecated ld_classic by @i2h3 in #9495
  • fix(macOS): Resolved Some Xcode Compiler Warnings by @i2h3 in #9500
  • fix(e2ee): ensure PIN input dialog is top most window by @mgallien in #9490
  • chore(i18n): Add context for translators by @rakekniven in #9492
  • chore(deps): bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in #9493
  • fix: enhanced detail in "Stale DB entry" log entry by @Rello in #9483
  • fix(macOS): skip build-tree RPATH to prevent install_name_tool conflict by @i2h3 in #9509
  • fix(macOS): Remove TARGETED_DEVICE_FAMILY by @i2h3 in #9510
  • fix: remove hard-coded app name from sync folder path by @Rello in #9515
  • Fix #7009: Remove leftover .msi and msi.log after update by @chrip in #8980
  • fix: disable server version check (<7.0) by @Rello in #9475
  • feat(macOS): QtWebEngine Switch by @i2h3 in #9517
  • Fix FinderSync Extension by @i2h3 in #9528
  • fix(win32): only increase ACL size if a new ACE is about to be added by @nilsding in #9491
  • chore: test upload of a locked file inside a remote deleted folder by @mgallien in #9336
  • feature: new settings UI by @Rello in #9419
  • Bugfix/e2ee fixes for hardware certificate end to end encryption by @mgallien in #9514
  • test(integration): add tests for FileActionsModel. by @camilasan in #9518
  • fix(macOS): fix crash for FileProviderSettings by @nilsding in #9540
  • fix: load app icons for external sites app by @Rello in #9542
  • fix: suppress duplicate "The log output cannot be saved" popups by @Rello in #9539
  • Regain Synchronization Folder Access by @i2h3 in #9556
  • Note about missing End-to-End Encryption Support in File Provider Extension by @i2h3 in #9561
  • chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #9554
  • fix(accountmanager): check existing account proxy type setting. by @camilasan in #9551
  • fix(file-provider): Fetch share options by user ID not user name (#9074) by @i2h3 in #9579
  • Improve error handling and clean menu texts by @mgallien in #9585
  • feat(e2ee): add basic support for e2ee metadata format 2.1 by @mgallien in #9571
  • fix(e2ee/vfs): disable on-demand population of encrypted folders by @mgallien in #9570
  • Bugfix/migrate user encryption certificate by @mgallien in #9568
  • Bugfix/better handling of locked files during upload by @mgallien in #9566
  • feat(syncengine): fail and restart the sync if discovery is suspicious by @nilsding in #9572
  • fix(e2ee): allow read of metadata 1.2 again by @mgallien in #9544
  • Handle macOS alias files in File Provider Extension by @i2h3 in #9445
  • Sync Status on App Launch by @i2h3 in #9595
  • Updated File Provider Extension Translations by @i2h3 in #9596
  • chore(deps): bump cpp-linter/cpp-linter-action from 2.16.7 to 2.17.0 by @dependabot[bot] in #9583
  • fix: Robustly parse file action responses and handle tooltip/URL children by @Rello in #9547
  • fix(propagateuploadng): do not encode davUrl by @nilsding in #9588
  • Refactored change enumeration completion by @i2h3 in #9601
  • Bugfix/use display name for e2ee shares by @mgallien in #9605
  • Refine new settings dialog by @nilsding in #9599
  • Improve integration. by @camilasan in #9617
  • fix(i18n): let Qt handle plural forms by @nilsding in #9621
  • fix(file-provider): Working Set Change Enumeration by @i2h3 in #9625
  • Sanitized file provider UI extension string catalog by @i2h3 in #9633
  • fix(filesystem): deal with win32 long paths when recursively removing folders by @nilsding in #9634
  • Set folders writable if remote perms require it, recurse into subdirs if etag and remoteperms differ by @nilsding in #9637
  • chore(network): enable again our request timeout feature by @mgallien in #9646
  • fix(read-only): make the parent folder writable before deleting a file by @mgallien in #9655
  • feature(icon/ai): improved Nextcloud Assistant icon by @mgallien in #9658
  • fix(macOS): Fix developer build by @i2h3 in #9667
  • chore(i18n): Correct text case in error message label by @rakekniven in #9672
  • chore(l10n): Update QLabel text property to not translate by @rakekniven in #9673
  • fix(settings): add missing endGroup() in Folder::removeFromSettings by @agners in #9607
  • Replace UNIX sockets with XPC on macOS by @i2h3 in #9463
  • Remove Debian build by @ivaradi in #9700
  • chore(deps): bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 by @dependabot[bot] in #9669
  • Fix build with Xcode 26.4 by @i2h3 in #9706
  • fix(macOS): hide dock icon when closing settings with ⌘+W by @i2h3 in #9702
  • chore: improve one translated string by @mgallien in #9692
  • fix(asyncimageresponse): enhance check for received SVG response by @nilsding in #9697
  • fix(gui/settings): use different palette colour for backgrounds by @nilsding in #9703
  • fix(integration): only call parseEndpoints if fileId is not empty. by @camilasan in #9701
  • chore(legalnotice): update copyright year by @nilsding in #9717
  • chore(deps): bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in #9668
  • fix(macOS): Extension Display Names by @i2h3 in #9723
  • Improve Sandbox Migration Experience by @i2h3 in #9720
  • fix(windows/vfs): do not create DB record for invalid virtual items by @mgallien in #9737
  • fix(windows/vfs): automated test for Windows VFS case clash items by @mgallien in #9741
  • fix(macOS): Fix background update check incorrectly calling Sparkle when automaticallyChecksForUpdates is NO by @i2h3 in #9744
  • fix(macOS): Sparkle Sandboxing by @i2h3 in #9752
  • Chore/remove compilation warning qt 6.10 by @mgallien in #9749
  • chore: systemd service is now wanted by graphical target by @mgallien in #9758
  • fix(macOS): Set app extension version information correctly by @i2h3 in #9766
  • fix(macOS): Launch on Login by @i2h3 in #9773
  • fix(macOS): macOS 13 Ventura Compatibility by @i2h3 in #9778
  • chore(ci): update images by @nilsding in #9786
  • chore: PPA Debian package type is a community packaging by @mgallien in #9790
  • fix(gui): use native QLineEdit styling for server address by @nilsding in #9801
  • fix(windows/vfs): ensure critical logs are going to be produced by @mgallien in #9800
  • Bugfix/remove useless output debug at start by @mgallien in #9792
  • chore(deps): bump cpp-linter/cpp-linter-action from 2.17.0 to 2.17.1 by @dependabot[bot] in #9799
  • fix: remove unused COPY_SECUREFILEDROP_LINK socket command by @Rello in #9808
  • fix(folderman): disconnect slotFolderCanSyncChanged when unloading folder. by @camilasan in #9813
  • Remove Windows Shell/Explorer pinning fallback commands from SocketApi by @Rello in #9819
  • fix(macOS): Open app settings on necessity of sandbox folder migration by @i2h3 in #9830
  • Fix File Provider Domain Account Setup by @i2h3 in #9838
  • fix(macOS): Word wrap in sandbox migration error display by @i2h3 in #9841
  • keep sync dylib install_name as @rpath through cmake --install by @i2h3 in #9844
  • fix: use openBrowser to open URLs by @Rello in #9849
  • Store credentials provided through command line in macOS keychain by @i2h3 in #9847
  • chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #9834
  • chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 by @dependabot[bot] in #9833
  • chore(deps): bump actions/cache from 5.0.4 to 5.0.5 by @dependabot[bot] in #9832
  • chore(deps): bump cpp-linter/cpp-linter-action from 2.17.1 to 2.18.0 by @dependabot[bot] in #9831
  • feature(file-provider): Open folder tray window header button by @i2h3 in #9857
  • chore(i18n): Change group folder to team folder by @rakekniven in #9866
  • feat(loginFlow): delay initialization of web view page until needed by @mgallien in #9874
  • Push File Ignore List by @i2h3 in #9884
  • fix(sharing): parse received timestamp from expiration date by @nilsding in #9882
  • Fix "Always keep downloaded" by @i2h3 in #9890
  • Prevent unnecessary logging about an inexistent trash container item in database by @i2h3 in #9897
  • Replaced decoration asset for items to keep downloaded by @i2h3 in #9900
  • chore: uses known working zlib 1.3.1 release by @mgallien in #9905
  • Run time switch for debug logging by @i2h3 in #9904
  • fix(cfapi): avoid creation of db records if CfExecute failed by @nilsding in #9912
  • fix(upload): skip locked files during upload to avoid errors by @mgallien in #9810
  • chore(github): enhance pull request template with a checklist. by @camilasan in #9925
  • chore: update CODEOWNERS file. by @camilasan in #9926
  • chore(i18n): Added nbsp before ellipsis by @rakekniven in #9943
  • fix(translation): string for time display by @Rello in #9960
  • fix(win32): unlock file after acquiring a lock by @nilsding in #9962
  • Remove obsolete launch agent after installation by @i2h3 in #9976
  • Exclude Bundles and Packages from Synchronization by @i2h3 in #9971
  • fix: settings dialog minimum size by @Rello in #9982
  • fix(editLocally): evaluate lock-record DB call outside Q_ASSERT by @greatjourney589 in #9973
  • Fix File Provider Item Eviction by @i2h3 in #9981
  • fix logger for stdout by @an-dr-eas-k in #9975
  • Fix Open Local Folder by @i2h3 in #10008
  • Apply eager content policy also to first item in nested hierarchies by @i2h3 in #10009
  • fix: Refactor visitedDirectory handling in MaterializedEnumerationObserver by @Rello in #10011
  • perf(rename): cache fileExists results in PropagateLocalRename::start by @qoole in #9999
  • Check Quota before File Provider Item Upload by @i2h3 in #10014
  • fix: remove admin recall feature by @Rello in #10017
  • Prevent duplicate database records for the same file provider item by @i2h3 in #10020
  • Disable file provider on macOS 13 Ventura by @i2h3 in #10021
  • fix(file-provider): detect lock changes during working set enumeration. by @camilasan in #10002
  • Fix Content Policy Inheritance for New Items by @i2h3 in #10038
  • fix(logs): change update channel log severity to info by @nilsding in #10037
  • Restored and updated (some) file provider translations by @i2h3 in #10041
  • Preserve local creation and modification dates by @i2h3 in #10044
  • fix(discovery): do not sync shares with "Allow download and sync" unset by @nilsding in #9963
  • fix: double background in settings navigation by @Rello in #10046
  • Reconciled file provider domain names by @i2h3 in #10051
  • fix: use branded icons also for dev builds by @Rello in #10050
  • Enable "Sync now" button by @i2h3 in #10055
  • Open in browser by @i2h3 in #10057
  • Fixup for pull request #10057 by @i2h3 in #10059
  • Copy internal link by @i2h3 in #10060
  • Pulled in new file provider translations by @i2h3 in #10061
  • New remote items inherit content policy by @i2h3 in #10063
  • feat: tray redesign by @camilasan in #9977
  • Updated documentation for contributors on macOS by @i2h3 in #10083
  • chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 by @dependabot[bot] in #9922
  • chore(deps): bump actions/stale from 10.2.0 to 10.3.0 by @dependabot[bot] in #10077
  • fix(lscoljob): disable Qt's decompression check to allow listing of really large folders again by @nilsding in #9988
  • fix(tray): show correct sync status icon in macOS account popup. by @camilasan in #10094
  • fix(logs): further clarify update channel selection logging and logic by @joshtrichards in #10058
  • Re-enumerate file provider items after app updates by @i2h3 in #10068
  • fix(networkjobs): move processEvents after reply reads in LsColJob by @camilasan in #10093
  • chore: update CONTRIBUTING.md. by @camilasan in #10105
  • feat(UI): Account wizard redesign by @Rello in #10030
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #10107
  • fix: evaluate notify-push ids and only start sync if the ids are know by @Rello in #10104
  • feat(agents): add some more details on what we want for c++ code by @mgallien in #10091
  • Updated API calls NextcloudKit dependency to breaking changes in 7.3.3 by @i2h3 in #10109
  • fix: do not trigger false remote wipe message by @Rello in #10110
  • fix: Add missing icons to buttons on Plasma by @CarlSchwan in #10121
  • fix(agents): correct from AGPL to GPL. by @camilasan in #10124
  • fix: Account Wizard UX fixes by @Rello in #10114
  • chore(readme): add link to the CONTRIBUTING.md. by @camilasan in #10126
  • Updated macOS App Icon by @i2h3 in #10113
  • fix(filedetails): use correct path for fetching file tags by @nilsding in #10067
  • fix(common): preserve Windows Explorer custom folder icons during migration. by @camilasan in #9872
  • fix(macOS): fall back to SVG + ECM pipeline for branded builds by @i2h3 in #10141
  • Fix clean build by conditionally signing file provider extensions by @i2h3 in #10142
  • fix(ci): Use macOS 26 runners for GitHub actions. by @i2h3 in #10144
  • feat(UI): Updated settings dialog UI by @Rello in #10031
  • fix: reduce logging by @Rello in #10152
  • fix: do not double translate string by @Rello in #10149
  • fix: AppToken was not removed by @Rello in #10153
  • fix(gui): add maybe_unused attribute to parameter. by @camilasan in #10151
  • chore(i18n): Delete .tx/nextcloud.client-desktop directory by @rakekniven in #10155
  • fix: updated link to instructions for KDE Craft. by @camilasan in #10161
  • fix(l10n): Update translations from Transifex by @i2h3 in #10158
  • fix: add direct log when folder watcher detects changes by @mgallien in #10145
  • feat: update craft configuration for next release by @mgallien in #10166
  • fix(file-provider): use slash prefix for child item queries. by @camilasan in #10130
  • Replace Qt Multimedia with a native audio abstraction by @i2h3 in #10098
  • Bugfix/noid/single app on linux using d bus by @mgallien in #10088
  • fix(file-provider): prevent data loss when parent folder moves during sync. by @camilasan in #10134
  • [stable-34.0] fix(file-provider): invalidate lock tokens when file paths change. by @backportbot[bot] in #10185
  • [stable-34.0] Fix initial menu bar extra sync status by @backportbot[bot] in #10191
  • [stable-34.0] chore(macOS): Removed obsolete SwiftNIO dependency by @backportbot[bot] in #10194
  • [stable-34.0] fix(#10177): Unblock menu bar extra by @backportbot[bot] in #10195
  • [stable-34.0] Movable wizard window by @backportbot[bot] in #10197
  • [stable-34.0] fix(gui): prevent nullptr dereference when VFS mode is unavailable by @backportbot[bot] in #10199
  • [stable-34.0] fix(vfs/windows): use proper relative local path for DB records by @backportbot[bot] in #10207
  • [stable-34.0] chore(agents): add guideline for verifiable claims in contributions. by @backportbot[bot] in #10201
  • [stable-34.0] Relabel "virtual files" as "File Provider" by @backportbot[bot] in #10209
  • [stable-34.0] fix(libsync): folder move or rename data loss. by @backportbot[bot] in #10218
  • [stable-34.0] fix: build error with OpenSSL 4.0 by @backportbot[bot] in #10228
  • [stable-34.0] fix(#10216): Prevent app nap and silent kill by @backportbot[bot] in #10231
  • [stable-34.0] fix(UI): read OCC_UPDATE_URL only for dev builds by @backportbot[bot] in #10240
  • [stable-34.0] feat(tray): move logout and remove to settings menu by @backportbot[bot] in #10239
  • [stable-34.0] fix(gui): remove gap after status messages by @backportbot[bot] in #10247
  • [stable-34.0] Bugfix/end to end encryption by @backportbot[bot] in #10249
  • [stable-34.0] Correct Remote Change Propagation to File Provider Framework by @backportbot[bot] in #10254
  • [stable-34.0] Support Adobe Lock Files by @backportbot[bot] in #10265
  • [stable-34.0] Confine Enumeration (master) by @backportbot[bot] in #10267
  • [stable-34.0] fix: parsing ] in ignore list in File Provider correctly by @backportbot[bot] in #10270
  • [stable-34.0] Remove QtWebEngine by @backportbot[bot] in #10278
  • [stable-34.0] Fix crash due to FILEPROVIDER_OBSERVER_TOO_MANY_ITEMS by @backportbot[bot] in #10285
  • [stable-34.0] fix(cmd,csync): don't silently ignore a missing --exclude file by @backportbot[bot] in #10291
  • [stable-34.0] fix(logs): prints the Qt platform name at startup by @backportbot[bot] in #10287
  • [stable-34.0] Prevent crash on wake (Ticket#96101255) by @backportbot[bot] in #10294
  • [stable-34.0] chore: disable building with Qt WebEngine in craft settings by @backportbot[bot] in #10296
  • [stable-34.0] "Edit locally" in Web → Reveal in Finder on macOS by @backportbot[bot] in #10305
  • [stable-34.0] feature(signup): migrate simple-signup to standard browser by @backportbot[bot] in #10311
  • [stable-34.0] Bugfix/noid/fix account provisioning by @backportbot[bot] in #10319
  • [stable-34.0] feat(tray): Migrate TrayWindow to the new tray user menu by @backportbot[bot] in #10321
  • [stable-34.0] Support Adobe InDesign safe save by @backportbot[bot] in #10324
  • [stable-34.0] fix: translation strings by @backportbot[bot] in #10330
  • [stable-34.0] fix: load existing accounts before creating a new one by @backportbot[bot] in #10327
  • [stable-34.0] fix: Don't recursively call processEvents by @backportbot[bot] in #10333
  • [stable-34.0] fix(UI): validate E2EE file names by @backportbot[bot] in #10337
  • [stable-34.0] fix(exclude): avoid trying to read patterns from file when reading failed by @backportbot[bot] in #10341
  • [stable-34.0] Enable removal of downloaded items on a folder by @backportbot[bot] in #10342
  • [stable-34.0] fix: "dismiss" string and showing of chat message in tray preview by @backportbot[bot] in #10346
  • [stable-34.0] fix(TransifexStringCatalogSanitizer): Hardening to prevent data loss by @backportbot[bot] in #10347
  • [stable-34.0] feature: add search dialog to new tray menu by @backportbot[bot] in #10349
  • [stable-34.0] fix: do not allow scheme change for push notifications by @backportbot[bot] in #10352
  • [stable-34.0] Feature/governance labels integration by @backportbot[bot] in #10353
  • [stable-34.0] chore: cleanup some unused capability/sharing methods by @backportbot[bot] in #10355
  • [stable-34.0] perf(activity): cache singleton pointers and avoid string concat in hot path by @backportbot[bot] in #10358
  • [stable-34.0] fix(tray): Fix macOS material choice for tray menu background by @backportbot[bot] in #10364
  • [stable-34.0] Improve FinderSync Extension handling by @backportbot[bot] in #10368
  • [stable-34.0] feat(governance): update governance API for latest changes by @backportbot[bot] in #10383
  • [stable-34.0] Check for file provider upload size mismatch by @backportbot[bot] in #10384
  • [stable-34.0] chore: @claucambra is a new code owner by @backportbot[bot] in #10386
  • [stable-34.0] Improved upload chunk integrity by @backportbot[bot] in #10387
  • [stable-34.0] Improved file provider switch user experience by @backportbot[bot] in #10388
  • [stable-34.0] refactor(gui/search): build as a proper QML module by @backportbot[bot] in #10391
  • [stable-34.0] Detect upload conflicts with an If-Match precondition by @backportbot[bot] in #10394
  • [stable-34.0] feat: Handle AutoCAD lock files in classic sync by @backportbot[bot] in #10396
  • [stable-34.0] feat(fileprovider): Handle AutoCAD lock files by @backportbot[bot] in #10397
  • [stable-34.0] chore: Add performance test/results requirement for perf PRs in PR template by @backportbot[bot] in #10401
  • [stable-34.0] feat: Handle Adobe lock files (InDesign, Premiere) in classic sync by @backportbot[bot] in #10402
  • [stable-34.0] fix(folderwatcher): ignore events for stale inotify watch descriptors by @backportbot[bot] in #10403
  • [stable-34.0] fix(macOS): Prevent stripping of application name components following a dot in Sparkle update notices by @backportbot[bot] in #10404

New Contributors

Full Changelog: v33.0.0...v34.0.0-rc3

Don't miss a new desktop release

NewReleases is sending notifications on new releases.