From 01425dd42e16be0616063409423f8580e4b590ac Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 16 Jan 2023 16:42:46 -0500 Subject: [PATCH] v0.7 --- README.md | 6 ++++-- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2b407a63..afd644658 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ Amethyst brings the best social network to your Android phone. Just insert your - [x] Image Preview (gifs, svgs) - [x] Url Preview - [x] View Threads -- [x] Private Messages +- [x] Private Messages (NIP-04) - [x] User Profiles (follow/unfollow) +- [x] Public Chats (NIP-28) - [ ] Notification Bubbles - [ ] Dropdown to Link Users/Posts when writting -- [ ] Communities +- [ ] Identity Verification (NIP-05) +- [ ] Event Delegation (NIP-09) - [ ] Profile Edit - [ ] Relay Edit diff --git a/app/build.gradle b/app/build.gradle index 4b3ebe67a..32c8eaf79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.vitorpamplona.amethyst" minSdk 26 targetSdk 33 - versionCode 6 - versionName "0.6" + versionCode 7 + versionName "0.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {