1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

Added changelog for mobile

This commit is contained in:
Alex Tran 2022-11-20 14:11:33 -06:00
parent 6f5d60fb62
commit 9d2c30298e
5 changed files with 17 additions and 14 deletions

View File

@ -0,0 +1,3 @@
* Added OAuth login option
* Tidy-up dependencies, remove unused, replace rarely used ones
* Added view LivePhotos feature

View File

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000233"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000315">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="61.699536"> <testcase classname="fastlane.lanes" name="1: bundleRelease" time="185.624188">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="46.210553"> <testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="39.180655">
</testcase> </testcase>

View File

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

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.34.0</string> <string>1.36.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>68</string> <string>71</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true /> <true />
<key>MGLMapboxMetricsEnabledSettingShownInApp</key> <key>MGLMapboxMetricsEnabledSettingShownInApp</key>

View File

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000304"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000333">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.606546"> <testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.777934">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="3.706234"> <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="6.375897">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.657686"> <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.664307">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="68.78265"> <testcase classname="fastlane.lanes" name="4: build_app" time="88.90147">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="60.883182"> <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="79.807067">
</testcase> </testcase>