Skip to content

Commit

Permalink
Update version to 1.20.0(30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Oct 12, 2023
1 parent dc9efc8 commit fdf68c8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ 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.20.0] - 2023-10-12

### Fixed
- Auto screen turn-off when playing video
- Selection reset on the people overview screen when changing the orientation
- Traditional Chinese translation

### Added
- Support of Apple live photos uploaded as HEIC+MOV bundle
Expand All @@ -19,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dynamic selection of the video preview format (AVC, HEVC, VP8, VP9, AV1).
For example, if the video is in HEVC and your device supports HEVC,
it will be played as HEVC instead of transcoding to AVC
- Traditional Chinese translation

## [1.19.0] - 2023-09-24

Expand Down Expand Up @@ -354,7 +354,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.19.0(29)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.20.0(30)...HEAD
[1.20.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.19.0(29)...1.20.0(30)
[1.19.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.18.0(28)...1.19.0(29)
[1.18.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.17.0(27)...1.18.0(28)
[1.17.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.16.1(26)...1.17.0(27)
Expand Down
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ if (keystorePropertiesFile.exists()) {
def fileProviderAuthority = ""

android {
namespace 'ua.com.radiokot.photoprism'
namespace "ua.com.radiokot.photoprism"
compileSdk 33

defaultConfig {
applicationId "ua.com.radiokot.photoprism"
minSdk 21
targetSdk 33
versionCode 29
versionName "1.19.0"

applicationId "ua.com.radiokot.photoprism"
versionCode 30
versionName "1.20.0"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "el", "it", "ru", "tr", "uk", "zh", "zh-rTW"
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Fixed:
- Auto screen turn-off when playing video
- Selection reset on the people overview screen when changing the orientation

Added:
- Support of Apple live photos uploaded as HEIC+MOV bundle
- Ability to download gallery items selected with a long press
- Exit the selection mode when unselecting the last selected gallery item
- Dynamic selection of the video preview format (AVC, HEVC, VP8, VP9, AV1). For example, if the video is in HEVC and your device supports HEVC, it will be played as HEVC instead of transcoding to AVC
- Traditional Chinese translation

0 comments on commit fdf68c8

Please sign in to comment.