File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 2.13.1 ] - 2026-01-16
44### Fixed
55- Restoration of torrent adding parameters (download directory, etc) when adding torrent file
66- Saving of certificates and proxy settings when editing/adding server
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
3434
3535 defaultConfig {
3636 applicationId = " org.equeim.tremotesf"
37- versionCode = 4062
38- versionName = " 2.13.0 "
37+ versionCode = 4063
38+ versionName = " 2.13.1 "
3939 }
4040
4141 if (keystoreProperties != null ) {
Original file line number Diff line number Diff line change 1+ Fixed restoration of torrent adding parameters (download directory, etc) when adding torrent file
2+ Fixed saving of certificates and proxy settings when editing/adding server
3+ Fixed torrents links text field filling the whole screen when long/multiple torrent links are entered
4+ Fixed peer progress display (thanks @sommd)
Original file line number Diff line number Diff line change 1+ Исправлено восстановление параметров добавленных торрентов
2+ Исправлено сохранение сертификатов и настроек прокси при редактировании/добавлении сервера
3+ Исправлена высота поля ссылок на торренты при добавлении длинной ссылки / нескольких ссылок
4+ Исправлено отображение прогресса пиров (спасибо @sommd)
You can’t perform that action at this time.
0 commit comments