v34.0.2Desktop
Release 34.0.2
Changed 1
- Migrate config not interactive to nextcloud cmd
Fixed 14
- Deletion of server-side item for items excluded from sync
- Activate tray window also on right click on macOS
- Preserve special characters in chunked upload paths
- Use QString to avoid dangling QStringBuilder in discovery
- Defer move item dialog out of socket read loop
- Prevent reupload of placeholder dirs deleted remotely on Windows
- Present tray popup before app activation on macOS
- Get actual user home directory correctly on macOS
- Properly test for locked files on Windows
- Align reauthentication with account setup in wizard
- Compare FinderSync broker application versions on macOS
- Restore pause and resume sync action in tray
- Clean up stale chunked upload chunks in file-provider
- Sync new files on Windows
From Nextcloud Desktop
What's Changed
- [stable-34.0] fix(file-provider): Deletion of server-side item for items excluded from sync by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10540
- [stable-34.0] fix(tray): activate tray window also on right click (macOS) by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10542
- [stable-34.0] fix(file-provider): preserve special characters in chunked upload paths by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10544
- [stable-34.0] fix(discovery): use QString to avoid dangling QStringBuilder. by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10557
- [stable-34.0] fix(socketapi): defer move item dialog out of socket read loop. by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10578
- [stable-34.0] fix(windows): Prevent reupload of placeholder dirs deleted remotely by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10585
- [stable-34.0] fix(macOS): present tray popup before app activation by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10593
- [stable-34.0] fix(macos): Get actual user home directory correctly by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10573
- [stable-34.0] fix(windows): properly test for locked files by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10603
- [stable-34.0] fix(wizard): align reauthentication with account setup by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10605
- [stable-34.0] fix(macOS): compare FinderSync broker application versions by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10606
- [stable-34.0] fix(tray): restore pause and resume sync action by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10607
- [stable-34.0] Feature/config not interactive migrated to nextcloud cmd by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10608
- [stable-34.0] fix(file-provider): Clean up stale chunked upload chunks by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10617
- [stable-34.0] Bugfix/sync new files on windows by @backportbot[bot] in https://github.com/nextcloud/desktop/pull/10626
Full Changelog: https://github.com/nextcloud/desktop/compare/v34.0.1...v34.0.2