Skip to content

Commit

Permalink
Update version to 1.15.0(23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 18, 2023
1 parent 20f5949 commit 57b8745
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.15.0] - 2023-07-18

### Added
- Ability to select multiple items and share them directly from the gallery.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "ua.com.radiokot.photoprism"
minSdk 21
targetSdk 33
versionCode 22
versionName "1.14.0"
versionCode 23
versionName "1.15.0"

resConfigs "en", "tr", "el", "it", "zh", "ru", "uk"

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Added:
- Ability to select multiple items and share them directly from the gallery.
To start selecting, make a long press on an item.

Fixed:
- Not showing the item title and date in the media viewer when selecting content

Changed:
- Use the advanced system dialog (with chats, nearby share, etc.) when sharing a file

0 comments on commit 57b8745

Please sign in to comment.