Skip to content

Commit b397ae8

Browse files
committed
Calens changelog updated
1 parent 46a7b59 commit b397ae8

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
* [Changelog for 12.3.0](#changelog-for-owncloud-ios-client-1230-2024-09-23)
34
* [Changelog for 12.2.1](#changelog-for-owncloud-ios-client-1221-2024-04-30)
45
* [Changelog for 12.2.0](#changelog-for-owncloud-ios-client-1220-2024-04-23)
56
* [Changelog for 12.1.0](#changelog-for-owncloud-ios-client-1210-2024-01-29)
@@ -24,6 +25,72 @@
2425
* [Changelog for 11.5.1](#changelog-for-owncloud-ios-client-1151-2021-02-17)
2526
* [Changelog for 11.5.0](#changelog-for-owncloud-ios-client-1150-2021-02-10)
2627
* [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+
2794
# Changelog for ownCloud iOS Client [12.2.1] (2024-04-30)
2895
The following sections list the changes in ownCloud iOS Client 12.2.1 relevant to
2996
ownCloud admins and users.

0 commit comments

Comments
 (0)