Skip to content

Release Version 12.3.0 (September 2024)

Latest
Compare
Choose a tag to compare
@hosy hosy released this 25 Sep 12:13
· 38 commits to master since this release

Summary

  • Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: #1344
  • Bugfix - Remove (re)sharing from roles for newly created user/group shares: #1376
  • Enhancement - Improved sidebar with account-wide search: #1320
  • Enhancement - Sync Engine fixes and improvements: #1376
  • Enhancement - Reduce memory footprint: #1376

Details

  • Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: #1344

    Fix an issue arising from Available Offline policies targeting
    unavailable/detached drives and removes the respective policies.

    #1344

  • Bugfix - Remove (re)sharing from roles for newly created user/group shares: #1376

    Removes (re)sharing from roles for newly created user/group shares for ocis.

    #1376

  • Enhancement - Improved sidebar with account-wide search: #1320

    This PR: - removes Quick Access from the sidebar, redistributing its prior
    contents as follows: - Recents: promoted to a top-level sidebar item -
    Favorites: promoted to a top-level sidebar item - Available Offline:
    promoted to a top-level sidebar item - other Quick Access items: moved as
    suggestions to new top-level sidebar Search item, with a dedicated Add to sidebar button that allows re-adding the previous Quick Access items as saved
    search - Saved searches now appear as top-level items in the sidebar - adds
    custom user sidebar items - can be added via Add to sidebar - support drag and
    drop (also cross-account) - managed via context menu, swipe and Remove from sidebar actions - in the share extension automatically connects to the first
    account if only one account is in the account (superseding
    #1296) - incorporates the
    latest SDK with important fixes

    #1320

  • Enhancement - Sync Engine fixes and improvements: #1376

    • Detects disconnected/spurious TUS uploads running in the HTTP backend and stop
      them if the Sync Action that started the upload is no longer around. - Find
      hanging Sync Actions in the Sync Journal and automatically restart them. - Add
      progress reporting for TUS uploads, fix HTTP layer issue

    #1376

  • Enhancement - Reduce memory footprint: #1376

    • reduced memory consumption of the File Provider - avoid use of FileProvider
      via XPC due to stability issues - add code handling iOS/iPadOS 18 requests to
      the File Provider to download folder items - fix spurious "invalid parameter"
      error on import in File Provider - properly clean up status of
      ProgressSummarizer after disconnect

    #1376