From 324b67c6fa57902e089ccfe27efe06d8f30ac7bb Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 18 Dec 2022 15:37:34 +0100 Subject: [PATCH] Add release notes --- app/src/main/assets/release_notes/notes.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json index b72d5fac..8298c7f8 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -1,4 +1,9 @@ [ + { + "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" + }, { "version": "3.11.3", "code": "449",