App Suite Releases
  • 8.35
  • 7.10.6
Imprint
  • 8.35
  • 7.10.6
Imprint
  • Release 8.38
  • Release 8.37
  • Release 8.36
  • Release 8.35
  • Release 8.34
  • Release 8.33
  • Release 8.32
  • Release 8.31
  • Release 8.30
  • Release 8.29
    • Noteworthy Changes
      • Important Changes
      • App Suite Middleware
    • Changelogs
      • App Suite UI
      • App Suite Middleware
      • Additional Components
        • AI Service
        • OX Guard UI
        • OX Guard
  • Release 8.28
  • Release 8.27
  • Release 8.26
  • Release 8.25
  • Release 8.24
  • Release 8.23
  • Release 8.22
  • Release 8.21
  • Release 8.20
  • Release 8.19
  • Release 8.18
  • Release 8.17
  • Release 8.16
  • Release 8.15
  • Release 8.14
  • Release 8.13
  • Release 8.12
  • Release 8.11
  • Release 8.10

App Suite UI

8.29.3 - 2024-10-15

Added

  • Translation updates (#337)

Changed

  • Skip new First Start Wizard when the old First Start Wizard is active (#601)

Fixed

  • File upload to Drive on mobile (#657)

8.29.2 - 2024-09-24

Fixed

  • Show install prompt for Chrome (#632)
  • Use right feature toggle for what's new (#635)

8.29.1 - 2024-09-18

Added

  • QR code login for cross-device authentication (#317)
    • Introduces feature toggle qrSessionHandover (default: true)
    • Requires MW version 8.29 or higher
    • MW must be configured with:
      • At least one application defined in com.openexchange.tokenlogin.applications
      • At least one application where com.openexchange.tokenlogin.[applicationId].announceId is set to true

Changed

  • Disable first start wizard for guests (#234)
  • Fine-tune PWA instructions flow (#337, #614)

8.29.0 - 2024-08-30

Added

  • Expose vue and pinia for consumption in external plugins
  • Installation instructions based on the browser/device used to install App Suite as an app (#485, [#500], #501)

Changed

  • Rename scheduled send Dismiss button and introduce auto-close (#495)

Deprecated

  • Core switchboard implementation (switchboard#16)
    • All files in io.ox/switchboard will be removed
    • Switchboard ui code is served by switchboard service now
    • To activate the new code, add the switchboard service to baseUrls list in ui service configuration
    • Extension points and jslob entries will not change
    • io.ox/switchboard/api.js file will stay but with a very limited API that will change in the future.
  • Pending removal with 8.31 (#518)
    • Extension point io.ox/settings/sessions/deviceType. Please override getDeviceType in SessionModel for customizations

Removed

  • Deprecated code (#518)
    • File io.ox/messaging/accounts/api.js
    • File io.ox/messaging/messages/api.js
    • File io.ox/messaging/services/api.js
    • Initial non-functional validator format string of io.ox/backbone/validation.js
    • Initial non-functional validator format text of io.ox/backbone/validation.js
    • Initial non-functional validator format url of io.ox/backbone/validation.js

Fixed

  • Display newly created recurring appointments on next month slide (mobile) (#485)
  • Letters are displayed in full in "My tasks" on (mobile)9971a7b (#532, #566)
  • Viewer: Slideshow is not stopping after one pass (mobile) (support#126)
Noteworthy Changes