Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Feb 11, 2023
1 parent ae5106f commit 4177f7f
Show file tree
Hide file tree
Showing 4 changed files with 21 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.8.0] - 2023-02-06
### Added
- Torrent link can be automatically filled from clipboard when adding torrent (disabled by default)
- Drag & drop support for 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 @@ -32,8 +32,8 @@ android {

defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4051
versionName = "2.7.2"
versionCode = 4052
versionName = "2.8.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Torrent link can be automatically filled from clipboard when adding torrent (disabled by default)
- Drag & drop support for adding torrents
- When adding torrent last download directory is now remembered (can be disabled in settings)
- Information about web seeders is displayed on torrents' details screen
- "Seeders" and "leechers" now refer to total number of seeders and leechers reported by trackers,
while number of peers that we are currently downloading from / uploading to is displayed separately
- When relative time displayed for torrent's added/created/last active dates, absolute date and time is also shown
- Fixed display of trackers' next update time
- File paths are now displayed with correct separators when Transmission is running on Windows
9 changes: 9 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Ссылка на торрент может автоматически подставляться из буфера обмена (выключено по умолчанию)
- Поддержка drag & drop для добавления торрентов
- Последний каталог загрузки при добавлении торрентов теперь запоминается (можно выключить в настройках)
- Добавлено отображение информации о веб-сидах
- Количество "сидов" and "личей" теперь относится к общему количеству о котором сообщают трекеры,
а количество пиров с которыми взаимодействует торрент в данный момент отображается отдельно
- Относительное время при отображении дат на экране информации о торренте теперь отображается вместе с абсолютным
- Исправлено отображение времени следующего обновления трекеров
- Когда Transmission запущен на Windows файловые пути теперь отображаются с правильными разделителями каталогов

0 comments on commit 4177f7f

Please sign in to comment.