From a63f1a93000cb0dd1c81b1173d53ca58669c07c4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 18 Dec 2022 15:42:48 +0100 Subject: [PATCH] Fix issue #650 --- app/src/main/assets/release_notes/notes.json | 2 +- src/fdroid/fastlane/metadata/android/en/changelogs/450.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json index 8298c7f8..a98bff24 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -2,7 +2,7 @@ { "version": "3.12.0", "code": "450", - "note": "Added:\n- Full data import/export feature\n- Android 13 themed icon support\n\nFixed:\n- Fix a regression with filters\n- Fix dark solarized theme\n- Fix hide link previews for CW\n- Fix status bar color for all themes\n- Fix add all home muted accounts from lists\n- Fix top notification badges" + "note": "Added:\n- Full data import/export feature\n- Android 13 themed icon support\n\nFixed:\n- Fix a regression with filters\n- Fix dark solarized theme\n- Fix hide link previews for CW\n- Fix status bar color for all themes\n- Fix language in compose \"...\"\n- Fix add all home muted accounts from lists\n- Fix top notification badges" }, { "version": "3.11.3", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/450.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/450.txt index ba50590e..36436cd9 100644 --- a/src/fdroid/fastlane/metadata/android/en/changelogs/450.txt +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/450.txt @@ -7,5 +7,6 @@ Fixed: - Fix dark solarized theme - Fix hide link previews for CW - Fix status bar color for all themes +- Fix language in compose "..." - Fix add all home muted accounts from lists - Fix top notification badges \ No newline at end of file