Skip to content

Commit

Permalink
Update version to 1.20.3(33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Oct 27, 2023
1 parent b32d856 commit 7b6d73b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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.3] - 2023-10-27

### Fixed
- Not playing some HEVC videos (instant stop)

## [1.20.2] - 2023-10-25

### Fixed
Expand Down Expand Up @@ -373,7 +378,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.2(32)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.20.3(33)...HEAD
[1.20.3]: https://github.com/Radiokot/photoprism-android-client/compare/1.20.2(32)...1.20.3(33)
[1.20.2]: https://github.com/Radiokot/photoprism-android-client/compare/1.20.1(31)...1.20.2(32)
[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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
targetSdk 33

applicationId "ua.com.radiokot.photoprism"
versionCode 32
versionName "1.20.2"
versionCode 33
versionName "1.20.3"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "el", "it", "ru", "tr", "uk", "zh", "zh-rTW"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Full changelog:
https://github.com/Radiokot/photoprism-android-client/blob/main/CHANGELOG.md

Fixed:
- Not playing some HEVC videos (instant stop)

0 comments on commit 7b6d73b

Please sign in to comment.