diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2e43d3ffa..371955951 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,8 +59,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 122 - versionName = "0.99.1" + versionCode = 123 + versionName = "0.99.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index dc1791882..159ccd2fe 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,5 +1,8 @@ ## Changes - Implemented user tagging in new notes and replies. +- Implemented recent users. +- Implemented connect other wallet. ## Fixes -- Fixed opening profile screen from DM conversations on avatar tap. \ No newline at end of file +- Fixed opening profile screen from DM conversations on avatar tap. +- Fixed image uploading on replies not working. \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 55ec44d90..e46a80ada 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,2 +1,5 @@ - Implemented user tagging in new notes and replies. -- Fixed opening profile screen from DM conversations on avatar tap. \ No newline at end of file +- Implemented recent users. +- Implemented connect other wallet. +- Fixed opening profile screen from DM conversations on avatar tap. +- Fixed image uploading on replies not working. \ No newline at end of file