diff --git a/mobile/android/fastlane/metadata/android/en-US/changelogs/77.txt b/mobile/android/fastlane/metadata/android/en-US/changelogs/77.txt new file mode 100644 index 0000000000..fdd1b308c3 --- /dev/null +++ b/mobile/android/fastlane/metadata/android/en-US/changelogs/77.txt @@ -0,0 +1,10 @@ +* Fixes white navigation bar in Android 8. +* Add bottom safe area to video player controls. +* Fix null check operator on null value. +* Add troubleshooting toggle. +* Configurable log level. +* Consistent handling of DateTime in SyncService. +* Fix asset removal edge cases. +* Archive feature on mobile. +* Add AssetState and proper asset updating. +* Video player disposes early. \ No newline at end of file diff --git a/mobile/android/fastlane/report.xml b/mobile/android/fastlane/report.xml index 33768b980a..40ca5cd9ab 100644 --- a/mobile/android/fastlane/report.xml +++ b/mobile/android/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - + diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index 0187575138..2f20d65db5 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -378,7 +378,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 88; + CURRENT_PROJECT_VERSION = 94; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -514,7 +514,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 88; + CURRENT_PROJECT_VERSION = 94; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -542,7 +542,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 88; + CURRENT_PROJECT_VERSION = 94; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index 2850bc8b0c..7626745683 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -45,11 +45,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.50.0 + 1.54.0 CFBundleSignature ???? CFBundleVersion - 88 + 94 FLTEnableImpeller ITSAppUsesNonExemptEncryption diff --git a/mobile/ios/fastlane/report.xml b/mobile/ios/fastlane/report.xml index 7f11698fd9..7e9db7b0b1 100644 --- a/mobile/ios/fastlane/report.xml +++ b/mobile/ios/fastlane/report.xml @@ -5,34 +5,34 @@ - + - + - + - + - + - + - + diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index 80610bf6a1..ce2f6fc41b 100644 Binary files a/mobile/openapi/README.md and b/mobile/openapi/README.md differ diff --git a/web/src/api/open-api/api.ts b/web/src/api/open-api/api.ts index 62e679509a..1f3ed0e1cc 100644 --- a/web/src/api/open-api/api.ts +++ b/web/src/api/open-api/api.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.54.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/web/src/api/open-api/base.ts b/web/src/api/open-api/base.ts index e3631eb908..1f4223cd99 100644 --- a/web/src/api/open-api/base.ts +++ b/web/src/api/open-api/base.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.54.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/web/src/api/open-api/common.ts b/web/src/api/open-api/common.ts index 836bf40d65..9a03208bbe 100644 --- a/web/src/api/open-api/common.ts +++ b/web/src/api/open-api/common.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.54.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/web/src/api/open-api/configuration.ts b/web/src/api/open-api/configuration.ts index c34466118d..540c12c681 100644 --- a/web/src/api/open-api/configuration.ts +++ b/web/src/api/open-api/configuration.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.54.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/web/src/api/open-api/index.ts b/web/src/api/open-api/index.ts index d6803c4d2f..53c1dd7918 100644 --- a/web/src/api/open-api/index.ts +++ b/web/src/api/open-api/index.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.54.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).