Skip to content

Commit

Permalink
2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jun 19, 2024
1 parent 9f73534 commit 2161cdd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.11.1] - 2024-06-19
### Fixed
- Error when merging trackers with Transmission older than 4.0
- Custom connection timeout not working properly
- Saving last used download directory when adding torrent

## [2.11.0] - 2024-05-08
### Added
- Merging trackers when adding already existing torrent
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {

defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4058
versionName = "2.11.0"
versionCode = 4059
versionName = "2.11.1"
}

if (keystoreProperties != null) {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4059.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed error when merging trackers with Transmission older than 4.0
- Fixed custom connection timeout not working properly
- Fixed saving last used download directory when adding torrent
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4059.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Исправлена ошибка слияния трекеров при работе с Transmission старше 4.0
- Исправлена работа таймаута подключения
- Исправлено сохранение каталога загрузки при добавлении торрента

0 comments on commit 2161cdd

Please sign in to comment.