Skip to content

Commit

Permalink
1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 21, 2018
1 parent 2a65aeb commit d5dce1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.8.5] - 2018-12-22
### Changed
- Updated Qt to version 5.12.0
- Updated OpenSSL to version 1.1.1a
- C++ backend's log entries now has "LibTremotesf" tag
- Updated translations

### Fixed
- Fixed setting files' download state by ticking checkbox
- Fixed setting files' priority

## [1.8.4] - 2018-09-19
### Changed
- Connection error messages are now displayed in a toast
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'org.equeim.tremotesf'
minSdkVersion 16
targetSdkVersion 28
versionCode 22
versionName '1.8.4'
versionCode 23
versionName '1.8.5'
}
buildTypes {
release {
Expand Down

0 comments on commit d5dce1a

Please sign in to comment.