Skip to content

Commit

Permalink
Update version to 1.8.1(16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed May 28, 2023
1 parent 672fe2a commit 41a8a95
Show file tree
Hide file tree
Showing 3 changed files with 15 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.8.1] - 2023-05-28

### Fixed
- A bookmark overcoming allowed media types when selecting content
Expand Down Expand Up @@ -149,7 +149,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.8.0(15)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.8.1(16)...HEAD
[1.8.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.8.0(15)...1.8.1(16)
[1.8.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.7.1(14)...1.8.0(15)
[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)
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 15
versionName "1.8.0"
versionCode 16
versionName "1.8.1"

resConfigs "en"

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Fixed:
- A bookmark overcoming allowed media types when selecting content
- When scrolling to a specific month, its last day content is not shown sometimes
- Weird scroll changes when changing the gallery content (apparently)

Added:
- Ability to save the bookmarks export file to the storage

Changed:
- Speed up pages loading

0 comments on commit 41a8a95

Please sign in to comment.