Prepare next release

This commit is contained in:
Element CI 2023-06-30 07:30:15 -07:00
parent f91405eee9
commit 369ccc5fff
13 changed files with 25 additions and 13 deletions

View File

@ -1,3 +1,25 @@
## Changes in 1.1.7 (2023-06-30)
✨ Features
- Push Notifications of rooms/dm without avatars will now display the default placeholder used in app. ([#1168](https://github.com/vector-im/element-x-ios/issues/1168))
- Send pin-drop location ([#1179](https://github.com/vector-im/element-x-ios/issues/1179))
🙌 Improvements
- Improve media preview presentation and interaction in the timeline. ([#1187](https://github.com/vector-im/element-x-ios/pull/1187))
- Update long press gesture animation ([#1195](https://github.com/vector-im/element-x-ios/pull/1195))
- Failed local echoes can be edited, they will just get cancelled and resent with the new content. ([#1207](https://github.com/vector-im/element-x-ios/pull/1207))
- Show a migration screen on the first use of the app whilst the proxy does an initial sync. ([#983](https://github.com/vector-im/element-x-ios/issues/983))
- Delivery status is now displayed only for the last outgoing message. ([#1101](https://github.com/vector-im/element-x-ios/issues/1101))
- Filter out some message actions and reactions for failed local echoes and redacted messages. ([#1151](https://github.com/vector-im/element-x-ios/issues/1151))
🐛 Bugfixes
- Messages that have failed to be decrypted are show only view source and retry decryptions as possible actions. ([#1185](https://github.com/vector-im/element-x-ios/issues/1185))
- Fix for the flipped notification image placeholder on iOS. ([#1194](https://github.com/vector-im/element-x-ios/issues/1194))
## Changes in 1.1.5 (2023-06-26)
✨ Features

View File

@ -4798,7 +4798,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.1.7;
MARKETING_VERSION = 1.1.8;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -4873,7 +4873,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.1.7;
MARKETING_VERSION = 1.1.8;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Delivery status is now displayed only for the last outgoing message.

View File

@ -1 +0,0 @@
Filter out some message actions and reactions for failed local echoes and redacted messages.

View File

@ -1 +0,0 @@
Push Notifications of rooms/dm without avatars will now display the default placeholder used in app.

View File

@ -1 +0,0 @@
Send pin-drop location

View File

@ -1 +0,0 @@
Messages that have failed to be decrypted are show only view source and retry decryptions as possible actions.

View File

@ -1 +0,0 @@
Fix for the flipped notification image placeholder on iOS.

View File

@ -1 +0,0 @@
Show a migration screen on the first use of the app whilst the proxy does an initial sync.

View File

@ -1 +0,0 @@
Improve media preview presentation and interaction in the timeline.

View File

@ -1 +0,0 @@
Update long press gesture animation

View File

@ -1 +0,0 @@
Failed local echoes can be edited, they will just get cancelled and resent with the new content.

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.1.7
MARKETING_VERSION: 1.1.8
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT