Skip to content

Commit

Permalink
Update version to 1.30.0(45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Sep 1, 2024
1 parent 283ceec commit 999f148
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
8 changes: 5 additions & 3 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.30.0] - 2024-09-01

### Added

Expand All @@ -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
Expand Down Expand Up @@ -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)

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 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"
Expand Down
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 999f148

Please sign in to comment.