Skip to content

Commit

Permalink
Update version to 1.32.0(48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Nov 11, 2024
1 parent 68930be commit 25470db
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
6 changes: 4 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.32.0] - 2024-11-11

### Added

Expand Down Expand Up @@ -697,7 +697,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- "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.31.1(47)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.32.0(48)...HEAD

[1.32.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.31.1(47)...1.32.0(48)

[1.31.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.31.0(46)...1.31.1(47)

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 47
versionName "1.31.1"
versionCode 48
versionName "1.32.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
9 changes: 0 additions & 9 deletions fastlane/metadata/android/en-US/changelogs/47.txt

This file was deleted.

18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Full: https://radiokot.com.ua/pp-changes

Added:
- Ability to disable animation of JPEG and HEIF live photos in the preferences
- Ability to see and export activated extension keys
- Ability to mark an entry as private on the media viewer screen
- Ability to add selected items to an album
- Ability to browse albums from the main menu
- Ability to browse favorites from the main menu

Fixed:
- Showing indeterminate background download progress (when Content-Length is not available) as 1%
- Immediate slideshow switch for GIFs and looped videos
- Showing folder content of unsupported types when selecting content for another app

Changed:
- For HEIF (HEIC) live photos, the video is now requested in HEVC if the device supports this codec. This prevents transcoding to AVC
- Refreshed navigation icons and labels

0 comments on commit 25470db

Please sign in to comment.