Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jan 12, 2024
1 parent f2a481d commit b7e4058
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog

## [Unreleased]
## [2.10.0] - 2024-01-13
### Added
- Android 14 support
- Predictive back gesture support

### Changed
- RPC client is rewritten to use OkHttp library instead of Qt
- RPC client is rewritten to use OkHttp library and native Android network stack instead of Qt
- All torrent adding parameters are now remembered together with download directory
- Notifications badge in applications launcher is now not shown when only persistent notification is active
(only for new installations, existing users can disable it in system settings)
- Notifications badge in applications launcher is now not shown for persistent notification
(only for new installations, existing users can disable it in system notification settings)

## [2.9.1] - 2023-03-26
### Fixed
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 = 4054
versionName = "2.9.1"
versionCode = 4055
versionName = "2.10.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4055.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added Android 14 support
- Added predictive back gesture support
- RPC client is rewritten to use native Android network stack
- All torrent adding parameters are now remembered together with download directory
- Notifications badge in applications launcher is now not shown for persistent notification
(only for new installations, existing users can disable it in system notification settings)
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4054.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Исправлено отображения фильтра по каталогу загрузки
- Исправлено отображение количество личей
- Исправлены падения
6 changes: 6 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4055.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Добавлена поддержка Android 14
- Добавлена поддержка новой анимации жеста "назад"
- Клиент RPC переписан с использованием стандартного сетевого стека Android
- При добавлении торрента запоминаются все параметры, не только каталог загрузки
- Индикатор уведомлений на главном экране теперь не отображается для постоянного уведомления
(только для новых установок, при обновлении это можно изменить в системных настройках уведомлений)

0 comments on commit b7e4058

Please sign in to comment.