Skip to content

Commit 756d89c

Browse files
committed
Update version to 1.39.0(59)
1 parent 974e9f2 commit 756d89c

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
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.39.0] - 2025-08-29
99

1010
### Fixed
1111

@@ -956,4 +956,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
956956

957957
[1.38.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.37.1(57)...1.38.0(58)
958958

959-
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.38.0(58)...HEAD
959+
[1.39.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.38.0(58)...1.39.0(59)
960+
961+
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.39.0(59)...HEAD

app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ def fileProviderAuthority = ""
1313
android {
1414
namespace "ua.com.radiokot.photoprism"
1515

16-
//noinspection GradleDependency
17-
compileSdk 35
18-
1916
defaultConfig {
2017
//noinspection OldTargetApi
2118
targetSdk 35
19+
//noinspection GradleDependency
20+
compileSdk 35
2221
minSdk 21
2322

2423
applicationId "ua.com.radiokot.photoprism"
25-
versionCode 58
26-
versionName "1.38.0"
24+
versionCode 59
25+
versionName "1.39.0"
2726

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

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

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Full: https://radiokot.com.ua/pp-changes
2+
3+
Fixed:
4+
- Resetting photo zoom in the media viewer when setting or unsetting the photo favorite or private
5+
6+
Added:
7+
- Ability to change the download behavior for RAWs in the preferences: you can choose between downloading the original file or a compatible JPEG, if available
8+
9+
Changed:
10+
- Switched to a script-based Traditional/Simplified Chinese selection, which should make it more accurate
11+
12+
Removed:
13+
- Redundant encryption of the stored credentials and library connection parameters. The data is still securely stored in the app's private folder where no other apps can read it. It is just no longer additionally encrypted

0 commit comments

Comments
 (0)