Skip to content

Release Version 12.5.0 (May 2025)

Latest
Compare
Choose a tag to compare
@hosy hosy released this 16 May 08:23
· 22 commits to master since this release
1e1d67a

Summary

  • Bugfix - [a11y] Collection View Header: #1331
  • Bugfix - [a11y] Screen Reader: #1332
  • Bugfix - [a11y] Contrast: #1334
  • Bugfix - [a11y] Add previous/next buttons to image viewer carousel: #1339
  • Bugfix - [a11y] Fix Setup Wizard issue with largest Dynamic Type setting: #1364
  • Bugfix - KQL syntax: #1452
  • Bugfix - Enabling Markup Mode on iOS 18.x: #1455
  • Bugfix - File drop crash on macOS: #1461
  • Enhancement - Server-side search support: #1419
  • Enhancement - Support for new ocis spaces/sharing capabilities: #1421

Details

  • Bugfix - [a11y] Collection View Header: #1331

    Added header trait to collection view section header

    #1331

  • Bugfix - [a11y] Screen Reader: #1332

    If multiple selection has been activated, it was not possible with the screen
    reader to focus on the checkboxes themselves.

    #1332

  • Bugfix - [a11y] Contrast: #1334

    Add Spaces text background color if Increase Contrast is on #1451

    #1334

  • Bugfix - [a11y] Add previous/next buttons to image viewer carousel: #1339

    Adds previous/next buttons to the image viewer / carousel to provide an simpler
    pointer alternative to swipe gestures (both with a finger on the display - or
    two fingers on the trackpad).

    #1339

  • Bugfix - [a11y] Fix Setup Wizard issue with largest Dynamic Type setting: #1364

    Make layout of setup wizard also usable when using the largest Dynamic Type text
    size by moving the content into a scrollview that comes into effect if the
    content of a step doesn't fit in the available vertical space.

    #1364

  • Bugfix - KQL syntax: #1452

    Fixes generated KQL syntax

    #1452

  • Bugfix - Enabling Markup Mode on iOS 18.x: #1455

    A fix has been implemented for enabling the markup mode on iOS 18.x
    automatically.

    #1455

  • Bugfix - File drop crash on macOS: #1461

    Fixes a crash when using the iOS app on macOS and dropping a file onto the app's
    window to upload a file.

    #1461

  • Enhancement - Server-side search support: #1419

    Adds server-side search support.

    #1419

  • Enhancement - Support for new ocis spaces/sharing capabilities: #1421

    App support for new spaces and sharing APIs.

    #1421