Эх сурвалжийг харах

prepare 1.34.5 (#1753)

* update changelog for 1.34.5

* bump version to 1.34.5

* add ITSAppUsesNonExemptEncryption key

* bump version to 1.34.6
bjoern 2 жил өмнө
parent
commit
08c1bfb73b

+ 23 - 0
CHANGELOG.md

@@ -1,5 +1,28 @@
 # Delta Chat iOS Changelog
 
+## v1.34.5
+2022-11
+
+* improve account switcher: use the icon atop the chatlist to switch, add and edit accounts
+* allow removal of references contacts from the "New Chat" list
+* show icon beside webxdc info messages
+* show more debug info in message info, improve logging
+* add default video chat instances
+* VoiceOver: read out unread messages in account switch button and account switch view controller
+* VoiceOver: improve order of read out content in chatlist
+* fix muted VoiceOver after recording voice message
+* fix: support mailto:-links in full-message-view
+* fix direct share usage with multiple accounts
+* fix emojis in webxdc
+* fix potential busy loop freeze when marking messages as seen
+* fix: suppress welcome messages after account import
+* fix: apply language changes to all accounts
+* fix chatlist's multi-edit "Cancel" button
+* fix webxdc icons if the webxdc uses the phaser library
+* update translations and local help
+* update to core101
+
+
 ## v1.34.1
 2022-10
 

+ 8 - 8
deltachat-ios.xcodeproj/project.pbxproj

@@ -1798,13 +1798,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 77;
+				CURRENT_PROJECT_VERSION = 79;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = DcShare/Info.plist;
 				IPHONEOS_DEPLOYMENT_TARGET = 11.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
-				MARKETING_VERSION = 1.34.1;
+				MARKETING_VERSION = 1.34.6;
 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
@@ -1823,13 +1823,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 77;
+				CURRENT_PROJECT_VERSION = 79;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = DcShare/Info.plist;
 				IPHONEOS_DEPLOYMENT_TARGET = 11.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
-				MARKETING_VERSION = 1.34.1;
+				MARKETING_VERSION = 1.34.6;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
 				PRODUCT_NAME = "Delta Chat";
@@ -1963,7 +1963,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 77;
+				CURRENT_PROJECT_VERSION = 79;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1980,7 +1980,7 @@
 					"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
 					"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
 				);
-				MARKETING_VERSION = 1.34.1;
+				MARKETING_VERSION = 1.34.6;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",
@@ -2037,7 +2037,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 77;
+				CURRENT_PROJECT_VERSION = 79;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -2054,7 +2054,7 @@
 					"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
 					"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
 				);
-				MARKETING_VERSION = 1.34.1;
+				MARKETING_VERSION = 1.34.6;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",

+ 2 - 0
deltachat-ios/Info.plist

@@ -106,5 +106,7 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>ITSAppUsesNonExemptEncryption</key>
+	<false/>
 </dict>
 </plist>

+ 1 - 1
docs/release-checklist.md

@@ -40,7 +40,7 @@ in Xcode:
 on https://appstoreconnect.apple.com :
 
 7. for a **Testflight release**, open "My Apps/Delta Chat/TestFlight/iOS"
-   a) fill out compliance info, status should be "Ready to Submit" then
+   a) status becomes "Ready to Submit" automatically after some minutes
    b) select "open-testing-group" on the left, scroll down to "Builds" section
    c) click "+" and select the version made "Ready to submit" above
    d) make sure the credentials shown on the next page are working