Skip to content

Commit

Permalink
Update version to 1.17.0(27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Aug 28, 2023
1 parent 900cc9e commit d1c58db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
5 changes: 3 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.17.0] - 2023-08-28

### Added
- Albums overview screen for the search, where you can see all the albums in grid view,
Expand Down Expand Up @@ -318,7 +318,8 @@ icon on the main screen
- "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.16.1(26)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.17.0(27)...HEAD
[1.17.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.16.1(26)...1.17.0(27)
[1.16.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.16.0(25)...1.16.1(26)
[1.16.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.15.1(24)...1.16.0(25)
[1.15.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.15.0(23)...1.15.1(24)
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 26
versionName "1.16.1"
versionCode 27
versionName "1.17.0"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "el", "it", "ru", "tr", "uk", "zh"
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Full changelog:
https://github.com/Radiokot/photoprism-android-client/blob/main/CHANGELOG.md

Added:
- Albums overview screen for the search, where you can see all the albums in grid view,
quickly scroll from top to bottom and filter the items by name
- Enhanced live photos viewer which fades the video into the high-quality still image.
Check out PhotoPrism developer preview to test Samsung live photos
- Ability to change the app language from system settings on Android 13

Changed:
- Added more vertical space to the search configuration screen
- Make long album names scroll like a ticker

0 comments on commit d1c58db

Please sign in to comment.