Skip to content

Commit

Permalink
Update version to 1.7.0(13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed May 9, 2023
1 parent 30a669d commit 7c51261
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ 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.7.0] - 2023-05-09

### Added
- Ability to filter library content by album (or folder)

### Changed
- Made the search bar be always visible
- Placed Apply and Reset search buttons above the keyboard

## [1.6.0] - 2023-05-02

Expand Down Expand Up @@ -117,7 +118,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.6.0(12)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.7.0(13)...HEAD
[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)
[1.5.2-rc1]: https://github.com/Radiokot/photoprism-android-client/compare/1.5.1(9)...1.5.2-rc1(10)
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 12
versionName "1.6.0"
versionCode 13
versionName "1.7.0"

resConfigs "en"

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Added:
- Ability to filter library content by album (or folder)

Changed:
- Made the search bar be always visible
- Placed Apply and Reset search buttons above the keyboard

0 comments on commit 7c51261

Please sign in to comment.