Prepare next release

This commit is contained in:
Element CI 2024-09-24 07:23:55 -07:00
parent f772849d2e
commit f5001c8464
3 changed files with 29 additions and 3 deletions

View File

@ -1,3 +1,29 @@
## Changes in 1.8.4 (2024-09-24)
### What's Changed
✨ Features
* Enable message pinning by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3308
🐛 Bugfixes
* Fix: confusion of lab flags for invisible crypto by @BillCarsonFr in https://github.com/element-hq/element-x-ios/pull/3319
* Fix a regression where you can't scroll the timeline on iOS 17 by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3320
* Fix a bug where the Join Room screen was sometimes shown instead of the Room. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3323
* Fix a bug on iOS 18 where the timeline background would use the wrong colour scheme when using the app switcher. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3324
* Don't use the new iPad modal presentation mode for the timeline item menu by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3325
🗣 Translations
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3315
🧱 Build
* Update the project to use Xcode 16. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3303
Others
* A bunch of random tweaks. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3317
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.8.3...1.8.4
## Changes in 1.8.3 (2024-09-19)
### What's Changed

View File

@ -7406,7 +7406,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.8.4;
MARKETING_VERSION = 1.8.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCTION_APP_NAME = Element;
@ -7483,7 +7483,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.8.4;
MARKETING_VERSION = 1.8.5;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -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.8.4
MARKETING_VERSION: 1.8.5
CURRENT_PROJECT_VERSION: 1
SUPPORTS_MACCATALYST: false