瀏覽代碼

bump version

B. Petersen 5 年之前
父節點
當前提交
d6309b65ba
共有 2 個文件被更改,包括 12 次插入5 次删除
  1. 8 1
      CHANGELOG.md
  2. 4 4
      deltachat-ios.xcodeproj/project.pbxproj

+ 8 - 1
CHANGELOG.md

@@ -1,12 +1,19 @@
 # Delta Chat iOS Changelog
 
-## v1.5.0 (Beta-Version, available on Testflight)
+## v1.6.0
+2020-05-03
 
 * add option for automatic deletion of messages after a given timespan;
   messages can be deleted from device and/or server
 * switch to ecc keys; ecc keys are much smaller and faster
   and safe traffic and time this way
 * new welcome screen
+* add an option to create an account by scanning a qr code, of course,
+  this has to be supported by the used provider
+* rework qr-code scanning: there is now one view with two tabs
+* improve interaction with traditional mail clients
+* improve avatar handling on ipad
+* debug and log moved to "Settings / Advanced / View log"
 * bug fixes
 * add Indonesian translation, update other translations
 

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

@@ -1580,7 +1580,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 28;
+				CURRENT_PROJECT_VERSION = 29;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1597,7 +1597,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.5.0;
+				MARKETING_VERSION = 1.6.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",
@@ -1653,7 +1653,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 28;
+				CURRENT_PROJECT_VERSION = 29;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1670,7 +1670,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.5.0;
+				MARKETING_VERSION = 1.6.0;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",