diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a39b8fb23..061a5ef01 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 = 147 - versionName = "1.5.8" + versionCode = 148 + versionName = "1.5.9" 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 9b3d068f5..6fbe1daaf 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -5,9 +5,11 @@ - Article Details screen with markdown rendering; - Feed naddr links connected to internal article details screen; - Support for profile and note mentions in article details; -- Implemented article details header and top zaps; -- Implemented rendering article comments; -- Implemented rendering article on ThreadScreen; -- Implemented article commenting and commenting on article comments; -- Implemented font size variations on articles; -- Implemented feed picker and changing article feeds; \ No newline at end of file +- Article details header and top zaps; +- Rendering article comments; +- Rendering article on ThreadScreen; +- Article commenting and commenting on article comments; +- Font size variations on articles; +- Feed picker and changing article feeds; +- Article Pill; +- Hashtags & Article stats rendering; \ No newline at end of file