Skip to content

Commit

Permalink
Update version to 1.16.1(26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Aug 11, 2023
1 parent 741c932 commit b5850d9
Show file tree
Hide file tree
Showing 3 changed files with 26 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.1] - 2023-08-11

### Added
- A notice suggesting to use the mouse to search the library,
Expand Down Expand Up @@ -299,7 +299,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.16.0(25)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.16.1(26)...HEAD
[1.16.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.16.0(25)...1.16.1(26)
[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)
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 25
versionName "1.16.0"
versionCode 26
versionName "1.16.1"

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

Expand Down
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Added:
- A notice suggesting to use the mouse to search the library,
which is shown in the search bar when the app is running on a TV
- Distinctive `User-Agent` to be shown in the PhotoPrism sessions list
- Going full screen automatically when viewing a video
- Closing media viewer by swiping up or down
- Automatic update of album and people lists when re-opening the app after it has been moved
to the background by pressing the "Back" navigation button.

Changed:
- Improved quality of the viewed photos. Now the app loads corresponding previews
according to the screen size. This, however, may increase network load
- Split the welcome screen layout into 2 columns on wide landscape screens
- Limited the max width of the search bar
- The "X" button now exits the selection mode instead of just clearing,
if the selection is initiated by a long press

Fixed:
- Crash when clicking the "Apply" button on the search screen twice
- Media viewer failing to load very big images
- Missing player controls when viewing video in rare cases

0 comments on commit b5850d9

Please sign in to comment.