diff --git a/app/build.gradle.kts b/app/build.gradle.kts index dd3d44f91..0001cbb80 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 = 161 - versionName = "1.8.2" + versionCode = 162 + versionName = "1.8.3" 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 7322554d1..53a5b12d0 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,6 +1,21 @@ ## Changes -- Update tweet mode threshold to 21 chars; -- Update line height by 2.dp for note text; -- Set 500.dp max note attachment height; -- Fix generic skeleton loaders lottie files; -- Fix nested coroutines when fetching dvm feeds; \ No newline at end of file +- Implement contextual search (#207) +- Fix backgrounds on notes and reads feeds in light theme +- Fix backgrounds on settings screens on light theme +- Polish wallet tx send background +- Polish link previews +- Fix topic padding and skeleton loaders +- Fix background colors on ExploreScreen tabs +- Fix background5 color in light themes +- Implement skeleton loader updates for notes, articles and notifications (#206) +- Add retry to ArticleFeedMediator +- Implement network api call retries on user search and fetch topics +- Implement retries on explore feeds, people and zaps network calls +- Fix explore zaps sort order +- Update generic skeleton loader for light theme +- Add skeleton loader to individual media grid items; Fix media grid padding; +- Hide keyboard when asearch option item is clicked (#205) +- Remove Mutiny wallet from NWC settings +- Fix can't open url when scheme is missing +- Add my notifications scope to advanced search +- Fix font size slider in appearance settings \ 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 ad6f8e9f9..e1b447227 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,5 +1 @@ -- Update tweet mode threshold to 21 chars; -- Update line height by 2.dp for note text; -- Set 500.dp max note attachment height; -- Fix generic skeleton loaders lottie files; -- Fix nested coroutines when fetching dvm feeds; \ No newline at end of file +Various fixes and ui improvements. \ No newline at end of file