diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 99e3ea519..63626d146 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 = 158 - versionName = "1.7.3" + versionCode = 159 + versionName = "1.8.0" 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 290243c95..cc67dee28 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,18 @@ ## Changes -New app shell & UX polish; \ No newline at end of file +- Implement save feed bottom sheet; +- Implement primal user names with new url sharing; +- Implement transferring query from simple search to advanced search; +- Fix article topic feeds title; +- Implement skeleton loaders on all Explore Tabs; +- Fix zap bottom sheet title alignment; +- Fix top zaps end margin (visual polish on notes feed); +- Update bottom nav bar icons; +- Add advanced search icon to simple search screen; +- Fix explore dvm feeds not cleared on dismiss; +- Update advanced search to reflect web app changes; +- Implement DvmFeedListHandler with stats observer; +- Fix zapping dvm feeds as replaceable events; +- Implement liking and zapping on DvmFeeds; +- Implement user mentions on explore zaps list item; +- Implement new explore zaps UI update; +- Implement primal badge support on dvm avatars; \ 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 e96a08ca9..a3c70194f 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1 @@ -New app shell & UX polish; \ No newline at end of file +A Bunch of Small Things. \ No newline at end of file