瀏覽代碼

Merge pull request #1195 from deltachat/prep-1.20.0

prepare 1.20
bjoern 4 年之前
父節點
當前提交
17f209e89f
共有 3 個文件被更改,包括 27 次插入22 次删除
  1. 17 3
      CHANGELOG.md
  2. 8 8
      deltachat-ios.xcodeproj/project.pbxproj
  3. 2 11
      deltachat-ios/Controller/ChatListController.swift

+ 17 - 3
CHANGELOG.md

@@ -1,8 +1,21 @@
 # Delta Chat iOS Changelog
 
-## UNRELEASED
-
-* add Indonesian, Polish, Ukrainian local help, update other translations
+## 1.20.0
+2021-05
+
+* opening the contact request chat marks all contact requests as noticed
+  and removes the sticky hint from the chatlist
+* if "Show classic mails" is enabled,
+  the contact request hint in the corresponding chat
+* speed up global search
+* improve display of small images
+* fix: filter contact list for adding members to verified groups
+* fix: re-add headlines for every day
+* fix: register for notifications also after qr-code account scanning
+* fix a rare crash on chat deletion
+* fix: update chat on forwarding to saved-messages
+* fix: make links and default user actions work in contact requests
+* add Chinese, French, Indonesian, Polish and Ukrainian local help, update other translations
 
 
 ## 1.19.1 Testflight
@@ -36,6 +49,7 @@
 * tapping notification opens the corresponding chat
 * more information and images shown in notifications
 * add option to view original-/html-mails
+* check all imap folders for new messages from time to time
 * allow dialing on tapping a phone number
 * use more colors for user avatars
 * improve e-mail compatibility

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

@@ -1542,13 +1542,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 53;
+				CURRENT_PROJECT_VERSION = 54;
 				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.19.1;
+				MARKETING_VERSION = 1.20.0;
 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
@@ -1567,13 +1567,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 53;
+				CURRENT_PROJECT_VERSION = 54;
 				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.19.1;
+				MARKETING_VERSION = 1.20.0;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
 				PRODUCT_NAME = "Delta Chat";
@@ -1707,7 +1707,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 53;
+				CURRENT_PROJECT_VERSION = 54;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1724,7 +1724,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.19.1;
+				MARKETING_VERSION = 1.20.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",
@@ -1781,7 +1781,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 53;
+				CURRENT_PROJECT_VERSION = 54;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1798,7 +1798,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.19.1;
+				MARKETING_VERSION = 1.20.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",

+ 2 - 11
deltachat-ios/Controller/ChatListController.swift

@@ -78,17 +78,8 @@ class ChatListController: UITableViewController {
         // update messages - for new messages, do not reuse or modify strings but create new ones.
         // it is not needed to keep all past update messages, however, when deleted, also the strings should be deleted.
         let msg = DcMsg(viewType: DC_MSG_TEXT)
-        msg.text = "What's new in 1.16?\n"
-            + "\n"
-            + "✍️ Add text to images and files before sending\n"
-            + "\n"
-            + "🎨 Draw on images before sending (tap the image selected for sending, then the icon in the upper right corner)\n"
-            + "\n"
-            + "✅ ☑️ Multi-select messages and forward or delete them with one tap "
-            + "(long tap on message, admire the new, much nicer context menu, then \"Select more\")\n"
-            + "\n"
-            + "As always, see https://delta.chat/blog for more news and updates."
-        dcContext.addDeviceMessage(label: "update_1_16g_ios", msg: msg)
+        msg.text = String.localized("update_1_20") + " https://delta.chat/en/2021-05-05-email-compat"
+        dcContext.addDeviceMessage(label: "update_1_20b_ios", msg: msg)
 
         // create view
         updateTitle()