1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-12 15:32:36 +02:00

chore(release) mobile release related changes 1.44 (#1522)

* relase note

* Add changelogs
This commit is contained in:
Alex 2023-02-02 09:56:16 -06:00 committed by GitHub
parent d77a1aba7a
commit 29c79ad1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 14 deletions

View File

@ -0,0 +1,7 @@
* reused HTTP client for uploading assets
* top padding missing from drag handle in add to album bottom sheet
* Improve the gallery to improve scale, double tap, and swipe gesture detection
* Uses clamping scroll physics on android
* Fix back button closing the app from multi selection in Android
* add and delete operation asset in album viewer doesn't update count in album list
* Update share_file to latest version and migrate to using cross platform shareXFile

View File

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000213">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000299">
</testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="61.218233">
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="25.91737">
</testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="41.974053">
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="38.549017">
</testcase>

View File

@ -360,7 +360,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 82;
CURRENT_PROJECT_VERSION = 83;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@ -495,7 +495,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 82;
CURRENT_PROJECT_VERSION = 83;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@ -522,7 +522,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 82;
CURRENT_PROJECT_VERSION = 83;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.43.0</string>
<string>1.44.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>82</string>
<string>83</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>MGLMapboxMetricsEnabledSettingShownInApp</key>

View File

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000396">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000424">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="2.478301">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.833772">
</testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="3.846552">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="24.229726">
</testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="2.367554">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.663451">
</testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="75.618447">
<testcase classname="fastlane.lanes" name="4: build_app" time="90.5773">
</testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="47.502114">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="73.273138">
</testcase>