Skip to content

Commit

Permalink
Primal 0.21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 21, 2023
1 parent 40363b3 commit 659e1ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Changes
- Implemented Direct Messages;
- Implemented Feed settings screen;
- Implemented Mute User feature;
- Local database encryption;
- Visual revamp;
## Features
- Implemented media gallery for images;
- Implemented link previews;
- Implemented lud06 support;

## Fixes
- Fixed errors not showing up on Edit profile screen;
## Improvements
- Improved CDN use in the entire app;
- Fixed highlight color in note content;
- Removed shimmer from avatars when loading;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 51
versionName = "0.20.4"
versionCode = 52
versionName = "0.21.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 659e1ee

Please sign in to comment.