Skip to content

Commit

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

## [2.4.1] - 2021-05-21
### Fixed
- Fixed selection of files and their priorities when adding torrents
- Fixed files wrongly displayed as selected when they are not

## [2.4.0] - 2021-05-02
### Added
- Automatic connection to servers when connecting to Wi-Fi networks
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 = 4039
versionName = "2.4.0"
versionCode = 4040
versionName = "2.4.1"
}

if (keystoreProperties != null) {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed selection of files and their priorities when adding torrents
- Fixed files wrongly displayed as selected when they are not
2 changes: 2 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Исправлен выбор файлов для загрузки и их приоритетов при добавлении торрента
- Исправлено неправильное отображение незагружаемых файлов в свойствах торрента

0 comments on commit 15b50b8

Please sign in to comment.