Parcourir la source

Merge pull request #988 from deltachat/prep-1.14.0

prep 1.14.0
bjoern il y a 4 ans
Parent
commit
586ffea320
3 fichiers modifiés avec 40 ajouts et 12 suppressions
  1. 27 0
      CHANGELOG.md
  2. 8 8
      deltachat-ios.xcodeproj/project.pbxproj
  3. 5 4
      docs/release-checklist.md

+ 27 - 0
CHANGELOG.md

@@ -1,5 +1,32 @@
 # Delta Chat iOS Changelog
 
+## 1.14.0
+2020-11
+
+* disappearing messages: select for any chat the lifetime of the messages
+* scroll chat to search result
+* fast scrolling through all chat-messages by long tapping the scrollbar
+* show quotes in messages as such
+* add known contacts from the IMAP-server to the local addressbook on configure
+* enable encryption in groups if preferred by the majority of recipients
+  (previously, encryption was only enabled if everyone preferred it)
+* speed up configuration
+* try multiple servers from autoconfig
+* check system clock and app date for common issues
+* improve multi-device notification handling
+* improve detection and handling of video and audio messages
+* hide unused functions in "Saved messages" and "Device chat" profiles
+* bypass some limits for maximum number of recipients
+* add option to show encryption info for a contact
+* fix launch if there is an ongoing process
+* fix errors that are not shown during configuring
+* fix mistakenly unarchived chats
+* fix: tons of improvements affecting sending and receiving messages, see
+  https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md
+* update provider database and dependencies
+* add Slovak translation, update other translations
+
+
 ## 1.12.3
 2020-08
 

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

@@ -1428,13 +1428,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 43;
+				CURRENT_PROJECT_VERSION = 44;
 				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.13.2;
+				MARKETING_VERSION = 1.14.0;
 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
@@ -1453,13 +1453,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 43;
+				CURRENT_PROJECT_VERSION = 44;
 				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.13.2;
+				MARKETING_VERSION = 1.14.0;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
 				PRODUCT_NAME = "Delta Chat";
@@ -1593,7 +1593,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 43;
+				CURRENT_PROJECT_VERSION = 44;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1610,7 +1610,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.13.2;
+				MARKETING_VERSION = 1.14.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",
@@ -1667,7 +1667,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 43;
+				CURRENT_PROJECT_VERSION = 44;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1684,7 +1684,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.13.2;
+				MARKETING_VERSION = 1.14.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",

+ 5 - 4
docs/release-checklist.md

@@ -28,13 +28,14 @@ in Xcode:
    c) to avoid a warning,
       use the same version and build number for target "DcShare"
 
-6. a) select "Generic iOS Device" in the toolbar
+6. a) select "Any iOS Device (arm64)" in the toolbar
    b) select menu "Product/Archive"
       (codesign may ask for a password, this _may_ be empty and "Enter" will do)
    c) on success, a dialog with all releases on the machine is shown;
-      select the most recent, then "Distribute/App Store Connect/Next/Upload",
-      leave default options (strip symbols: yes, upload symbols: yes,
-      automatically manage signing: yes), in the summary, click "Upload" again
+      select the most recent,
+      then "Distribute App/App Store Connect/Next/Upload",
+      leave default options (Strip symbols: yes, Upload symbols: yes,
+      Automatically manage signing), in the summary, click "Upload" again
 
 on https://appstoreconnect.apple.com :