Skip to content

Commit

Permalink
Update version to 1.31.1(47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Oct 7, 2024
1 parent 8e73992 commit 657b943
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 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.31.1] - 2024-10-07

### Added

Expand Down Expand Up @@ -674,7 +674,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.0(46)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.31.1(47)...HEAD

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

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

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 46
versionName "1.31.0"
versionCode 47
versionName "1.31.1"

// 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
15 changes: 0 additions & 15 deletions fastlane/metadata/android/en-US/changelogs/46.txt

This file was deleted.

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

Added:
- Ability to delete a memory with a long press

Fixed:
- Search on the folders screen ignoring folder paths
- Inability to focus the video timeline or the buttons using the "Down" button on the media viewer screen
- Inability to change the folder sorting on Android 12 and older

0 comments on commit 657b943

Please sign in to comment.