Skip to content

Commit

Permalink
2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Nov 12, 2022
1 parent 4f76e7a commit 7f374e0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.7.2] - 2022-11-12
### Fixed
- Crashes when snackbar is shown

## [2.7.1] - 2022-11-09
### Fixed
- Building app on Debian
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {

defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4050
versionName = "2.7.1"
versionCode = 4051
versionName = "2.7.2"

vectorDrawables.useSupportLibrary = true
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Android 13 support
- Themed icons support
- Per-app language preferences support
- Keyboard now doesn't overlap app's UI elements
- Fixed crashes
- IPv6 address can now be used to connect to server
6 changes: 6 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Android 13
- Поддержка тематических значков
- Поддержка установки языка отдельно для приложения в Android 13
- Исправлено перекрывание клавиатурой элементов интерфейса
- Исправление крашей
- Для подключения к серверу можно использовать IPv6 адрес

0 comments on commit 7f374e0

Please sign in to comment.