Browse Source

Merge pull request #1098 from deltachat/prep-1.17

prepare 1.17 ✈️
bjoern 4 years ago
parent
commit
b1b7afc4b5
3 changed files with 37 additions and 9 deletions
  1. 28 0
      CHANGELOG.md
  2. 8 8
      deltachat-ios.xcodeproj/project.pbxproj
  3. 1 1
      docs/release-checklist.md

+ 28 - 0
CHANGELOG.md

@@ -1,5 +1,33 @@
 # Delta Chat iOS Changelog
 
+## 1.17.0
+2021-03
+
+* new mailinglist and better bot support
+* more reliable notifications about every 20 minutes
+* add option to view original-/html-mails
+* allow dialing on tapping a phone number
+* use more colors for user avatars
+* improve e-mail compatibility
+* improve animations and scrolling
+* improve compatibility with Outlook.com
+  and other providers changing message headers
+* scale avatars based on media_quality, fix avatar rotation
+* export backups as .tar files
+* enable strict TLS for known providers by default
+* improve and harden secure join
+* show warning for unsupported audio formats
+* fix send button state after video draft has been added
+* fix background crash
+* fix read receipts
+* fix decoding of attachment filenames
+* fix: exclude muted chats from notified-list
+* fix: do not return quoted messages from the trash chat
+* much more bug fixes
+* add Khmer, Persian, Arabic, Kurdish, Sardinian translations, update other translations
+* add Czech local help, update other local help
+
+
 ## 1.16.0
 2021-02
 

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

@@ -1531,13 +1531,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 49;
+				CURRENT_PROJECT_VERSION = 50;
 				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.16.0;
+				MARKETING_VERSION = 1.17.0;
 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
@@ -1556,13 +1556,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 49;
+				CURRENT_PROJECT_VERSION = 50;
 				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.16.0;
+				MARKETING_VERSION = 1.17.0;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
 				PRODUCT_NAME = "Delta Chat";
@@ -1696,7 +1696,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 49;
+				CURRENT_PROJECT_VERSION = 50;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1713,7 +1713,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.16.0;
+				MARKETING_VERSION = 1.17.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",
@@ -1770,7 +1770,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 49;
+				CURRENT_PROJECT_VERSION = 50;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1787,7 +1787,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.16.0;
+				MARKETING_VERSION = 1.17.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",

+ 1 - 1
docs/release-checklist.md

@@ -11,7 +11,7 @@ on the command-line:
    $ ./scripts/tx-pull-translations.sh
 
 3. update local help:
-   $ cd ../deltachat-pages; ./scripts/create-local-help.py; cd ../deltachat-ios
+   $ cd ../deltachat-pages; ./tools/create-local-help.py; cd ../deltachat-ios
 
 4. add a device message to ChatListController::viewWillAppear()
    and update CHANGELOG.md