diff --git a/CHANGELOG.md b/CHANGELOG.md index 5119886..06a5b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.4 ## +* More Simplification of account page (images are stored in the private app directory, no permission required) +* Image attachment for Android 10 repaired +* Hashtags are saved after message is sent and can be used in later messages +* Bugfixes + ## v0.5.3 ## * Implementation of new events API (incl. sync and notification) for Friendica version >= 20.03 * Indentation to see replied to newsitem for conversation view diff --git a/README.md b/README.md index b09cb3b..e1fd95d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Currently supported: * Update fetches new posts (up to last 50) since last in local DB * More shows older posts from local DB * Create new Message with images or direct messages, Contact/Group access rights (can be stored), smileys +* Hashtags are saved after message is sent and can be used in later messages * Send image from Android gallery * Send text or urls from other apps to Friendiqa * Native Android image dialog diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 22426df..3bfe2cd 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +