Skip to content

Commit

Permalink
prepare 1.42.7 (#2013)
Browse files Browse the repository at this point in the history
* update CHANGELOG for 1.42.7, core part

* update CHANGELOG for 1.42.7, ios part

* bump version to 1.42.7
  • Loading branch information
r10s authored Dec 8, 2023
1 parent 951ef41 commit a41923b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Delta Chat iOS Changelog

## v1.42.7
2023-12

* sync changes on "Your Profile Name", "Show Class Mails", "Read Receipts" options across devices
* immediate feedback when tapping chat titles
* fix crashes and notification issues due to races in shutdown event handler
* fix crashes and notification issues due to account lock file
* fix crashes and notification issues by fading out "encrypted database" experiment introduced in 1.28.0
(database is still encrypted by the system, for existing "encrypted database" users a messages is shown)
* fix: align "Disappearing Messages" options with the ones used on android/desktop
* fix decryption errors when using multiple private keys
* fix more log in errors for providers as 163.com; this was introduced in 1.42.3
* update translations
* update to core 1.132.0


## v1.42.4
2023-11

Expand Down
16 changes: 8 additions & 8 deletions deltachat-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@
CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 98;
CURRENT_PROJECT_VERSION = 99;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1745,7 +1745,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.42.4;
MARKETING_VERSION = 1.42.7;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = (
Expand Down Expand Up @@ -1776,7 +1776,7 @@
CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 98;
CURRENT_PROJECT_VERSION = 99;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1791,7 +1791,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.42.4;
MARKETING_VERSION = 1.42.7;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1942,7 +1942,7 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 98;
CURRENT_PROJECT_VERSION = 99;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1961,7 +1961,7 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
"$(PROJECT_DIR)/deltachat-ios/libraries",
);
MARKETING_VERSION = 1.42.4;
MARKETING_VERSION = 1.42.7;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down Expand Up @@ -2015,7 +2015,7 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 98;
CURRENT_PROJECT_VERSION = 99;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -2034,7 +2034,7 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
"$(PROJECT_DIR)/deltachat-ios/libraries",
);
MARKETING_VERSION = 1.42.4;
MARKETING_VERSION = 1.42.7;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down

0 comments on commit a41923b

Please sign in to comment.