Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Apr 28, 2022
1 parent 88edbb6 commit a0548a1
Show file tree
Hide file tree
Showing 4 changed files with 9 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.6.0] - 2022-04-28
### Added
- System colors support on Android 12
- Disconnect button is shown on bottom toolbar when connecting to server
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ val keystoreProperties = try {
android {
defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4046
versionName = "2.5.4"
versionCode = 4047
versionName = "2.6.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4047.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added system colors support on Android 12
- Theme updated for Material You design
- Disconnect button is shown on bottom toolbar when connecting to server
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4047.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Добавлена поддержка использования системных цветов на Android 12
- Тема обновлена с использованием дизайна Material You
- При подключении к серверу на нижней панели отображается кнопка отключения

0 comments on commit a0548a1

Please sign in to comment.