Skip to content

Commit

Permalink
fix: new_ui_manage_accounts and create_open_shortcut to the top in th…
Browse files Browse the repository at this point in the history
…e release notes
  • Loading branch information
Aitorbp committed Jun 26, 2024
1 parent 5514223 commit e759bde
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ class ReleaseNotesViewModel(

companion object {
val releaseNotesList = listOf(
ReleaseNote(
title = R.string.release_notes_4_3_0_title_new_ui_manage_accounts,
subtitle = R.string.release_notes_4_3_0_subtitle_new_ui_manage_accounts,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_create_open_shortcut,
subtitle = R.string.release_notes_4_3_0_subtitle_create_open_shortcut,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_1,
subtitle = R.string.release_notes_4_3_0_subtitle_1,
Expand All @@ -55,11 +65,6 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_4_3_0_subtitle_2,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_new_ui_manage_accounts,
subtitle = R.string.release_notes_4_3_0_subtitle_new_ui_manage_accounts,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_manual_removal_local_storage,
subtitle = R.string.release_notes_4_3_0_subtitle_manual_removal_local_storage,
Expand All @@ -70,12 +75,6 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_4_3_0_subtitle_password_generator,
type = ReleaseNoteType.ENHANCEMENT
),

ReleaseNote(
title = R.string.release_notes_4_3_0_title_create_open_shortcut,
subtitle = R.string.release_notes_4_3_0_subtitle_create_open_shortcut,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_report_feedback_central_github,
subtitle = R.string.release_notes_4_3_0_subtitle_report_feedback_central_github,
Expand Down

0 comments on commit e759bde

Please sign in to comment.