Skip to content

Commit

Permalink
Update version to 1.28.1(43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 21, 2024
1 parent 9b359c9 commit 9079705
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ 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.28.1] - 2024-07-21

### Fixed

- Text color mismatch on guide web pages with dark theme
- Not importing files when the library is password protected

Expand Down Expand Up @@ -601,7 +602,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- "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.28.0(42)...HEAD
[Unreleased]: https://github.com/Radiokot/photoprism-android-client/compare/1.28.1(43)...HEAD

[1.28.1]: https://github.com/Radiokot/photoprism-android-client/compare/1.28.0(42)...1.28.1(43)

[1.28.0]: https://github.com/Radiokot/photoprism-android-client/compare/1.27.0(41)...1.28.0(42)

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 34

applicationId "ua.com.radiokot.photoprism"
versionCode 42
versionName "1.28.0"
versionCode 43
versionName "1.28.1"

// Must be aligned with @xml/locale_config and values-*.
resConfigs "en", "cs", "de", "el", "es", "fr", "it", "ru", "tr", "uk", "zh", "zh-rTW"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Full changelog:
https://radiokot.com.ua/pp-changes

Fixed:
- Text color mismatch on guide web pages with dark theme
- Not importing files when the library is password protected

0 comments on commit 9079705

Please sign in to comment.