From 999f14832f6c97a3fef11760bf928351af923625 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Sun, 1 Sep 2024 14:44:07 +0300 Subject: [PATCH] Update version to 1.30.0(45) --- CHANGELOG.md | 8 +++++--- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/45.txt | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/45.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index d71b454b..559204a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.30.0] - 2024-09-01 ### Added @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Not showing newly created albums on subsequent imports - Dismiss gesture interfering with zoom in the media viewer on some devices. - If you often close a photo while trying to zoom it, this will help. + If you often close a photo while trying to zoom it, this will help - Some strings in French and German ### Changed @@ -640,7 +640,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.29.0(44)...HEAD +[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.30.0(45)...HEAD + +[1.30.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.29.0(44)...1.30.0(45) [1.29.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.28.1(43)...1.29.0(44) diff --git a/app/build.gradle b/app/build.gradle index 0652c2a6..74dba0f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { targetSdk 34 applicationId "ua.com.radiokot.photoprism" - versionCode 44 - versionName "1.29.0" + versionCode 45 + versionName "1.30.0" // Must be aligned with @xml/locale_config and values-*. resConfigs "en", "cs", "de", "el", "es", "fr", "it", "ru", "tr", "uk", "zh", "zh-rTW" diff --git a/fastlane/metadata/android/en-US/changelogs/45.txt b/fastlane/metadata/android/en-US/changelogs/45.txt new file mode 100644 index 00000000..51de7811 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/45.txt @@ -0,0 +1,17 @@ +Full changelog: +https://radiokot.com.ua/pp-changes + +Added: +- Navigation menu +- Ability to browse folders + +Fixed: +- Not showing newly created albums on subsequent imports +- Dismiss gesture interfering with zoom in the media viewer on some devices. If you often close a photo while trying to zoom it, this will help +- Some strings in French and German + +Changed: +- The search bar has been made thinner +- Memories are no longer shown on top when the gallery is started from another app to select pictures +- Preferences are now opened from the navigation menu +- Updated video player library. If you have playback problems, consider checking out this version