Skip to content

Commit

Permalink
Added new release note for 4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 authored and jesmrec committed Apr 4, 2023
1 parent 70352c4 commit 4bba80b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ class ReleaseNotesViewModel(
ReleaseNote(
title = R.string.release_notes_4_0_title_6,
subtitle = R.string.release_notes_4_0_subtitle_6,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_0_title_7,
subtitle = R.string.release_notes_4_0_subtitle_7,
type = ReleaseNoteType.BUGFIX
)
)
Expand Down
6 changes: 4 additions & 2 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,10 @@
<string name="release_notes_4_0_subtitle_4">For WebFinger servers, lookup server will be requested first, and if not successful, regular authentication flow will be followed</string>
<string name="release_notes_4_0_title_5">Permission handling</string>
<string name="release_notes_4_0_subtitle_5">Now, when there is lack of permissions to perform some actions over a folder or a file, those actions will be hidden</string>
<string name="release_notes_4_0_title_6">Minor bugfixes and improvements</string>
<string name="release_notes_4_0_subtitle_6">Some minor bugs have been fixed, and minor technical improvements were introduced to improve the experience in the app</string>
<string name="release_notes_4_0_title_6">New "Manage notifications" setting</string>
<string name="release_notes_4_0_subtitle_6">A new item has been added in the settings, which redirects to the app notifications settings of the device</string>
<string name="release_notes_4_0_title_7">Minor bugfixes and improvements</string>
<string name="release_notes_4_0_subtitle_7">Some minor bugs have been fixed, and minor technical improvements were introduced to improve the experience in the app</string>

<!-- Open in web -->
<string name="ic_action_open_in_web">Open in web</string>
Expand Down

0 comments on commit 4bba80b

Please sign in to comment.