diff --git a/README.md b/README.md index d6a9f4e7f8..a43a5af16d 100644 --- a/README.md +++ b/README.md @@ -61,25 +61,25 @@ Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM # Features -| Features | Mobile | Web | -| ------------------------------------------- | ------- | --- | -| Upload and view videos and photos | Yes | Yes | -| Auto backup when the app is opened | Yes | N/A | -| Selective album(s) for backup | Yes | N/A | -| Download photos and videos to local device | Yes | Yes | -| Multi-user support | Yes | Yes | -| Album and Shared albums | Yes | Yes | -| Scrubbable/draggable scrollbar | Yes | Yes | -| Support RAW (HEIC, HEIF, DNG, Apple ProRaw) | Yes | Yes | -| Metadata view (EXIF, map) | Yes | Yes | -| Search by metadata, objects and image tags | Yes | No | -| Administrative functions (user management) | N/A | Yes | -| Background backup | Android | N/A | -| Virtual scroll | Yes | Yes | -| OAuth support | Yes | Yes | -| LivePhoto backup and playback | iOS | Yes | -| User-defined storage structure | Yes | Yes | -| Public Sharing | N/A | Yes | +| Features | Mobile | Web | +| ------------------------------------------- | ------ | --- | +| Upload and view videos and photos | Yes | Yes | +| Auto backup when the app is opened | Yes | N/A | +| Selective album(s) for backup | Yes | N/A | +| Download photos and videos to local device | Yes | Yes | +| Multi-user support | Yes | Yes | +| Album and Shared albums | Yes | Yes | +| Scrubbable/draggable scrollbar | Yes | Yes | +| Support RAW (HEIC, HEIF, DNG, Apple ProRaw) | Yes | Yes | +| Metadata view (EXIF, map) | Yes | Yes | +| Search by metadata, objects and image tags | Yes | No | +| Administrative functions (user management) | N/A | Yes | +| Background backup | Yes | N/A | +| Virtual scroll | Yes | Yes | +| OAuth support | Yes | Yes | +| LivePhoto backup and playback | iOS | Yes | +| User-defined storage structure | Yes | Yes | +| Public Sharing | N/A | Yes | # Support the project diff --git a/misc/release/pump-version.sh b/misc/release/pump-version.sh index 7a1ecda3f0..45251a2be8 100755 --- a/misc/release/pump-version.sh +++ b/misc/release/pump-version.sh @@ -75,4 +75,11 @@ sed -i "s/version_number: \"$CURRENT_SERVER\"$/version_number: \"$NEXT_SERVER\"/ sed -i "s/\"android\.injected\.version\.code\" => $CURRENT_MOBILE,/\"android\.injected\.version\.code\" => $NEXT_MOBILE,/" mobile/android/fastlane/Fastfile sed -i "s/^version: $CURRENT_SERVER+$CURRENT_MOBILE$/version: $NEXT_SERVER+$NEXT_MOBILE/" mobile/pubspec.yaml +# OpenApi Generated Files +sed -i "s/\"version\": \"$CURRENT_SERVER\",$/\"version\": \"$NEXT_SERVER\",/" mobile/openapi/README.md +sed -i "s/\"document\": \"$CURRENT_SERVER\",$/\"document\": \"$NEXT_SERVER\",/" web/src/api/open-api/api.ts +sed -i "s/\"document\": \"$CURRENT_SERVER\",$/\"document\": \"$NEXT_SERVER\",/" web/src/api/open-api/base.ts +sed -i "s/\"document\": \"$CURRENT_SERVER\",$/\"document\": \"$NEXT_SERVER\",/" web/src/api/open-api/common.ts +sed -i "s/\"document\": \"$CURRENT_SERVER\",$/\"document\": \"$NEXT_SERVER\",/" web/src/api/open-api/configuration.ts +sed -i "s/\"document\": \"$CURRENT_SERVER\",$/\"document\": \"$NEXT_SERVER\",/" web/src/api/open-api/index.ts echo "IMMICH_VERSION=v$NEXT_SERVER" >>$GITHUB_ENV diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index 6aebfa3066..de2fb1d11e 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 dba10a603e..f03e3efce8 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.48.0 + * The version of the OpenAPI document: 1.48.1 * * * 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 2cfb355b1e..6509939ff6 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.48.0 + * The version of the OpenAPI document: 1.48.1 * * * 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 aa11231c0e..0ee941dd4b 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.48.0 + * The version of the OpenAPI document: 1.48.1 * * * 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 517da032bb..4e5ed4cb54 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.48.0 + * The version of the OpenAPI document: 1.48.1 * * * 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 04666208cb..e1f22f8bb7 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.48.0 + * The version of the OpenAPI document: 1.48.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).