Skip to content

Releases: nextcloud/desktop

Release 3.12.4

26 Apr 11:12
Compare
Choose a tag to compare

What's Changed

  • [stable-3.12] Bugfix. Remove seen call notifications from the list. by @backportbot in #6605
  • [stable-3.12] Bugfix/folder conflict disappear by @allexzander in #6665
  • create registry keys needed for edit locally in local machine category by @mgallien in #6672
  • if a virtual file change but bothing changed: set it as in sync by @mgallien in #6676
  • do not cause implicit hydration of virtual files during sync by @mgallien in #6678
  • [stable-3.12] Detect office files for locking on new upload. Notify FolderWatcher. by @allexzander in #6627
  • Backport/6588/stable 3.12 by @camilasan in #6686
  • [stable-3.12] Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows. by @allexzander in #6700
  • [stable-3.12] Bugfix/slow sync with tray open by @allexzander in #6699
  • Backport/6589/stable-3.12 by @camilasan in #6687
  • Backport/6598/stable 3.12 by @camilasan in #6688

Full Changelog: v3.12.3...v3.12.4

Release 3.13.0

24 Apr 11:56
v3.13.0
1e5523e
Compare
Choose a tag to compare

What's Changed

  • Allow event processing between each XML parser run, to improve GUI performance. by @allexzander in #6336
  • partial move of some checks done with drone to github actions by @mgallien in #6363
  • Bugfix. Random crash in LsColJob after recent changes. by @allexzander in #6393
  • Build(deps): Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 by @dependabot in #6394
  • wait longer to get the contextual menu entries: may be necessary by @mgallien in #6406
  • fix(i18n): uppercase ID by @rakekniven in #6407
  • chore: update workflows from templates by @nextcloud-command in #6412
  • Build(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #6414
  • suppress deprecated warnings from openssl by @mgallien in #6402
  • Swift-format FileProviderExt by @claucambra in #6368
  • Display a message to upgrade client if minimumSupportedDesktopVersion is thrown by @camilasan in #6405
  • Do not create systray notification if there are no errors. by @camilasan in #6421
  • docs(conffile) Update chunk sizes to match v2 chunking PR defaults by @joshtrichards in #6231
  • Fix undefined sync status reporting in tray icon by @claucambra in #5565
  • clean up some qml code for share dialog by @mgallien in #6425
  • Feature/detect open files by @allexzander in #6434
  • Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config. by @allexzander in #6459
  • add extra logs to investigate lock type issues by @mgallien in #6451
  • Rewrite communication between client and File Provider extensions using XPC by @claucambra in #6324
  • Add a configuration interface for macOS File Provider virtual files by @claucambra in #6351
  • Use 'FindMimeFromData' from Win API instead of QMimeDatabase() functions to get the mimetype. Prevents freeze from VFS placeholders. by @allexzander in #6458
  • VFS. CfAPI. Provide detailed error message for leading '#' placeholder update failure. by @allexzander in #6456
  • E2EE. Allow decryption v1.0 and v1.1 folders. by @allexzander in #6471
  • Fix crash when deleting a local sync folder during sync. by @allexzander in #6454
  • Client Status Reporting. Only report statuses listed on the server. by @allexzander in #6479
  • Bugfix/e2ee v2 non-root sync by @allexzander in #6486
  • Bugfix. E2ee misleading log fix. by @allexzander in #6484
  • Bugfix/expandable folder status model by @claucambra in #6490
  • Bugfix. Federated share activity show 'Decline' action button. by @allexzander in #6502
  • Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern. by @allexzander in #6503
  • Bump cpp-linter/cpp-linter-action from 2.8.0 to 2.9.1 by @dependabot in #6491
  • when moving a file, checks that it exists at origin or destination by @mgallien in #6463
  • Add option to perform fast synchronisation runs in File Provider sync engine by @claucambra in #6461
  • Support the KF6 based version of Dolphin by @er-vin in #6320
  • Enable eviction of materialised copies of virtual files in File Provider (macOS) by @claucambra in #6467
  • [socketapi] Replace QClipboard with KSystemClipboard when available by @er-vin in #6515
  • Feature/macos legacy by @camilasan in #6498
  • always store newly created folders in DB even if it is missing by @mgallien in #6535
  • newly created folders will be read-only when needed by @mgallien in #6343
  • Bugfix. E2EE. Use 'double' for legacy metadata. by @allexzander in #6540
  • only display changed network errors during validation of connection by @mgallien in #6542
  • Bugfix. Files-lock. Incorrect readonly state for TokenLock. by @allexzander in #6547
  • Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed. by @allexzander in #6525
  • allow wipe feature to delete data of a wiped user account by @mgallien in #6521
  • E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths. by @allexzander in #6529
  • E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss. by @allexzander in #6528
  • Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0 by @dependabot in #6537
  • if desktop client sent a first reply: wait for the menu data by @mgallien in #6553
  • User 'Connection issue' instead of 'Network error' in systray notification by @camilasan in #6514
  • fix(docs): parameter promptDeleteAllFiles defaults to false not true by @joshtrichards in #6532
  • libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory by @tintou in #6137
  • use the proper name when reading system exclude config file by @mgallien in #6568
  • Bugfix/fix explorer crash windows by @mgallien in #6582
  • Ci/some unity build fixes by @mgallien in #6580
  • context menu: do not recursively check pin and availability states by @mgallien in #6573
  • properly compute if a folder is top level or child extern mounted by @mgallien in #6578
  • Fix macOS legacy build breakage caused by std::filesystem by @claucambra in #6583
  • Bugfix. Remove seen call notifications from the list. by @allexzander in #6563
  • Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2 by @dependabot in #6579
  • Add typical Syncthing files to default exclusion by @Zocker1999NET in #6524
  • fix windows and macOS ci checks by @mgallien in #6519
  • [stable-3.13] Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS) by @backportbot in #6636
  • Backport/stable 3.13 fp sharing by @claucambra in #6643
  • [stable-3.13] Make use of NextcloudFileProviderKit in File Provider Module by @backportbot in #6645
  • [stable-3.13] Fix possible issues with item metadata acquisition required for macOS VFS file sharing by @backportbot in #6649
  • [stable-3.13] Bugfix/folder conflict disappear by @backportbot in #6664
  • [stable-3.13] create registry keys needed for edit locally in local machine category by @backportbot in #6667
  • [stable-3.13] Use davUser instead of direct credentials user in file provider by @backportbot in #6674
  • [stable-3.13] Feature/office files lock newly created. Plus refactoring. by @backportbot in #6626
  • [stable-3.13] if a virtual file change but nothing changed: set it as in sync by @backportbot in #6675
  • [stable-3.13] do not cause implicit hydration of virtual files during sync by @backportbot in #6677
  • Backport/6588/stable 3.13 by @camilasan in #6680
  • Backport/6589/stable 3.13 by @camilasan in #6681
  • Backport/6598/stable 3.13.0 by @camilasan in #6682
  • Backport/6669/stable 3.13 by @camilasan in #6683
  • Fetch macOS VFS package in autoupdater if the client is using the fil… by @camilasan in #6684
  • Backport/6673/stable 3.13 by @camilasan in #6685

