Skip to content

Release Version 11.11.0 (September 2022)

Compare
Choose a tag to compare
@hosy hosy released this 28 Sep 07:24
· 315 commits to master since this release
2473b83

Changelog for ownCloud iOS Client 11.11.0 (2022-09-26)

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

Summary

  • Bugfix - Respect privateLinks capability: #1138
  • Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: #1141
  • Bugfix - Share Extension Passcode Lock Interval: #1156
  • Bugfix - Video Metadata Image: #5296
  • Change - New Dark Mode Themes: #1146

Details

  • Bugfix - Respect privateLinks capability: #1138

    Respect files.privateLinks capability and do not offer to create private links when
    privateLinks are not supported.

    #1138

  • Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: #1141

    Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar
    items. Video player controls were not showing on iOS 16. Furthermore when a new theme was
    chosen, this causes that the UITabBar and UIToolbar does not updates colours.

    #1141

  • Bugfix - Share Extension Passcode Lock Interval: #1156

    The passcode lock interval was not taken into use in the share extension.

    #1156

  • Bugfix - Video Metadata Image: #5296

    If a video file includes a metadata image, the video file was not visible, because the metadata
    image was overlaying.

    owncloud/enterprise#5296

  • Change - New Dark Mode Themes: #1146

    Adds a new dark mode theme which is mostly equal to the web UI dark mode theme. Furthermore it adds
    a black dark mode theme.

    #1146