From 846e35f57e75c4a99fc2e2c78151bc39726b7569 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 22 Feb 2023 11:52:08 -0600 Subject: [PATCH] chore: readme and pump script (#1835) * chore: readme and pump script * readme --- README.md | 38 +++++++++++++------------- misc/release/pump-version.sh | 7 +++++ mobile/openapi/README.md | Bin 13609 -> 13609 bytes web/src/api/open-api/api.ts | 2 +- web/src/api/open-api/base.ts | 2 +- web/src/api/open-api/common.ts | 2 +- web/src/api/open-api/configuration.ts | 2 +- web/src/api/open-api/index.ts | 2 +- 8 files changed, 31 insertions(+), 24 deletions(-) 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 6aebfa306648a8b9bf8ede11da58a615742d7d86..de2fb1d11e7abc9ff7cde3583e317a47a89f9944 100644 GIT binary patch delta 12 TcmZ3PwK8kM97e;9b9+nxCV&N# delta 12 TcmZ3PwK8kM97cnUb9+nxCVK^v 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).