Skip to content

Commit f057bf1

Browse files
bumped version to 1.5.0
1 parent 9b8b639 commit f057bf1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
applicationId = "com.github.livingwithhippos.unchained"
4444
minSdk = 27
4545
targetSdk = 36
46-
versionCode = 54
47-
versionName = "1.4.1"
46+
versionCode = 55
47+
versionName = "1.5.0"
4848

4949
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5050
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
What's new 1.3.8:
2+
- added Korean translation thanks to poihoii
3+
- torrent file can be selected by pressing on their whole row
4+
- show user code needed for new authentication
5+
- "downloaded" torrents are now shown as "ready" for clarity
6+
- updated libraries

0 commit comments

Comments
 (0)