@@ -51,6 +51,8 @@ ownCloud admins and users.
5151* Change - Stream handling and double-close in UploadFileFromContentUriWorker: [ #4798 ] ( https://github.com/owncloud/android/issues/4798 )
5252* Change - Update actions dependencies to be compliant with Node24 requirements: [ #4804 ] ( https://github.com/owncloud/android/pull/4804 )
5353* Change - Actions with SHA commits instead of versions: [ #4815 ] ( https://github.com/owncloud/android/pull/4815 )
54+ * Change - Workflow to use the translayion-sync reusable workflow: [ #4818 ] ( https://github.com/owncloud/android/pull/4818 )
55+ * Change - Replace PATs for tokens generated by a GitHub app: [ #4824 ] ( https://github.com/owncloud/android/pull/4824 )
5456* Enhancement - Show destination folder snackbar for copy/move operations: [ #4379 ] ( https://github.com/owncloud/android/issues/4379 )
5557* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
5658* Enhancement - Add a member to a space: [ #4613 ] ( https://github.com/owncloud/android/issues/4613 )
@@ -154,6 +156,20 @@ ownCloud admins and users.
154156
155157 https://github.com/owncloud/android/pull/4815
156158
159+ * Change - Workflow to use the translayion-sync reusable workflow: [ #4818 ] ( https://github.com/owncloud/android/pull/4818 )
160+
161+ A new workflow that uses the ranslayion-sync reusable workflow has been added in
162+ order to update translations from transifex
163+
164+ https://github.com/owncloud/android/pull/4818
165+
166+ * Change - Replace PATs for tokens generated by a GitHub app: [ #4824 ] ( https://github.com/owncloud/android/pull/4824 )
167+
168+ PATs have been replaced by tokens generated by a GitHub app in order to not
169+ depend on personal setup
170+
171+ https://github.com/owncloud/android/pull/4824
172+
157173* Enhancement - Show destination folder snackbar for copy/move operations: [ #4379 ] ( https://github.com/owncloud/android/issues/4379 )
158174
159175 A snackbar message has been displayed after copy or move operations with an
0 commit comments