Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed May 20, 2021
1 parent abcbd56 commit 4558499
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.4.2] - 2021-05-21
### Fixed
- Fixed crash with single-file torrents

## [2.4.1] - 2021-05-21
### Fixed
- Fixed selection of files and their priorities when adding torrents
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ android {
applicationId = "org.equeim.tremotesf"
minSdk = vers.minSdk
targetSdk = vers.targetSdk
versionCode = 4040
versionName = "2.4.1"
versionCode = 4041
versionName = "2.4.2"
}

if (keystoreProperties != null) {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/4041.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed crash with single-file torrents
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru/changelogs/4041.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Исправлено падение при при открытии списка файлов торрентов, состоящих из одного файла

0 comments on commit 4558499

Please sign in to comment.