Skip to content

Commit d9ed867

Browse files
committed
Update version to 1.34.0(50)
1 parent 4e11720 commit d9ed867

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.34.0] - 2025-01-08
99

1010
### Added
1111

@@ -733,7 +733,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
733733
- "Library is not accessible" during the connection, when the entered root URL doesn't match the
734734
`PHOTOPRISM_SITE_URL` server config value
735735

736-
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.33.0(49)...HEAD
736+
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.34.0(50)...HEAD
737+
738+
[1.33.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.33.0(49)...1.34.0(50)
737739

738740
[1.33.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.32.0(48)...1.33.0(49)
739741

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
targetSdk 34
2424

2525
applicationId "ua.com.radiokot.photoprism"
26-
versionCode 49
27-
versionName "1.33.0"
26+
versionCode 50
27+
versionName "1.34.0"
2828

2929
// Must be aligned with @xml/locale_config and values-*.
3030
resConfigs "en", "cs", "de", "el", "es", "fr", "it", "ru", "tr", "uk", "zh", "zh-rTW"

fastlane/metadata/android/en-US/changelogs/49.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Full: https://radiokot.com.ua/pp-changes
2+
3+
Added:
4+
- Ability to add the entry to an album from the media viewer screen
5+
- Ability to change the sharing behavior for RAWs in the preferences: you can choose between sharing the original file or a compatible JPEG, if available
6+
- Ability to remove selected items from the album being viewed
7+
- Ability to use a separate folder for downloads
8+
9+
Changed:
10+
- Improved Memories selection randomness
11+
- Switched to the the alternative video rendering method, which should fix stretching and orientation issues on TVs

0 commit comments

Comments
 (0)