Skip to content

Commit

Permalink
2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 1, 2021
1 parent 50e8b64 commit 033c028
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.5.3] - 2021-12-02
### Changed
- Updated Qt to 6.2.2

### Fixed
- Fixed F-Droid build

## [2.5.2] - 2021-11-23
### Changed
- Improved compatibility with Android 12
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ val keystoreProperties = try {
android {
defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4044
versionName = "2.5.2"
versionCode = 4045
versionName = "2.5.3"

vectorDrawables.useSupportLibrary = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4045.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Improved compatibility with Android 12
- Fixed compatibility with Let's Encrypt ceritificates on Android < 7.1.1
- Fixed saving of settings in server edit screen
- Fixed automatic connection to server based on Wi-Fi SSID when VPN is active
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4045.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Улучшена совместимость с Android 12
- Исправлено подключение к серверам защищенным сертификатами Let's Encrypt на Android < 7.1.1
- Исправлено сохранение настроек подключения к серверу
- Исправлено автоматическое подключение к серверу на основе Wi-Fi SSID при включенном VPN

0 comments on commit 033c028

Please sign in to comment.