Skip to content

Commit

Permalink
Update version to 1.7.1(14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed May 14, 2023
1 parent c2bca63 commit c952075
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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]

### Added
- Display of album name in the search bar when an album is selected
## [1.7.1] - 2023-05-14

### Fixed
- Laggy chronological scroll dragging
- Not bringing the list to the top when scrolling to the current month

### Added
- Display of album name in the search bar when an album is selected

## [1.7.0] - 2023-05-09

### Added
Expand Down Expand Up @@ -127,7 +127,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.7.0(13)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.7.1(14)...HEAD
[1.7.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.7.0(13)...1.7.1(14)
[1.7.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.6.0(12)...1.7.0(13)
[1.6.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.5.2(11)...1.6.0(12)
[1.5.2]: https://github.com/Radiokot/photoprism-android-client/compare/1.5.2-rc1(10)...1.5.2(11)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "ua.com.radiokot.photoprism"
minSdk 21
targetSdk 33
versionCode 13
versionName "1.7.0"
versionCode 14
versionName "1.7.1"

resConfigs "en"

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fixed:
- Laggy chronological scroll dragging
- Not bringing the list to the top when scrolling to the current month

Added:
- Display of album name in the search bar when an album is selected

0 comments on commit c952075

Please sign in to comment.