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
905b21e0a8
commit
1166400312
11
CHANGES.md
11
CHANGES.md
@ -1,3 +1,14 @@
|
||||
## Changes in 1.6.5 (2024-05-09)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Reorder available composer menu actions ([#2790](https://github.com/element-hq/element-x-ios/issues/2790))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Only register for notifications when the setting is enabled. ([#2721](https://github.com/element-hq/element-x-ios/issues/2721))
|
||||
- Prevent the message sending failure options from showing up as a popup on the room list on iPads ([#2808](https://github.com/element-hq/element-x-ios/issues/2808))
|
||||
|
||||
## Changes in 1.6.4 (2024-05-07)
|
||||
|
||||
✨ Features
|
||||
|
@ -6983,7 +6983,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.6.5;
|
||||
MARKETING_VERSION = 1.6.6;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCTION_APP_NAME = Element;
|
||||
@ -7060,7 +7060,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.6.5;
|
||||
MARKETING_VERSION = 1.6.6;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -1 +0,0 @@
|
||||
Only register for notifications when the setting is enabled.
|
@ -1 +0,0 @@
|
||||
Reorder available composer menu actions
|
@ -1 +0,0 @@
|
||||
Prevent the message sending failure options from showing up as a popup on the room list on iPads
|
@ -30,7 +30,7 @@ settings:
|
||||
APP_DISPLAY_NAME: Element X
|
||||
PRODUCTION_APP_NAME: Element
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.6.5
|
||||
MARKETING_VERSION: 1.6.6
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
SUPPORTS_MACCATALYST: NO
|
||||
|
Loading…
x
Reference in New Issue
Block a user