Skip to content

Commit

Permalink
2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed May 8, 2024
1 parent a5446d8 commit 23cd097
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [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 = 4056
versionName = "2.10.1"
versionCode = 4058
versionName = "2.11.0"
}

if (keystoreProperties != null) {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4058.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Added support of merging trackers when adding already existing torrent
- Removed support of Android versions prior to 8.0
- Custom TLS certificates can now be configured without enabling HTTPS, to support HTTP to HTTPS redirection
- Limit on size of torrent files is increased to 20 MiB
- Fixed notifications not being shown when app is in foreground and on main screen, or when it is in background and persistent notification is active
- Fixed changing alternative upload speed limit
- Fixed selection toolbar in the list of torrent's files
- Fixed Start / Start now actions being inverted
7 changes: 7 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4058.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Добавлена возможность объединения трекеров при добавлении существующего торрента
- Удалена поддержка Android старее 8.0
- TLS можно теперь настроить без явного влючения HTTPS, в случае использования переадресации с HTTP на HTTPS
- Максимальный размер торрент-файлов увеличен до 20 МиБ
- Исправлено отсутствие уведомлений в некоторых случаях
- Исправлено изменение альтернативного ограничения скорости
- Исправлено отображение панели выбора файлов торрента

0 comments on commit 23cd097

Please sign in to comment.