Skip to content

Commit f57a02b

Browse files
committed
Update version to 1.35.2(54)
1 parent 95f2d77 commit f57a02b

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [1.35.2] - 2025-03-03
9+
10+
### Fixed
11+
12+
- Periodic
13+
[Photo frame widget](https://github.com/Radiokot/photoprism-android-client/wiki/Memories-extension)
14+
update, which became unstable in [1.35.1]
15+
816
## [1.35.1] - 2025-02-28
917

1018
### Fixed
@@ -855,4 +863,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
855863

856864
[1.35.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.35.0(52)...1.35.1(53)
857865

858-
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.35.1(53)...HEAD
866+
[1.35.2]: https://github.com/Radiokot/photoprism-android-client/compare/1.35.1(53)...1.35.2(54)
867+
868+
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.35.2(54)...HEAD

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
targetSdk 34
2020

2121
applicationId "ua.com.radiokot.photoprism"
22-
versionCode 53
23-
versionName "1.35.1"
22+
versionCode 54
23+
versionName "1.35.2"
2424

2525
// Must be aligned with @xml/locale_config and values-*.
2626
resConfigs "en", "cs", "de", "el", "es", "fr", "it", "ru", "tr", "uk", "zh", "zh-rTW"
@@ -269,7 +269,7 @@ project.afterEvaluate {
269269
// Remove the "Notice for packages" header.
270270
lines[6] = ""
271271
// Reduce the font size.
272-
lines[2] = lines[2].replace("body {", "body { font-size: 75%;")
272+
lines[2] = lines[2].replace("body {", "ul { padding-inline-start: 22px; } body { font-size: 75%;")
273273
Files.write(report.toPath(), lines, StandardCharsets.UTF_8)
274274
}
275275
}

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

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Full: https://radiokot.com.ua/pp-changes
2+
3+
Fixed:
4+
- Periodic Photo frame widget update, which became unstable in 1.35.1

0 commit comments

Comments
 (0)