Skip to content

Commit

Permalink
Primal 0.17.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 3, 2023
1 parent fc75fc7 commit 52d6003
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## Changes

- Implemented edit profile screen;
- Implemented TOS notice on welcome screen;
- Fixed welcome screen for small screen devices;
- Persist theme locally;
- Fix displayName and username input fields positions on edit/create profile
- Implement profile context menu;
- Implement note context menu;
- Implemented workaround for scroll positions;
- Implemented add/remove user feeds;
- Fixed user mentions in feed when 'name' field is missing;
- Implemented ripple theme to use subtle highlight color from primal theme;
- Removed unused code and minor other fixes;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 42
versionName = "0.17.1"
versionCode = 43
versionName = "0.17.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 52d6003

Please sign in to comment.