chore: bump version to v0.25.1

This commit is contained in:
Bnyro 2024-08-23 17:02:41 +02:00
parent a88329504c
commit 6c6365d155
2 changed files with 8 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 34
versionCode = 55
versionName = "0.25.0"
versionCode = 56
versionName = "0.25.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

View File

@ -0,0 +1,6 @@
* feat: local streams extraction
* feat: quick share action to add video to playlist
* feat: share dialog redesign (including copy link feature)
* feat: show total playlist duration
* feat: button to screenshot/capture current frame
* feat: improve about activity and device info dialog