Skip to content

Commit

Permalink
Update version to 1.16.0(25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 31, 2023
1 parent 15a0cf1 commit 35cfe4e
Show file tree
Hide file tree
Showing 4 changed files with 19 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.16.0] - 2023-07-31

### Added
- Search by people and new faces
Expand Down Expand Up @@ -275,7 +275,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.15.1(24)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.16.0(25)...HEAD
[1.16.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.15.1(24)...1.16.0(25)
[1.15.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.15.0(23)...1.15.1(24)
[1.15.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.14.0(22)...1.15.0(23)
[1.14.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.13.0(21)...1.14.0(22)
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 24
versionName "1.15.1"
versionCode 25
versionName "1.16.0"

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

Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Added:
- Search by people and new faces
- Showing full album name as a tooltip when making a long press on it
- Ability to disable loading and showing people and albums on the search configuration screen
- Ability to pick RAW photos when the gallery is opened to pick an image

Changed:
- Horizontal lists on the search configuration screen are now scrolled from edge to edge
- Selected elements on the search configuration screen now have more contrast
- Focused gallery item, when using keyboard navigation, is now better highlighted
- PhotoPrism search filter guide on the search configuration screen is replaced with the new gallery search guide

Fixed:
- The "Back" toolbar button in the web viewer closing it rather than navigating back
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35cfe4e

Please sign in to comment.