Skip to content

Commit

Permalink
Update version to 1.14.0(22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 11, 2023
1 parent b86feb3 commit b50aa5c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 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.14.0] - 2023-07-11

### Fixed
- Showing some gallery entries under the wrong day occasionally.<br>
Expand Down Expand Up @@ -235,7 +235,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.13.0(21)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.14.0(22)...HEAD
[1.14.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.13.0(21)...1.14.0(22)
[1.13.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.12.0(20)...1.13.0(21)
[1.12.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.11.0(19)...1.12.0(20)
[1.11.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.10.0(18)...1.11.0(19)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "ua.com.radiokot.photoprism"
minSdk 21
targetSdk 33
versionCode 21
versionName "1.13.0"
versionCode 22
versionName "1.14.0"

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

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Fixed:
- Showing some gallery entries under the wrong day occasionally.<br>
Now, if a photo is taken on July 4th at 23:18 in Montenegro,
its time is displayed and treated as July 4th, 23:18
regardless of whether the gallery is viewed from Montenegro, USA or the Moon.
- Inability to connect to a library running on a slow server due to the timeout error

Added:
- Display of the item title and date in the media viewer
6 changes: 4 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The official PhotoPrism PWA, despite being mobile-friendly, can't be integrated into the OS and has other drawbacks. This app does not (and probably will not) support all the web-client features, but nevertheless it can:
The official PhotoPrism PWA, despite being mobile-friendly, can't be integrated into the OS and, no matter what, feels like a web page.
This app does not (and probably will not) support all the web-client features, but nevertheless it can:
- Provide the library content to other Android apps – you can select PhotoPrism Gallery among other galleries when picking a photo or video
- Open the library content in suitable apps – you can use your favorite image editor or video player instead of web viewer

Expand All @@ -10,5 +11,6 @@ There are more handy features in the gallery:
- Endless session – no need to re-enter password
- Connection to both private and public libraries
- Support of mTLS (mutual TLS) and HTTP basic authentication
- TV compatibility – easy browsing with a remote-control

The gallery is confirmed to work with PhotoPrism versions from May 2, 2023 down to October 9, 2021
The gallery is confirmed to work with PhotoPrism versions from June 7, 2023 down to October 9, 2021
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
An unofficial gallery and content provider for your PhotoPrism library
An unofficial gallery to view and pick content from your PhotoPrism library
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PhotoPrism Gallery
Gallery for PhotoPrism

0 comments on commit b50aa5c

Please sign in to comment.