From c024702d50e4c228527053c408d8fe243fed198d Mon Sep 17 00:00:00 2001 From: Element CI Date: Thu, 4 Jul 2024 03:41:31 -0700 Subject: [PATCH] Prepare next release --- CHANGES.md | 40 ++++++++++++++++++++++++++++++ ElementX.xcodeproj/project.pbxproj | 4 +-- project.yml | 2 +- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2cc3e423d..deb804ae6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,43 @@ +## Changes in 1.6.13 (2024-07-04) + +### What's Changed + +✨ Features +* Add support for editing local echoes and remove redundant failed sent message menu by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/2983 +* Allow Element Call's widget URL to be configured by the homeserver. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/2971 +* Volatile draft to restore the composer after an edit. by @Velin92 in https://github.com/element-hq/element-x-ios/pull/2996 + +🙌 Improvements +* Hide timeline style selection by @Velin92 in https://github.com/element-hq/element-x-ios/pull/2968 +* Cleanup how we setup the CallKit provider and have it be used for outgoing calls as well by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/2967 + +🐛 Bugfixes +* Stop the timeline from requesting back pagination whilst loading existing items. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2969 +* Edit by timeline item only if the event id is missing by @Velin92 in https://github.com/element-hq/element-x-ios/pull/2989 +* Add a missing scheme when getting the Element .well-known file. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2995 + +🗣 Translations +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/2986 + +🧱 Build +* Replace Towncrier with GitHub releases + labels. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2966 +* Trigger a Danger CI run when labelling a PR too. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2972 +* Add changelog labels to PRs from Localazy and Renovate. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2981 +* Use XcodeGen files for app variants and setup Enterprise submodule. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2976 +* Setup unit tests for Enterprise. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2984 + +Others +* Remove plain style layout by @Velin92 in https://github.com/element-hq/element-x-ios/pull/2980 +* Remove layout styling abstraction by @Velin92 in https://github.com/element-hq/element-x-ios/pull/2982 +* Setup Sentry instrumentation on top of the existing Signposter by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/2985 +* Update the SDK. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2987 +* Add a bug report hook. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2988 +* Use the same format for project.yml as Ruby's YAML output. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2992 +* Update the SDK ready for the release. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/2999 + + +**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.6.12...1.6.13 + ## Changes in 1.6.12 (2024-06-25) ✨ Features diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 4d5a2a9e9..97757862f 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -7040,7 +7040,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.6.13; + MARKETING_VERSION = 1.6.14; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCTION_APP_NAME = Element; @@ -7117,7 +7117,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.6.13; + MARKETING_VERSION = 1.6.14; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/project.yml b/project.yml index 37b905f63..3024084d3 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.6.13 + MARKETING_VERSION: 1.6.14 CURRENT_PROJECT_VERSION: 1 SUPPORTS_MACCATALYST: false