New Contributors

Read more

Release 3.13.0-fileprovider-rc1 (macOS virtual files)

22 Apr 09:15
d6de920
Compare
Choose a tag to compare

What's Changed

  • Allow event processing between each XML parser run, to improve GUI performance. by @allexzander in #6336
  • partial move of some checks done with drone to github actions by @mgallien in #6363
  • Bugfix. Random crash in LsColJob after recent changes. by @allexzander in #6393
  • Build(deps): Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 by @dependabot in #6394
  • wait longer to get the contextual menu entries: may be necessary by @mgallien in #6406
  • fix(i18n): uppercase ID by @rakekniven in #6407
  • chore: update workflows from templates by @nextcloud-command in #6412
  • Build(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #6414
  • suppress deprecated warnings from openssl by @mgallien in #6402
  • Swift-format FileProviderExt by @claucambra in #6368
  • Display a message to upgrade client if minimumSupportedDesktopVersion is thrown by @camilasan in #6405
  • Do not create systray notification if there are no errors. by @camilasan in #6421
  • docs(conffile) Update chunk sizes to match v2 chunking PR defaults by @joshtrichards in #6231
  • Fix undefined sync status reporting in tray icon by @claucambra in #5565
  • clean up some qml code for share dialog by @mgallien in #6425
  • Feature/detect open files by @allexzander in #6434
  • Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config. by @allexzander in #6459
  • add extra logs to investigate lock type issues by @mgallien in #6451
  • Rewrite communication between client and File Provider extensions using XPC by @claucambra in #6324
  • Add a configuration interface for macOS File Provider virtual files by @claucambra in #6351
  • Use 'FindMimeFromData' from Win API instead of QMimeDatabase() functions to get the mimetype. Prevents freeze from VFS placeholders. by @allexzander in #6458
  • VFS. CfAPI. Provide detailed error message for leading '#' placeholder update failure. by @allexzander in #6456
  • E2EE. Allow decryption v1.0 and v1.1 folders. by @allexzander in #6471
  • Fix crash when deleting a local sync folder during sync. by @allexzander in #6454
  • Client Status Reporting. Only report statuses listed on the server. by @allexzander in #6479
  • Bugfix/e2ee v2 non-root sync by @allexzander in #6486
  • Bugfix. E2ee misleading log fix. by @allexzander in #6484
  • Bugfix/expandable folder status model by @claucambra in #6490
  • Bugfix. Federated share activity show 'Decline' action button. by @allexzander in #6502
  • Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern. by @allexzander in #6503
  • Bump cpp-linter/cpp-linter-action from 2.8.0 to 2.9.1 by @dependabot in #6491
  • when moving a file, checks that it exists at origin or destination by @mgallien in #6463
  • Add option to perform fast synchronisation runs in File Provider sync engine by @claucambra in #6461
  • Support the KF6 based version of Dolphin by @er-vin in #6320
  • Enable eviction of materialised copies of virtual files in File Provider (macOS) by @claucambra in #6467
  • [socketapi] Replace QClipboard with KSystemClipboard when available by @er-vin in #6515
  • Feature/macos legacy by @camilasan in #6498
  • always store newly created folders in DB even if it is missing by @mgallien in #6535
  • newly created folders will be read-only when needed by @mgallien in #6343
  • Bugfix. E2EE. Use 'double' for legacy metadata. by @allexzander in #6540
  • only display changed network errors during validation of connection by @mgallien in #6542
  • Bugfix. Files-lock. Incorrect readonly state for TokenLock. by @allexzander in #6547
  • Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed. by @allexzander in #6525
  • allow wipe feature to delete data of a wiped user account by @mgallien in #6521
  • E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths. by @allexzander in #6529
  • E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss. by @allexzander in #6528
  • Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0 by @dependabot in #6537
  • if desktop client sent a first reply: wait for the menu data by @mgallien in #6553
  • User 'Connection issue' instead of 'Network error' in systray notification by @camilasan in #6514
  • fix(docs): parameter promptDeleteAllFiles defaults to false not true by @joshtrichards in #6532
  • libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory by @tintou in #6137
  • use the proper name when reading system exclude config file by @mgallien in #6568
  • Bugfix/fix explorer crash windows by @mgallien in #6582
  • Ci/some unity build fixes by @mgallien in #6580
  • context menu: do not recursively check pin and availability states by @mgallien in #6573
  • properly compute if a folder is top level or child extern mounted by @mgallien in #6578
  • Fix macOS legacy build breakage caused by std::filesystem by @claucambra in #6583
  • Bugfix. Remove seen call notifications from the list. by @allexzander in #6563
  • Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2 by @dependabot in #6579
  • Add typical Syncthing files to default exclusion by @Zocker1999NET in #6524
  • fix windows and macOS ci checks by @mgallien in #6519
  • [stable-3.13] Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS) by @backportbot in #6636
  • Backport/stable 3.13 fp sharing by @claucambra in #6643
  • [stable-3.13] Make use of NextcloudFileProviderKit in File Provider Module by @backportbot in #6645
  • [stable-3.13-fileprovider] Fix possible issues with item metadata acquisition required for macOS VFS file sharing by @backportbot in #6650

