Skip to content

Commit

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

* update CHANGELOG for 1.44.1, ios part

* bump version to 1.44.1
  • Loading branch information
r10s authored Mar 22, 2024
1 parent d64a153 commit 3a26e76
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 13 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Delta Chat iOS Changelog

## v1.44.0 Testflight
## v1.44.1 Testflight
2024-03

* show message content in PUSH notifications (unless disabled in the system settings)
* nicer summaries by using some emojs for attachment types
* "Message long-tap / Select More" added for read-only chats
* paste QR codes from any QR code page
* fix: open chats directly at the end, no more visible scrolling
* fix input bar displayed during attach or info sometimes
* fix: do not play a sound or switch on display for muted chat's PUSH notifications
* fix: not not add notifications for reactions
* fix: add white background to transparent avatars
* fix crashes when exporting or importing huge accounts
* fix: remove leading whitespace from subject
* fix problem with sharing the same key by several accounts
* fix busy looping eg. during key import
* fix remote group membership changes always overriding local ones
* update translations
* update to core 1.136.6


## v1.44.0
2024-03

* PUSH notification if supported by providers as chatmail
Expand Down
24 changes: 12 additions & 12 deletions deltachat-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1863,7 +1863,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.44.0;
MARKETING_VERSION = 1.44.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = (
Expand Down Expand Up @@ -1894,7 +1894,7 @@
CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1908,7 +1908,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.44.0;
MARKETING_VERSION = 1.44.1;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2061,7 +2061,7 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -2080,7 +2080,7 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
"$(PROJECT_DIR)/deltachat-ios/libraries",
);
MARKETING_VERSION = 1.44.0;
MARKETING_VERSION = 1.44.1;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down Expand Up @@ -2133,7 +2133,7 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -2152,7 +2152,7 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
"$(PROJECT_DIR)/deltachat-ios/libraries",
);
MARKETING_VERSION = 1.44.0;
MARKETING_VERSION = 1.44.1;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down Expand Up @@ -2202,7 +2202,7 @@
CODE_SIGN_ENTITLEMENTS = DcNotificationService/DcNotificationService.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 101;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
Expand All @@ -2217,7 +2217,7 @@
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.43.1;
MARKETING_VERSION = 1.44.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcNotificationService;
Expand All @@ -2239,7 +2239,7 @@
CODE_SIGN_ENTITLEMENTS = DcNotificationService/DcNotificationService.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 101;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
Expand All @@ -2254,7 +2254,7 @@
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.43.1;
MARKETING_VERSION = 1.44.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcNotificationService;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 3a26e76

Please sign in to comment.