diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd4bb416..457297039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Delta Chat iOS Changelog -## Unreleased +## v1.50.3 -- Show a Webxdc-app in chat (#2413) - Don't change order of proxies when selecting a new one (#2414) +- Add info messages about implicit membership changes if group member list is recreate +- Show a Webxdc-app in chat (#2413) +- Fix encrypted messages failures on some accounts (ignore garbage at the end of keys) +- Fix: Don't add "Failed to send message to ..." info messages to group chats +- Fix: Add self-addition message to chat when recreating member list +- Fix not showing "Notifications: Connected" even though PUSH is available (do not subscribe to heartbeat if already subscribed to PUSH) +- Fix "Show Full Message" being empty sometimes (if multiple text parts are cut) +- Update to core 1.152.0 + ## v1.50.1 2024-12 diff --git a/deltachat-ios.xcodeproj/project.pbxproj b/deltachat-ios.xcodeproj/project.pbxproj index 666ea440e..8fba093b3 100644 --- a/deltachat-ios.xcodeproj/project.pbxproj +++ b/deltachat-ios.xcodeproj/project.pbxproj @@ -2053,7 +2053,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 116; + CURRENT_PROJECT_VERSION = 117; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2073,7 +2073,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.50.1; + MARKETING_VERSION = 1.50.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -2118,7 +2118,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 116; + CURRENT_PROJECT_VERSION = 117; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -2132,7 +2132,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.50.1; + MARKETING_VERSION = 1.50.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule;