|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | +* [Changelog for 12.3.0](#changelog-for-owncloud-ios-client-1230-2024-09-23) |
3 | 4 | * [Changelog for 12.2.1](#changelog-for-owncloud-ios-client-1221-2024-04-30)
|
4 | 5 | * [Changelog for 12.2.0](#changelog-for-owncloud-ios-client-1220-2024-04-23)
|
5 | 6 | * [Changelog for 12.1.0](#changelog-for-owncloud-ios-client-1210-2024-01-29)
|
|
24 | 25 | * [Changelog for 11.5.1](#changelog-for-owncloud-ios-client-1151-2021-02-17)
|
25 | 26 | * [Changelog for 11.5.0](#changelog-for-owncloud-ios-client-1150-2021-02-10)
|
26 | 27 | * [Changelog for 11.4.5 versions and below](#changelog-for-1145-versions-and-below)
|
| 28 | +# Changelog for ownCloud iOS Client [12.3.0] (2024-09-23) |
| 29 | +The following sections list the changes in ownCloud iOS Client 12.3.0 relevant to |
| 30 | +ownCloud admins and users. |
| 31 | + |
| 32 | +[12.3.0]: https://github.com/owncloud/ios-app/compare/milestone/12.2.1...milestone/12.3.0 |
| 33 | + |
| 34 | +## Summary |
| 35 | + |
| 36 | +* Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: [#1344](https://github.com/owncloud/ios-app/pull/1344) |
| 37 | +* Bugfix - Remove (re)sharing from roles for newly created user/group shares: [#1376](https://github.com/owncloud/ios-app/pull/1376) |
| 38 | +* Enhancement - Improved sidebar with account-wide search: [#1320](https://github.com/owncloud/ios-app/pull/1320) |
| 39 | +* Enhancement - Sync Engine fixes and improvements: [#1376](https://github.com/owncloud/ios-app/pull/1376) |
| 40 | +* Enhancement - Reduce memory footprint: [#1376](https://github.com/owncloud/ios-app/pull/1376) |
| 41 | + |
| 42 | +## Details |
| 43 | + |
| 44 | +* Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: [#1344](https://github.com/owncloud/ios-app/pull/1344) |
| 45 | + |
| 46 | + Fix an issue arising from Available Offline policies targeting |
| 47 | + unavailable/detached drives and removes the respective policies. |
| 48 | + |
| 49 | + https://github.com/owncloud/ios-app/pull/1344 |
| 50 | + |
| 51 | +* Bugfix - Remove (re)sharing from roles for newly created user/group shares: [#1376](https://github.com/owncloud/ios-app/pull/1376) |
| 52 | + |
| 53 | + Removes (re)sharing from roles for newly created user/group shares for ocis. |
| 54 | + |
| 55 | + https://github.com/owncloud/ios-app/pull/1376 |
| 56 | + |
| 57 | +* Enhancement - Improved sidebar with account-wide search: [#1320](https://github.com/owncloud/ios-app/pull/1320) |
| 58 | + |
| 59 | + This PR: - removes `Quick Access` from the sidebar, redistributing its prior |
| 60 | + contents as follows: - `Recents`: promoted to a top-level sidebar item - |
| 61 | + `Favorites`: promoted to a top-level sidebar item - `Available Offline`: |
| 62 | + promoted to a top-level sidebar item - other Quick Access items: moved as |
| 63 | + suggestions to new top-level sidebar `Search` item, with a dedicated `Add to |
| 64 | + sidebar` button that allows re-adding the previous Quick Access items as saved |
| 65 | + search - Saved searches now appear as top-level items in the sidebar - adds |
| 66 | + custom user sidebar items - can be added via `Add to sidebar` - support drag and |
| 67 | + drop (also cross-account) - managed via context menu, swipe and `Remove from |
| 68 | + sidebar` actions - in the share extension automatically connects to the first |
| 69 | + account if only one account is in the account (superseding |
| 70 | + [#1296](https://github.com/owncloud/ios-app/pull/1296)) - incorporates the |
| 71 | + latest SDK with important fixes |
| 72 | + |
| 73 | + https://github.com/owncloud/ios-app/pull/1320 |
| 74 | + |
| 75 | +* Enhancement - Sync Engine fixes and improvements: [#1376](https://github.com/owncloud/ios-app/pull/1376) |
| 76 | + |
| 77 | + - Detects disconnected/spurious TUS uploads running in the HTTP backend and stop |
| 78 | + them if the Sync Action that started the upload is no longer around. - Find |
| 79 | + hanging Sync Actions in the Sync Journal and automatically restart them. - Add |
| 80 | + progress reporting for TUS uploads, fix HTTP layer issue |
| 81 | + |
| 82 | + https://github.com/owncloud/ios-app/pull/1376 |
| 83 | + |
| 84 | +* Enhancement - Reduce memory footprint: [#1376](https://github.com/owncloud/ios-app/pull/1376) |
| 85 | + |
| 86 | + - reduced memory consumption of the File Provider - avoid use of FileProvider |
| 87 | + via XPC due to stability issues - add code handling iOS/iPadOS 18 requests to |
| 88 | + the File Provider to download folder items - fix spurious "invalid parameter" |
| 89 | + error on import in File Provider - properly clean up status of |
| 90 | + ProgressSummarizer after disconnect |
| 91 | + |
| 92 | + https://github.com/owncloud/ios-app/pull/1376 |
| 93 | + |
27 | 94 | # Changelog for ownCloud iOS Client [12.2.1] (2024-04-30)
|
28 | 95 | The following sections list the changes in ownCloud iOS Client 12.2.1 relevant to
|
29 | 96 | ownCloud admins and users.
|
|
0 commit comments