From 352bb577ad047b819f5e19948d4471b14fff071b Mon Sep 17 00:00:00 2001 From: Element CI Date: Tue, 19 Nov 2024 08:19:20 -0800 Subject: [PATCH] Prepare next release --- CHANGES.md | 44 ++++++++++++++++++++++++++++++ ElementX.xcodeproj/project.pbxproj | 4 +-- project.yml | 2 +- 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef61cce70..5399deba5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,47 @@ +## Changes in 1.9.6 (2024-11-19) + +### What's Changed + +✨ Features +* Share extension by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3506 +* Enable local echoes for media uploads on development builds. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3514 + +🙌 Improvements +* Stacked Avatars View by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3504 + +🐛 Bugfixes +* Regenerate thumbnails to see if it helps with phantom avatar switching. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3503 +* Fix #1947 - Check expected files are still present before restoring a session. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3507 +* Fix Rooms that user has knocked not displaying the request sent screen by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3513 +* Fix share extension app group so it works for nightlies too by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3520 +* Fix toolbar icons disappearing on the iPad after backgrounding the app by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3521 +* Fix a bug where the security banner has the wrong state when out of sync. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3511 +* Fix image animations / remove fading when switching between local and remote echoes. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3525 + +🗣 Translations +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3523 + +🧱 Build +* Update the project to use Xcode 16.1 by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3505 + +🚧 In development 🚧 +* Knock requests banner by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3510 +* Knocking Request Cell by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3516 + +Others +* Update the strings for unsupported calls. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3502 +* Bump the RustSDK to v1.0.67 by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3512 +* UI test fixes by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3515 +* Group image and video metadata in specialised structs by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3518 +* Update compound by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3519 +* Update the SDK. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3524 +* Update compound iOS by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3532 +* Expose the public search feature flag in the developer settings and disable it by default. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3528 +* Update the SDK. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3535 + + +**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.9.5...1.9.6 + ## Changes in 1.9.5 (2024-11-11) ### What's Changed diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 12f40d1d8..b88ded62c 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -7743,7 +7743,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.6; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.6; - MARKETING_VERSION = 1.9.6; + MARKETING_VERSION = 1.9.7; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCTION_APP_NAME = Element; @@ -7820,7 +7820,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.6; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.6; - MARKETING_VERSION = 1.9.6; + MARKETING_VERSION = 1.9.7; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/project.yml b/project.yml index 9c7432d92..d80b04657 100644 --- a/project.yml +++ b/project.yml @@ -41,7 +41,7 @@ settings: APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER) APP_NAME: ElementX KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)" - MARKETING_VERSION: 1.9.6 + MARKETING_VERSION: 1.9.7 CURRENT_PROJECT_VERSION: 1 SUPPORTS_MACCATALYST: false