Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Nov 3, 2022
1 parent d16a284 commit 1d0ddae
Show file tree
Hide file tree
Showing 4 changed files with 15 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.7.0] - 2022-11-04
### Added
- Android 13 support
- Themed icons support
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 = 4048
versionName = "2.6.1"
versionCode = 4049
versionName = "2.7.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4049.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/4049.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Android 13
- Поддержка тематических значков
- Поддержка установки языка отдельно для приложения в Android 13
- Исправлено перекрывание клавиатурой элементов интерфейса
- Исправление крашей
- Для подключения к серверу можно использовать IPv6 адрес

0 comments on commit 1d0ddae

Please sign in to comment.