diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd170c8..0ed4e5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 233b93f5..d06e9076 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 00000000..c39deedb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -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 \ No newline at end of file