diff --git a/CHANGELOG.md b/CHANGELOG.md index ab26aef..80edc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## v0.6.2 +* Follow and Unfollow contacts (Friendica 2021.07 required) +* Linux: App stays in systemtray after close, syncs in background + + ## v0.6.1 * Add requestLegacyExternalStorage in AndroidManifest for attachment permissions * Refresh timeline on start for Linux diff --git a/README.md b/README.md index 9ce7ddc..38ef128 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Currently supported: * Tabs for own profiles, friends, other contacts and groups * Show profile(s) of user and change profile picture * List of all known contacts with locally downloaded pictures +* Follow or unfoolow contacts * Show follow requests; approve, deny, ignore requests * Additional information, last messages and other functionality shown in news tab * Show public and private pictures of contact (screenscraping of contact's website, works only with certain theme) @@ -104,6 +105,8 @@ ToDo # Other # +* on Linux: App stays in systemtray and syncs in background + ToDo * Video tab * Translation diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 0508782..a2cca92 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +