Skip to content

Commit

Permalink
Update version to 1.27.0(41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jun 9, 2024
1 parent 77b8cea commit 2674291
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 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.27.0] - 2024-06-09

### Added
- Ability to archive or delete a single gallery item from the media viewer
Expand Down Expand Up @@ -486,7 +486,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.26.0(40)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.27.0(41)...HEAD
[1.27.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.26.0(40)...1.27.0(41)
[1.26.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.25.0(39)...1.26.0(40)
[1.25.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.24.1(38)...1.25.0(39)
[1.24.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.24.0(37)...1.24.1(38)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ It does not support all the official web app functionality, but nevertheless has
- [Search bookmarks](https://github.com/Radiokot/photoprism-android-client/wiki/How-to-use-search-bookmarks) that let you save search configurations and apply them later
- Enhanced live photo viewer, looks best with Samsung and Apple shots
- Full-screen slideshow with video support
- Deleting items without archiving them first
- Endless session without the need to re-enter the password
- [Connection to both private and public libraries](https://github.com/Radiokot/photoprism-android-client/wiki/Connection-guide)
- Support of [mTLS (mutual TLS)](https://github.com/Radiokot/photoprism-android-client/wiki/How-to-connect-to-a-library-with-mTLS-(mutual-TLS)-auth%3F), [HTTP basic](https://github.com/Radiokot/photoprism-android-client/wiki/Connection-guide) and web portal authentication (Authelia, Cloudflare Access, etc.)
Expand All @@ -31,7 +32,7 @@ I recommend using [Autosync app](https://play.google.com/store/apps/details?id=c

## Compatibility
The gallery is confirmed to work with PhotoPrism versions from
[May 23, 2024](https://github.com/photoprism/photoprism/releases/tag/240523-923ee0cf7)
[May 31, 2024](https://github.com/photoprism/photoprism/releases/tag/240531-60b3a4628)
down to [October 9, 2021](https://github.com/photoprism/photoprism/releases/tag/211009-d6cc8df5).
It may work with older ones though, I just haven't tested it.
The app uses [PhotoPrism Web Service API](https://docs.photoprism.app/developer-guide/api/),
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
targetSdk 34

applicationId "ua.com.radiokot.photoprism"
versionCode 40
versionName "1.26.0"
versionCode 41
versionName "1.27.0"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "cs", "de", "el", "es", "fr", "it", "ru", "tr", "uk", "zh", "zh-rTW"
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Full changelog:
https://radiokot.com.ua/pp-changes

Added:
- Ability to archive or delete a single gallery item from the media viewer
- Ability to archive or delete gallery items selected with a long press
- Ability to activate gallery extensions for those having early access
- Czech translation

Fixed:
- Not canceling the download on closing the dialog if the screen was rotated

Changed:
- Language preference moved to the newly added General section at the top
- Language preference now shows the current language
- Library root URL and Disconnect preferences merged and moved to the General section. To disconnect, click the Library preference and confirm the action
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ It does not support all the official web app functionality, but nevertheless has
- Search bookmarks that let you save search configurations and apply them later
- Enhanced live photo viewer, looks best with Samsung and Apple shots
- Full-screen slideshow with video support
- Deleting items without archiving them first
- Endless session without the need to re-enter the password
- Connection to both private and public libraries
- Support of mTLS (mutual TLS), HTTP basic and web portal authentication (Authelia, Cloudflare Access, etc.)
- TV compatibility to easily browse your library with a remote-control (Search is only available with a mouse for now)

The gallery is confirmed to work with PhotoPrism versions from May 23, 2024 down to October 9, 2021
The gallery is confirmed to work with PhotoPrism versions from May 31, 2024 down to October 9, 2021

This is a free open-source app under the GPLv3 license: https://github.com/Radiokot/photoprism-android-client

0 comments on commit 2674291

Please sign in to comment.