diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 643f0664..809a0a8e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 35 - versionCode = 171 - versionName = "2.0.3" + versionCode = 172 + versionName = "2.0.4" 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 9872b176..24e72105 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,12 +1,5 @@ ## Changes -- Implement new link previews -- Use ellipsis for long author names in reads, but keep timestamp -- Update ContentAppearance; Set 300 chars note limit on note feeds; -- Fix unable to render conversations if DM is missing -- Implement refresh on conversation error state actually refreshes data -- Implement skeleton loaders messages, chats, wallet tx & profile follows; -- Fixed loading logic on DM conversations screen; -- Implement no feeds states on HomeFeedScreen and ReadsScreen (#217) -- Improve media caching (#215) -- Implement initial premium home screen (#218) -- Implement find primal name on premium (#219) \ No newline at end of file +- Implement mandatory full width on referenced notes and articles; +- Implement line break trimming on note content; +- Update username size content appearance; +- Fix missing zap icon on top zap; \ No newline at end of file