Skip to content

Commit d69e9ba

Browse files
committed
v0.3.5
1 parent 5452124 commit d69e9ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.matanh.transfer"
1414
minSdk = 29
1515
targetSdk = 35
16-
versionCode = 304
17-
versionName = "0.3.4"
16+
versionCode = 305
17+
versionName = "0.3.5"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
New features:
2+
* added a download all buton (#21)
3+
4+
Bug fixes:
5+
* Style fix on the website for long filenames in small screens (#19)
6+
* Reverse the screenshots symlink direction to make it work better on izzydroid (PR #22 by @mkalmousli)

0 commit comments

Comments
 (0)