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

chore: changelog

This commit is contained in:
Alex Tran 2023-02-21 11:45:28 -06:00
parent 4dab50c10a
commit 5cdf7671ed
5 changed files with 20 additions and 14 deletions

View File

@ -0,0 +1,6 @@
* Scroll to top when tapping photos while already on photo page.
* Delete goes to next page instead of popping back to the main timeline.
* Improve date formatting.
* Styling and linter.
* User get logged out upon clicking on any thing after logging in.
* Improve reliability of asset loading and indexing.

View File

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000209">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000284">
</testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="79.840593">
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="282.422814">
</testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="21.361905">
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="43.555992">
</testcase>

View File

@ -378,7 +378,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 86;
CURRENT_PROJECT_VERSION = 87;
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 = 86;
CURRENT_PROJECT_VERSION = 87;
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 = 86;
CURRENT_PROJECT_VERSION = 87;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;

View File

@ -44,11 +44,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.47.0</string>
<string>1.48.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>86</string>
<string>87</string>
<key>FLTEnableImpeller</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>

View File

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000269">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000542">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="3.705535">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="11.028001">
</testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.23144">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.912096">
</testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="2.423549">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="1.65488">
</testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="98.940158">
<testcase classname="fastlane.lanes" name="4: build_app" time="110.93313">
</testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="64.950609">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="80.292248">
</testcase>