@@ -40,10 +40,12 @@ ownCloud admins and users.
4040
4141## Summary
4242
43+ * Bugfix - Option "Copy here" in spaces list after rotating device: [ #4178 ] ( https://github.com/owncloud/android/issues/4178 )
4344* Bugfix - Edit space option available when there is no connection: [ #4742 ] ( https://github.com/owncloud/android/issues/4742 )
4445* Bugfix - Sort is not alphabetically correct: [ #4760 ] ( https://github.com/owncloud/android/issues/4760 )
4546* Change - Migrate tests to the new kotlinx-coroutines-test API: [ #4710 ] ( https://github.com/owncloud/android/issues/4710 )
4647* Change - Increase rating dialog delay: [ #4744 ] ( https://github.com/owncloud/android/pull/4744 )
48+ * Change - Update actions dependencies to be compliant with Node24 requirements: [ #4804 ] ( https://github.com/owncloud/android/pull/4804 )
4749* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
4850* Enhancement - Add a member to a space: [ #4613 ] ( https://github.com/owncloud/android/issues/4613 )
4951* Enhancement - Set emoji as space image: [ #4707 ] ( https://github.com/owncloud/android/issues/4707 )
@@ -57,6 +59,14 @@ ownCloud admins and users.
5759
5860## Details
5961
62+ * Bugfix - Option "Copy here" in spaces list after rotating device: [ #4178 ] ( https://github.com/owncloud/android/issues/4178 )
63+
64+ The "Copy here" button has been prevented from being displayed after device
65+ rotation in the spaces list.
66+
67+ https://github.com/owncloud/android/issues/4178
68+ https://github.com/owncloud/android/pull/4786
69+
6070* Bugfix - Edit space option available when there is no connection: [ #4742 ] ( https://github.com/owncloud/android/issues/4742 )
6171
6272 A new condition has been added to hide the edit space option when no network
@@ -88,6 +98,13 @@ ownCloud admins and users.
8898
8999 https://github.com/owncloud/android/pull/4744
90100
101+ * Change - Update actions dependencies to be compliant with Node24 requirements: [ #4804 ] ( https://github.com/owncloud/android/pull/4804 )
102+
103+ Some dependencies and "uses" clauses in GitHub Actions workflows have been
104+ updated to newer versions that support Node24
105+
106+ https://github.com/owncloud/android/pull/4804
107+
91108* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
92109
93110 A new option to view all members of a space has been added to the bottom sheet,
0 commit comments