Skip to content

Commit

Permalink
Update version to 1.0.10(18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jun 11, 2023
1 parent 46b4502 commit 6d8b107
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.10.0] - 2023-06-11

### Fixed
- Inability to refresh the gallery when re-opening the app after it has been moved to the background
Expand Down Expand Up @@ -174,7 +174,8 @@ icon on the main screen
- "Library is not accessible" during the connection, when the entered root URL doesn't match the
`PHOTOPRISM_SITE_URL` server config value

[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.9.0(17)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.10.0(18)...HEAD
[1.10.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.9.0(17)...1.10.0(18)
[1.9.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.8.1(16)...1.9.0(17)
[1.8.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.8.0(15)...1.8.1(16)
[1.8.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.7.1(14)...1.8.0(15)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "ua.com.radiokot.photoprism"
minSdk 21
targetSdk 33
versionCode 17
versionName "1.9.0"
versionCode 18
versionName "1.10.0"

resConfigs "en", "tr", "el", "it", "zh", "ru", "uk"

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Fixed:
- Inability to refresh the gallery when re-opening the app after it has been moved to the background
by pressing the "Back" navigation button. The data is now updated automatically in this case
- Incorrect orientation of some downloaded JPEGs

Changed:
- Made downloads initiated from the viewer run in background.
Click the "Download" button and continue swiping, no more need to wait for completion

0 comments on commit 6d8b107

Please sign in to comment.