Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Mar 20, 2023
1 parent 64e8b3f commit 9d24b3b
Show file tree
Hide file tree
Showing 4 changed files with 13 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.9.0] - 2023-03-20
### Added
- Number of seeders and leechers is shown per tracker

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 = 4052
versionName = "2.8.0"
versionCode = 4053
versionName = "2.9.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4053.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Number of seeders and leechers is shown per tracker
- Notification permission request is not shown again if it was dismissed or permission was denied
- When torrents list sort settings are changed it's scrolled to top
- Fixed crashes
- Fixed infinite connection indicator when connection fails
5 changes: 5 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4053.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Количество сидов и пиров показывается для каждого трекера отдельно
- Запрос разрешения на показ уведомлений не показывается если он был отменен
- При изменении настроек сортировки список торрентов прокручивается наверх
- Исправление падений
- Исправлен бесконечный индикатор подключения в случае ошибки подключения к серверу

0 comments on commit 9d24b3b

Please sign in to comment.