mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Prepare next release
This commit is contained in:
parent
9bb9c8b31e
commit
65e9c3baab
11
CHANGES.md
11
CHANGES.md
@ -1,3 +1,14 @@
|
||||
## Changes in 1.5.3 (2024-01-17)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Automatically focus the composer when a hardware keyboards is connected ([#1911](https://github.com/element-hq/element-x-ios/issues/1911))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Prevent the same WebView from being reused for multiple Element Call links ([#2325](https://github.com/element-hq/element-x-ios/issues/2325))
|
||||
- Fixed a bug that made the app crash when dictation ended. ([#2344](https://github.com/element-hq/element-x-ios/issues/2344))
|
||||
|
||||
## Changes in 1.5.2 (2024-01-16)
|
||||
|
||||
✨ Features
|
||||
|
@ -6328,7 +6328,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.5.3;
|
||||
MARKETING_VERSION = 1.5.4;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@ -6404,7 +6404,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.5.3;
|
||||
MARKETING_VERSION = 1.5.4;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -1 +0,0 @@
|
||||
Automatically focus the composer when a hardware keyboards is connected
|
@ -1 +0,0 @@
|
||||
Prevent the same WebView from being reused for multiple Element Call links
|
@ -1 +0,0 @@
|
||||
Fixed a bug that made the app crash when dictation ended.
|
@ -29,7 +29,7 @@ settings:
|
||||
APP_NAME: ElementX
|
||||
APP_DISPLAY_NAME: Element X
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.5.3
|
||||
MARKETING_VERSION: 1.5.4
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
SUPPORTS_MACCATALYST: NO
|
||||
|
Loading…
x
Reference in New Issue
Block a user