Prepare next release

This commit is contained in:
Element CI 2024-01-25 03:51:34 -08:00
parent 7aee7a74d1
commit 42f754f34c
10 changed files with 21 additions and 10 deletions

View File

@ -1,3 +1,21 @@
## Changes in 1.5.4 (2024-01-25)
✨ Features
- Enable log previewing before reporting a problem ([#734](https://github.com/element-hq/element-x-ios/issues/734))
🙌 Improvements
- Unread messages that do not trigger notifications, will show a grey dot in the room list. ([#2371](https://github.com/element-hq/element-x-ios/pull/2371))
- Removed unnecessary state events for DMs. ([#2329](https://github.com/element-hq/element-x-ios/issues/2329))
- Change Leave Room to Leave Conversation for DMs ([#2330](https://github.com/element-hq/element-x-ios/issues/2330))
🐛 Bugfixes
- Bugfix for the mention badge not being unset properly when opening the room. Also the mention badge is enabled by default. ([#2367](https://github.com/element-hq/element-x-ios/pull/2367))
- You can't redact a message of your own if the room does not allow it. ([#2368](https://github.com/element-hq/element-x-ios/pull/2368))
- Is now possible to take photos in landscape mode. ([#1815](https://github.com/element-hq/element-x-ios/issues/1815))
## Changes in 1.5.3 (2024-01-17)
✨ Features

View File

@ -6372,7 +6372,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.5.4;
MARKETING_VERSION = 1.5.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -6448,7 +6448,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.5.4;
MARKETING_VERSION = 1.5.5;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Is now possible to take photos in landscape mode.

View File

@ -1 +0,0 @@
Removed unnecessary state events for DMs.

View File

@ -1 +0,0 @@
Change Leave Room to Leave Conversation for DMs

View File

@ -1 +0,0 @@
Enable log previewing before reporting a problem

View File

@ -1 +0,0 @@
Bugfix for the mention badge not being unset properly when opening the room. Also the mention badge is enabled by default.

View File

@ -1 +0,0 @@
You can't redact a message of your own if the room does not allow it.

View File

@ -1 +0,0 @@
Unread messages that do not trigger notifications, will show a grey dot in the room list.

View File

@ -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.4
MARKETING_VERSION: 1.5.5
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT
SUPPORTS_MACCATALYST: NO