Skip to content

Commit

Permalink
Update version to 1.9.0(17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jun 3, 2023
1 parent e876548 commit 22e5272
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
8 changes: 6 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.9.0] - 2023-06-03

### Added
- Monochrome icon for Android 13 and higher
Expand All @@ -16,6 +16,9 @@ Once you returned, the last viewed media is visible in the list
### Changed
- Press of the "Back" navigation button resets the chronological scroll if it is scrolled somewhere

### Fixed
- Inconsistent paddings in the dialogs

## [1.8.1] - 2023-05-28

### Fixed
Expand Down Expand Up @@ -160,7 +163,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.1(16)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.9.0(17)...HEAD
[1.9.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.8.1(16)...1.9.0(17)
[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)
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 16
versionName "1.8.1"
versionCode 17
versionName "1.9.0"

resConfigs "en", "tr", "el", "it", "zh", "ru", "uk"

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Added:
- Monochrome icon for Android 13 and higher
- The gallery now scrolls as you swipe content in the viewer.
Once you returned, the last viewed media is visible in the list
- Turkish, Greek, Italian, Chinese, Russian and Ukrainian translations

Changed:
- Press of the "Back" navigation button resets the chronological scroll if it is scrolled somewhere

Fixed:
- Inconsistent paddings in the dialogs

0 comments on commit 22e5272

Please sign in to comment.