Forráskód Böngészése

prepare 1.34.8 (#1778)

* update changelog for 1.34.8

* bump version to 1.34.8

* update release-checklist click path
bjoern 2 éve
szülő
commit
8f50244bec
3 módosított fájl, 30 hozzáadás és 12 törlés
  1. 19 2
      CHANGELOG.md
  2. 8 8
      deltachat-ios.xcodeproj/project.pbxproj
  3. 3 2
      docs/release-checklist.md

+ 19 - 2
CHANGELOG.md

@@ -1,6 +1,23 @@
 # Delta Chat iOS Changelog
 
-## v1.34.7
+## v1.34.8
+2022-12
+
+* If a classical-email-user sends an email to a group and adds new recipients,
+  the new recipients will become group members
+* treat attached PGP keys from classical-email-user as a signal to prefer mutual encryption
+* treat encrypted or signed messages from classical-email-user as a signal to prefer mutual encryption
+* VoiceOver: improve navigating through messages
+* fix migration of old databases
+* fix: send ephemeral timer change messages only of the chat is already known by other members
+* fix: use relative paths to database and avoid problems eg. on migration to other devices or paths
+* fix read/write timeouts for IMAP over SOCKS5
+* fix: do not send "group name changes" if no character was modified
+* add Greek translation, update other translations
+* update to core104
+
+
+## v1.34.7 Testflight
 2022-12
 
 * show audio recorder on half screen
@@ -17,7 +34,7 @@
 * update to core103
 
 
-## v1.34.6
+## v1.34.6 Testflight
 2022-11
 
 * improve account switcher: use the icon atop the chatlist to switch, add and edit accounts

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

@@ -1789,13 +1789,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 80;
+				CURRENT_PROJECT_VERSION = 81;
 				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.7;
+				MARKETING_VERSION = 1.34.8;
 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
@@ -1814,13 +1814,13 @@
 				CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 80;
+				CURRENT_PROJECT_VERSION = 81;
 				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.7;
+				MARKETING_VERSION = 1.34.8;
 				MTL_FAST_MATH = YES;
 				PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
 				PRODUCT_NAME = "Delta Chat";
@@ -1956,7 +1956,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 80;
+				CURRENT_PROJECT_VERSION = 81;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -1973,7 +1973,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.7;
+				MARKETING_VERSION = 1.34.8;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",
@@ -2026,7 +2026,7 @@
 				CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 80;
+				CURRENT_PROJECT_VERSION = 81;
 				DEVELOPMENT_TEAM = 8Y86453UA8;
 				ENABLE_BITCODE = NO;
 				HEADER_SEARCH_PATHS = (
@@ -2043,7 +2043,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.7;
+				MARKETING_VERSION = 1.34.8;
 				OTHER_CFLAGS = (
 					"$(inherited)",
 					"-isystem",

+ 3 - 2
docs/release-checklist.md

@@ -33,9 +33,10 @@ in Xcode:
       (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/App Store Connect/Next/Upload",
+      then "Distribute App/App Store Connect/Next/Upload/Next";
       leave default options (Strip symbols: yes, Upload symbols: yes,
-      Automatically manage signing), in the summary, click "Upload" again
+      Manage Version and Build Number: yes, Automatically manage signing);
+      in the summary, click "Upload" again
 
 on https://appstoreconnect.apple.com :