Skip to content

Commit

Permalink
Update version to 1.20.1(31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Oct 14, 2023
1 parent dbaee6d commit 4eeace1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [1.20.1] - 2023-10-14

### Fixed
- Refusing to play HEVC video of custom size (odd width or height)

## [1.20.0] - 2023-10-12

### Fixed
Expand Down Expand Up @@ -354,7 +359,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.20.0(30)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.20.1(31)...HEAD
[1.20.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.20.0(30)...1.20.1(31)
[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)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {

applicationId "ua.com.radiokot.photoprism"
versionCode 31
versionName "1.20.1-rc.1"
versionName "1.20.1"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "el", "it", "ru", "tr", "uk", "zh", "zh-rTW"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed:
- Refusing to play HEVC video of custom size (odd width or height)

0 comments on commit 4eeace1

Please sign in to comment.