New Contributors

Full Changelog: v3.12.3...v3.13.0-fileprovider-rc1

Release 3.13.0-rc1

12 Apr 21:58
v3.13.0-rc1
5da28bf
Compare
Choose a tag to compare
Release 3.13.0-rc1 Pre-release
Pre-release

What's Changed

  • Allow event processing between each XML parser run, to improve GUI performance. by @allexzander in #6336
  • partial move of some checks done with drone to github actions by @mgallien in #6363
  • Bugfix. Random crash in LsColJob after recent changes. by @allexzander in #6393
  • Build(deps): Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 by @dependabot in #6394
  • wait longer to get the contextual menu entries: may be necessary by @mgallien in #6406
  • fix(i18n): uppercase ID by @rakekniven in #6407
  • chore: update workflows from templates by @nextcloud-command in #6412
  • Build(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #6414
  • suppress deprecated warnings from openssl by @mgallien in #6402
  • Swift-format FileProviderExt by @claucambra in #6368
  • Display a message to upgrade client if minimumSupportedDesktopVersion is thrown by @camilasan in #6405
  • Do not create systray notification if there are no errors. by @camilasan in #6421
  • docs(conffile) Update chunk sizes to match v2 chunking PR defaults by @joshtrichards in #6231
  • Fix undefined sync status reporting in tray icon by @claucambra in #5565
  • clean up some qml code for share dialog by @mgallien in #6425
  • Feature/detect open files by @allexzander in #6434
  • Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config. by @allexzander in #6459
  • add extra logs to investigate lock type issues by @mgallien in #6451
  • Rewrite communication between client and File Provider extensions using XPC by @claucambra in #6324
  • Add a configuration interface for macOS File Provider virtual files by @claucambra in #6351
  • Use 'FindMimeFromData' from Win API instead of QMimeDatabase() functions to get the mimetype. Prevents freeze from VFS placeholders. by @allexzander in #6458
  • VFS. CfAPI. Provide detailed error message for leading '#' placeholder update failure. by @allexzander in #6456
  • E2EE. Allow decryption v1.0 and v1.1 folders. by @allexzander in #6471
  • Fix crash when deleting a local sync folder during sync. by @allexzander in #6454
  • Client Status Reporting. Only report statuses listed on the server. by @allexzander in #6479
  • Bugfix/e2ee v2 non-root sync by @allexzander in #6486
  • Bugfix. E2ee misleading log fix. by @allexzander in #6484
  • Bugfix/expandable folder status model by @claucambra in #6490
  • Bugfix. Federated share activity show 'Decline' action button. by @allexzander in #6502
  • Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern. by @allexzander in #6503
  • Bump cpp-linter/cpp-linter-action from 2.8.0 to 2.9.1 by @dependabot in #6491
  • when moving a file, checks that it exists at origin or destination by @mgallien in #6463
  • Add option to perform fast synchronisation runs in File Provider sync engine by @claucambra in #6461
  • Support the KF6 based version of Dolphin by @er-vin in #6320
  • Enable eviction of materialised copies of virtual files in File Provider (macOS) by @claucambra in #6467
  • [socketapi] Replace QClipboard with KSystemClipboard when available by @er-vin in #6515
  • Feature/macos legacy by @camilasan in #6498
  • always store newly created folders in DB even if it is missing by @mgallien in #6535
  • newly created folders will be read-only when needed by @mgallien in #6343
  • Bugfix. E2EE. Use 'double' for legacy metadata. by @allexzander in #6540
  • only display changed network errors during validation of connection by @mgallien in #6542
  • Bugfix. Files-lock. Incorrect readonly state for TokenLock. by @allexzander in #6547
  • Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed. by @allexzander in #6525
  • allow wipe feature to delete data of a wiped user account by @mgallien in #6521
  • E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths. by @allexzander in #6529
  • E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss. by @allexzander in #6528
  • Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0 by @dependabot in #6537
  • if desktop client sent a first reply: wait for the menu data by @mgallien in #6553
  • User 'Connection issue' instead of 'Network error' in systray notification by @camilasan in #6514
  • fix(docs): parameter promptDeleteAllFiles defaults to false not true by @joshtrichards in #6532
  • libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory by @tintou in #6137
  • use the proper name when reading system exclude config file by @mgallien in #6568
  • Bugfix/fix explorer crash windows by @mgallien in #6582
  • Ci/some unity build fixes by @mgallien in #6580
  • context menu: do not recursively check pin and availability states by @mgallien in #6573
  • properly compute if a folder is top level or child extern mounted by @mgallien in #6578
  • Fix macOS legacy build breakage caused by std::filesystem by @claucambra in #6583
  • Bugfix. Remove seen call notifications from the list. by @allexzander in #6563
  • Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2 by @dependabot in #6579
  • Add typical Syncthing files to default exclusion by @Zocker1999NET in #6524
  • fix windows and macOS ci checks by @mgallien in #6519

New Contributors

Full Changelog: v3.12.3...v3.13.0-rc1

Release 3.12.3

28 Mar 15:18
v3.12.3
e4ad64a
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • [stable-3.12] use the proper name when reading system exclude config file by @backportbot in #6586
  • [stable-3.12] Bugfix/fix explorer crash windows by @backportbot in #6585
  • [stable-3.12] context menu: do not recursively check pin and availability states by @backportbot in #6587
  • [stable-3.12] properly compute if a folder is top level or child extern mounted by @backportbot in #6590
  • [stable-3.12] adjust AppImage build script to the new build image by @backportbot in #6591

Full Changelog: v3.12.2...v3.12.3

Release 3.12.2

20 Mar 17:49
v3.12.2
b846740
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • Backport/6498/stable 3.12 by @camilasan in #6534
  • [stable-3.12] always store newly created folders in DB even if it is missing by @backportbot in #6538
  • [stable-3.12] Bugfix. E2EE. Use 'double' for legacy metadata. by @backportbot in #6543
  • [stable-3.12] Bugfix. Files-lock. Incorrect readonly state for TokenLock. by @backportbot in #6551
  • [stable-3.12] only display changed network errors during validation of connection by @backportbot in #6550
  • [stable-3.12] Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed. by @backportbot in #6555
  • [stable-3.12] E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths. by @backportbot in #6558
  • [stable-3.12] E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss. by @backportbot in #6559
  • [stable-3.12] allow wipe feature to delete data of a wiped user account by @backportbot in #6556
  • [stable-3.12] if desktop client sent a first reply: wait for the menu data by @backportbot in #6560
  • [stable-3.12] fix(docs): parameter promptDeleteAllFiles defaults to false not true by @backportbot in #6561

Full Changelog: v3.12.1...v3.12.2

Release 3.12.1

07 Mar 08:25
v3.12.1
3191603
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • [stable-3.12] Feature/detect open files by @backportbot in #6444
  • [stable-3.12] Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config. by @backportbot in #6460
  • [stable-3.12] Use 'FindMimeFromData' from Win API instead of QMimeDatabase() functions to get the mimetype. Prevents freeze from VFS placeholders. by @backportbot in #6475
  • [stable-3.12] VFS. CfAPI. Provide detailed error message for leading '#' placeholder update failure. by @backportbot in #6476
  • [stable-3.12] E2EE. Allow decryption v1.0 and v1.1 folders. by @backportbot in #6478
  • [stable-3.12] Fix crash when deleting a local sync folder during sync. by @backportbot in #6481
  • [stable-3.12] add extra logs to investigate lock type issues by @backportbot in #6465
  • [stable-3.12] Client Status Reporting. Only report statuses listed on the server. by @backportbot in #6494
  • [stable-3.12] Bugfix/e2ee v2 non-root sync by @backportbot in #6496
  • [stable-3.12] Bugfix. E2ee misleading log fix. by @backportbot in #6499
  • [stable-3.12] Bugfix/expandable folder status model by @backportbot in #6505
  • [stable-3.12] Bugfix. Federated share activity show 'Decline' action button. by @backportbot in #6506
  • [stable-3.12] Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern. by @backportbot in #6507
  • [stable-3.12] when moving a file, checks that it exists at origin or destination by @backportbot in #6509

Full Changelog: v3.12.0...v3.12.1

Release 3.11.2

25 Feb 11:17
v3.11.2
11d21ff
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • [stable-3.11] Avoid duplicate declarations with latest libcloudproviders by @backportbot in #6365
  • [stable-3.11] Remove Ubuntu Lunar, add Noble by @backportbot in #6397
  • [stable-3.11] wait longer to get the contextual menu entries: may be necessary by @backportbot in #6416
  • [stable-3.11] add extra logs to investigate lock type issues by @backportbot in #6464

Full Changelog: v3.11.1...v3.11.2

Release 3.12.0

14 Feb 08:46
v3.12.0
1c1e752
Compare
Choose a tag to compare

List of supported platforms by this release: System Requirements

What's Changed

  • avoid modifying a placeholder (virtual files) when not needed by @mgallien in #6212
  • Fix build with latest NextcloudKit, caused by search for XCTest and friends by @claucambra in #6258
  • Feature. Do not allow move of external storage mounted folders. by @allexzander in #6264
  • Bug fixes for mac OS by @camilasan in #6207
  • Feature/client status reporting by @allexzander in #6247
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.1 to 2.7.2 by @dependabot in #6287
  • Build(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #6288
  • Build(deps): Bump actions/stale from 8 to 9 by @dependabot in #6289
  • Bugfix. Fix incorrect size of the folderbutton size and scaling. by @allexzander in #6291
  • Bugfix. Do not treat item type change as metadata update. by @allexzander in #6285
  • ensure we do not modify a file that has been just uploaded by @mgallien in #6297
  • Bugfix/missing translations in AppImage by @mgallien in #6332
  • chore: update workflows from templates by @nextcloud-command in #6316
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.2 to 2.7.5 by @dependabot in #6314
  • Feature/filelocking keep user lock by @allexzander in #6347
  • full git path by @tobiasKaminsky in #6360
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.5 to 2.7.6 by @dependabot in #6352
  • Display terabyte again by @camilasan in #6286
  • GUI/LIBSYNC: force login flow V2 with config setting by @mickenordin in #6261
  • Avoid duplicate declarations with latest libcloudproviders by @tintou in #6275
  • Spell-correction for e2e_errors by @allexzander in #6354
  • Bugfix/autostart by @camilasan in #6342
  • globally enable use of the xcode hardened runtime by @mgallien in #6378
  • Fix: remove failure to import legacy account notification. by @camilasan in #6381
  • Feature/e2ee v2 foldersharing by @allexzander in #6350
  • Remove Ubuntu Lunar, add Noble by @ivaradi in #6387
  • Build(deps): Bump actions/cache from 3 to 4 by @dependabot in #6376
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.6 to 2.8.0 by @dependabot in #6377
  • partial build fix when TOKEN_AUTH_ONLY is enabled at configure time by @mgallien in #6370
  • Simplify window positioning compute, more flexibly handle different available geometries by @claucambra in #6353
  • [stable-3.12] Allow event processing between each XML parser run, to improve GUI performance. by @backportbot in #6392
  • [stable-3.12] partial move of some checks done with drone to github actions by @backportbot in #6395
  • [stable-3.12] Bugfix. Random crash in LsColJob after recent changes. by @backportbot in #6396
  • [stable-3.12] fix(i18n): uppercase ID by @backportbot in #6415
  • [stable-3.12] wait longer to get the contextual menu entries: may be necessary by @backportbot in #6417
  • [stable-3.12] docs(conffile) Update chunk sizes to match v2 chunking PR defaults by @backportbot in #6435
  • [stable-3.12] suppress deprecated warnings from openssl by @backportbot in #6436
  • [stable-3.12] Fix undefined sync status reporting in tray icon by @backportbot in #6437
  • [stable-3.12] Improve how the UI shows that the client is actually syncing by @mgallien in #6438
  • [stable-3.12] Do not create systray notification if there are no errors. by @backportbot in #6439
  • [stable-3.12] clean up some qml code for share dialog by @backportbot in #6441

New Contributors

Full Changelog: v3.11.0...v3.12.0

Release 3.12.0 RC1

31 Jan 14:03
v3.12.0-rc1
fbcbf7a
Compare
Choose a tag to compare
Release 3.12.0 RC1 Pre-release
Pre-release

List of supported platforms by this release: System Requirements

What's Changed

  • avoid modifying a placeholder (virtual files) when not needed by @mgallien in #6212
  • Fix build with latest NextcloudKit, caused by search for XCTest and friends by @claucambra in #6258
  • Feature. Do not allow move of external storage mounted folders. by @allexzander in #6264
  • Bug fixes for mac OS by @camilasan in #6207
  • Feature/client status reporting by @allexzander in #6247
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.1 to 2.7.2 by @dependabot in #6287
  • Build(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #6288
  • Build(deps): Bump actions/stale from 8 to 9 by @dependabot in #6289
  • Bugfix. Fix incorrect size of the folderbutton size and scaling. by @allexzander in #6291
  • Bugfix. Do not treat item type change as metadata update. by @allexzander in #6285
  • ensure we do not modify a file that has been just uploaded by @mgallien in #6297
  • Bugfix/missing translations in AppImage by @mgallien in #6332
  • chore: update workflows from templates by @nextcloud-command in #6316
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.2 to 2.7.5 by @dependabot in #6314
  • Feature/filelocking keep user lock by @allexzander in #6347
  • full git path by @tobiasKaminsky in #6360
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.5 to 2.7.6 by @dependabot in #6352
  • Display terabyte again by @camilasan in #6286
  • GUI/LIBSYNC: force login flow V2 with config setting by @mickenordin in #6261
  • Avoid duplicate declarations with latest libcloudproviders by @tintou in #6275
  • Spell-correction for e2e_errors by @allexzander in #6354
  • Bugfix/autostart by @camilasan in #6342
  • globally enable use of the xcode hardened runtime by @mgallien in #6378
  • Fix: remove failure to import legacy account notification. by @camilasan in #6381
  • Feature/e2ee v2 foldersharing by @allexzander in #6350
  • Remove Ubuntu Lunar, add Noble by @ivaradi in #6387
  • Build(deps): Bump actions/cache from 3 to 4 by @dependabot in #6376
  • Build(deps): Bump cpp-linter/cpp-linter-action from 2.7.6 to 2.8.0 by @dependabot in #6377
  • partial build fix when TOKEN_AUTH_ONLY is enabled at configure time by @mgallien in #6370
  • Simplify window positioning compute, more flexibly handle different available geometries by @claucambra in #6353
  • [stable-3.12] Allow event processing between each XML parser run, to improve GUI performance. by @backportbot in #6392
  • [stable-3.12] partial move of some checks done with drone to github actions by @backportbot in #6395
  • [stable-3.12] Bugfix. Random crash in LsColJob after recent changes. by @backportbot in #6396

New Contributors

Full Changelog: v3.11.0...v3.12.0-rc1