Skip to content

Commit 06b6a90

Browse files
committed
Update version to 1.37.0(56)
1 parent 6d010f1 commit 06b6a90

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
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.37.0] - 2025-05-25
99

1010
### Added
1111

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

908908
[1.36.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.35.2(54)...1.36.0(55)
909909

910-
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.36.0(55)...HEAD
910+
[1.37.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.36.0(55)...1.37.0(56)
911+
912+
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.37.0(56)...HEAD

app/build.gradle

Lines changed: 2 additions & 2 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 55
23-
versionName "1.36.0"
22+
versionCode 56
23+
versionName "1.37.0"
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"

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

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Full: https://radiokot.com.ua/pp-changes
2+
3+
Added:
4+
- Ability to switch the order of items when viewing an album or a folder
5+
- App shortcuts for search bookmarks – by long pressing the gallery icon in the launcher, you'll see shortcuts which let you quickly open the gallery at a particular bookmark
6+
7+
Fixed:
8+
- Stretching some circle buttons when system text size is enlarged
9+
- Cutting long month headers when system text size is enlarged
10+
- Occasionally seeing the login screen when opening an item in the web viewer
11+
- Occasionally briefly seeing the bottom selection controls when starting the app
12+
- Resetting the scroll position after screen rotation when viewing an album or a folder
13+
14+
Changed:
15+
- When opening an item in the web viewer, the viewer state (selection, etc.) is reset
16+
- Renamed Extension store to Extension catalog
17+
- Made some icons rounded

0 commit comments

Comments
 (0)