Skip to content

Release Version 12.1 (January 2024)

Compare
Choose a tag to compare
@hosy hosy released this 30 Jan 15:43
· 266 commits to master since this release
a54a4ee

Changelog for ownCloud iOS Client 12.1.0 (2024-01-29)

The following sections list the changes in ownCloud iOS Client 12.1.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Available offline badge: #1128
  • Bugfix - File Provider fixes: #1294
  • Bugfix - Open ownCloud Links in App: #1295
  • Bugfix - Show message in File Provider if no account has been set up: #1306
  • Bugfix - Disable Markup Edit Mode iOS 17: #1309
  • Bugfix - Adopt log format: #11224
  • Change - New account wizard: #1274
  • Change - Text recognition actions for images: #1283
  • Change - File extension / suffix protection: #1292
  • Change - Share Action Extension "Save to ownCloud": #1293
  • Change - Link naming: #1297
  • Change - Remove Extension Build Flag (Intents): #6112

Details

  • Bugfix - Available offline badge: #1128

    Available offline badge was there after making unavailable offline.

    #1128

  • Bugfix - File Provider fixes: #1294

    This branch addresses found issues in the File Provider: - fixes unanswered
    thumbnail requests (leading to infinite thumbnail responses) - fixes incorrect
    error being returned in response to thumbnail requests

    #1294

  • Bugfix - Open ownCloud Links in App: #1295

    Fixed existing feature intending to open files/folders in app, by clicking a
    private link from outside.

    #1295

  • Bugfix - Show message in File Provider if no account has been set up: #1306

    This PR makes the File Provider UI show a message if no account has been set up
    yet, offering to open the app. Previously, the FP UI was briefly shown and then
    dismissed.

    #1306

  • Bugfix - Disable Markup Edit Mode iOS 17: #1309

    Fixed disabling edit mode in markup document view on iOS 17

    #1309

  • Bugfix - Adopt log format: #11224

    Use common http log format for ownCloud clients.

    owncloud/client#11224

  • Change - New account wizard: #1274

    • reimplementation of the new account wizard - support for reordering accounts
      in the sidebar via drag and drop - adds location breadcrumb dropdown in the
      viewer

    #1274

  • Change - Text recognition actions for images: #1283

    Adds VisonKit interactions to the image viewer, allowing to select and interact
    with recognized content (f.ex. text) like in the Photos app.

    #1283

  • Change - File extension / suffix protection: #1292

    Prevents users from removing or changing the suffix for new documents and
    document scanner.

    #1292

  • Change - Share Action Extension "Save to ownCloud": #1293

    Adds a share action extension "Save to ownCloud", which will open the share
    sheet view.

    #1293

  • Change - Link naming: #1297

    Adds a Name field for link shares, allowing to enter and edit the name of link
    shares.

    #1297

  • Change - Remove Extension Build Flag (Intents): #6112

    Adds a build flag to remove app extensions from a IPA build.

    owncloud/enterprise#6112