mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Prepare next release
This commit is contained in:
parent
78fb64ced2
commit
da6487e054
20
CHANGES.md
20
CHANGES.md
@ -1,3 +1,23 @@
|
||||
## Changes in 1.8.3 (2024-09-19)
|
||||
|
||||
### What's Changed
|
||||
|
||||
✨ Features
|
||||
* crypto: Add configuration flag to enable invisible crypto by @BillCarsonFr in https://github.com/element-hq/element-x-ios/pull/3247
|
||||
* quick and dirty /join command by @ara4n in https://github.com/element-hq/element-x-ios/pull/3288
|
||||
|
||||
🐛 Bugfixes
|
||||
* Await for room sync only for push notification invites by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3307
|
||||
|
||||
🧱 Build
|
||||
* Try to stop random codecov test result action failures from failing the whole test run. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3301
|
||||
|
||||
Others
|
||||
* Various Danger fixes by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3304
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.8.2...1.8.3
|
||||
|
||||
## Changes in 1.8.2 (2024-09-18)
|
||||
|
||||
### What's Changed
|
||||
|
@ -7402,7 +7402,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.8.3;
|
||||
MARKETING_VERSION = 1.8.4;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCTION_APP_NAME = Element;
|
||||
@ -7479,7 +7479,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.8.3;
|
||||
MARKETING_VERSION = 1.8.4;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -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.3
|
||||
MARKETING_VERSION: 1.8.4
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
SUPPORTS_MACCATALYST: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user