Skip to content

Commit

Permalink
Update version to 1.33.0(49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Dec 1, 2024
1 parent d9b493f commit 593b387
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 25 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ 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.33.0] - 2024-12-01

### Added

- Ability to disable Memories
- Ability to configure the max number of entries in a memory
- Ability to select items by dragging after a long press
- Ability to disable [Memories](https://github.com/Radiokot/photoprism-android-client/wiki/Memories-extension)
- Ability to configure the max number of entries in a memory
- Ability to browse months (calendar) from the main menu

### Changed

- Improved randomness and speed of the Photo frame widget
- Improved randomness and speed of the [Photo frame widget](https://github.com/Radiokot/photoprism-android-client/wiki/Photo-frame-widget-extension)
- Files downloaded for sharing or opening in another app
are now stored in "Cache" instead of "Data"

Expand Down Expand Up @@ -717,7 +717,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.32.0(48)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.33.0(49)...HEAD

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

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

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 48
versionName "1.32.0"
versionCode 49
versionName "1.33.0"

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

This file was deleted.

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

Added:
- Ability to select items by dragging after a long press
- Ability to disable Memories
- Ability to configure the max number of entries in a memory
- Ability to browse months (calendar) from the main menu

Changed:
- Improved randomness and speed of the Photo frame widget
- Files downloaded for sharing or opening in another app are now stored in "Cache" instead of "Data"

Removed:
- File selection step when interacting with videos, animations, RAWs and other entries with multiple files. Now the original file is selected automatically

0 comments on commit 593b387

Please sign in to comment.