|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | +* [Changelog for 12.6.0](#changelog-for-owncloud-ios-client-1260-2025-08-08) |
3 | 4 | * [Changelog for 12.5.0](#changelog-for-owncloud-ios-client-1250-2025-05-12)
|
4 | 5 | * [Changelog for 12.4.1](#changelog-for-owncloud-ios-client-1241-2025-03-06)
|
5 | 6 | * [Changelog for 12.4.0](#changelog-for-owncloud-ios-client-1240-2025-02-03)
|
|
28 | 29 | * [Changelog for 11.5.1](#changelog-for-owncloud-ios-client-1151-2021-02-17)
|
29 | 30 | * [Changelog for 11.5.0](#changelog-for-owncloud-ios-client-1150-2021-02-10)
|
30 | 31 | * [Changelog for 11.4.5 versions and below](#changelog-for-1145-versions-and-below)
|
| 32 | +# Changelog for ownCloud iOS Client [12.6.0] (2025-08-08) |
| 33 | +The following sections list the changes in ownCloud iOS Client 12.6.0 relevant to |
| 34 | +ownCloud admins and users. |
| 35 | + |
| 36 | +[12.6.0]: https://github.com/owncloud/ios-app/compare/milestone/12.5.0...milestone/12.6.0 |
| 37 | + |
| 38 | +## Summary |
| 39 | + |
| 40 | +* Bugfix - Fix screenshot/image sharing via Share Extension: [#1466](https://github.com/owncloud/ios-app/pull/1466) |
| 41 | +* Bugfix - Fix pan/zoom issue when using confidential overlay options: [#1468](https://github.com/owncloud/ios-app/pull/1468) |
| 42 | +* Bugfix - Add sharing action to folder navigation bar menu: [#1470](https://github.com/owncloud/ios-app/pull/1470) |
| 43 | +* Bugfix - Prevent multiple taps on Create/Save Space button: [#1476](https://github.com/owncloud/ios-app/pull/1476) |
| 44 | +* Change - Add Recent Locations to location picker: [#1467](https://github.com/owncloud/ios-app/pull/1467) |
| 45 | +* Change - Auto-generated SBOM using CycloneDX: [#1474](https://github.com/owncloud/ios-app/pull/1474) |
| 46 | +* Change - Kiteworks Integration: [#1479](https://github.com/owncloud/ios-app/pull/1479) |
| 47 | + |
| 48 | +## Details |
| 49 | + |
| 50 | +* Bugfix - Fix screenshot/image sharing via Share Extension: [#1466](https://github.com/owncloud/ios-app/pull/1466) |
| 51 | + |
| 52 | + Adds support for saving `NSExtensionItem.attachment` of type `public.image` as |
| 53 | + png (like when using the iOS-provided "Save to Files"(.app) extension) to |
| 54 | + `ShareExtensionViewController`. |
| 55 | + |
| 56 | + https://github.com/owncloud/ios-app/pull/1466 |
| 57 | + |
| 58 | +* Bugfix - Fix pan/zoom issue when using confidential overlay options: [#1468](https://github.com/owncloud/ios-app/pull/1468) |
| 59 | + |
| 60 | + PreviewViewController/WebViewDisplayViewController: if watermark/confidential |
| 61 | + overlays are used, QLPreviewController no longer reacts to scroll and zoom |
| 62 | + events, so use WebKit's support for QuickLook formats instead in those cases. |
| 63 | + |
| 64 | + https://github.com/owncloud/ios-app/pull/1468 |
| 65 | + |
| 66 | +* Bugfix - Add sharing action to folder navigation bar menu: [#1470](https://github.com/owncloud/ios-app/pull/1470) |
| 67 | + |
| 68 | + Adds the "Sharing" action to the folder navigation bar's more menu (•••) |
| 69 | + to ensure consistency with the action menu shown for folder items in the file |
| 70 | + list. |
| 71 | + |
| 72 | + https://github.com/owncloud/ios-app/pull/1470 |
| 73 | + |
| 74 | +* Bugfix - Prevent multiple taps on Create/Save Space button: [#1476](https://github.com/owncloud/ios-app/pull/1476) |
| 75 | + |
| 76 | + SpaceManagementViewController: prevent multiple taps on "Create" or "Save" that |
| 77 | + could lead to triggering the creation / editing action multiple times. |
| 78 | + |
| 79 | + https://github.com/owncloud/ios-app/pull/1476 |
| 80 | + |
| 81 | +* Change - Add Recent Locations to location picker: [#1467](https://github.com/owncloud/ios-app/pull/1467) |
| 82 | + |
| 83 | + Adds a row of recently picked locations to the Location Picker for quick access. |
| 84 | + |
| 85 | + https://github.com/owncloud/ios-app/pull/1467 |
| 86 | + |
| 87 | +* Change - Auto-generated SBOM using CycloneDX: [#1474](https://github.com/owncloud/ios-app/pull/1474) |
| 88 | + |
| 89 | + Creates an auto-generated sbom.json based on the Swift packages |
| 90 | + |
| 91 | + https://github.com/owncloud/ios-app/pull/1474 |
| 92 | + https://github.com/owncloud/ios-app/pull/1475 |
| 93 | + https://github.com/owncloud/ios-app/pull/1477 |
| 94 | + https://github.com/owncloud/ios-app/pull/1480 |
| 95 | + https://github.com/owncloud/ios-app/pull/1479 |
| 96 | + Implementation |
| 97 | + in |
| 98 | + several |
| 99 | + steps: |
| 100 | + |
| 101 | +* Change - Kiteworks Integration: [#1479](https://github.com/owncloud/ios-app/pull/1479) |
| 102 | + |
| 103 | + This PR adds Kiteworks integration to the iOS ownCloud app. The SDK was adopted |
| 104 | + to detect a Kiteworks server and proceed with the needed logic. |
| 105 | + |
| 106 | + The iOS app got some adoption regarding sidebar items and not to show folder |
| 107 | + sizes (as it is not available on Kiteworks server). |
| 108 | + |
| 109 | + Compatible with Kiteworks starting version 9.1.1. |
| 110 | + |
| 111 | + https://github.com/owncloud/ios-app/pull/1479 |
| 112 | + |
31 | 113 | # Changelog for ownCloud iOS Client [12.5.0] (2025-05-12)
|
32 | 114 | The following sections list the changes in ownCloud iOS Client 12.5.0 relevant to
|
33 | 115 | ownCloud admins and users.
|
|
0 commit comments