Skip to content

Commit

Permalink
feat: added release note
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Oct 23, 2024
1 parent 136ba94 commit b71d41d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_4_3_0_subtitle_accessibility_improvements,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_4_1_title_file_size_0,
subtitle = R.string.release_notes_4_4_1_subtitle_file_size_0,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_bugfixes_title,
subtitle = R.string.release_notes_bugfixes_subtitle,
Expand Down
2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@
<string name="release_notes_4_4_0_subtitle_improved_from_original_folder_auto_upload">Added some mechanisms over retries to improve reliability</string>
<string name="release_notes_4_4_0_title_resharing_capability">Improvements in private shares</string>
<string name="release_notes_4_4_0_subtitle_resharing_capability">The \"can share\" option is now only shown when editing a private share if the user is able to edit it</string>
<string name="release_notes_4_4_1_title_file_size_0">File size after a local update</string>
<string name="release_notes_4_4_1_subtitle_file_size_0">Fixed file size after doing a local update</string>
<string name="release_notes_bugfixes_title">Minor bugfixes</string>
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>

Expand Down

0 comments on commit b71d41d

Please sign in to comment.