Skip to content

Commit

Permalink
Add release notes for v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgardep committed Mar 7, 2023
1 parent 44b8421 commit 218bd6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ class ReleaseNotesViewModel(

companion object {
val releaseNotesList = listOf(
ReleaseNote(R.string.release_notes_3_0_3_title1, R.string.release_notes_3_0_3_subtitle1, ReleaseNoteType.BUGFIX),
ReleaseNote(R.string.release_notes_3_0_3_title2, R.string.release_notes_3_0_3_subtitle2, ReleaseNoteType.BUGFIX),
ReleaseNote(R.string.release_notes_3_0_3_title3, R.string.release_notes_3_0_3_subtitle3, ReleaseNoteType.BUGFIX)
ReleaseNote(R.string.release_notes_3_0_4_title1, R.string.release_notes_3_0_4_subtitle1, ReleaseNoteType.SECURITY),
ReleaseNote(R.string.release_notes_3_0_4_title2, R.string.release_notes_3_0_4_subtitle2, ReleaseNoteType.CHANGE),
)
}
}
5 changes: 4 additions & 1 deletion owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,9 @@
<string name="release_notes_3.0.3_title3">Error message shortened</string>
<string name="release_notes_3.0.3_subtitle3">Error message in copy operation was so long that was not readable in device</string>


<string name="release_notes_3.0.4_title1">Security fixes</string>
<string name="release_notes_3.0.4_subtitle1">Fixed some issues related to the database</string>
<string name="release_notes_3.0.4_title2">Http logs enhancement</string>
<string name="release_notes_3.0.4_subtitle2">Improve some http logs to help debugging</string>

</resources>

0 comments on commit 218bd6f

Please sign in to comment.