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
f91405eee9
commit
369ccc5fff
22
CHANGES.md
22
CHANGES.md
@ -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
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
Delivery status is now displayed only for the last outgoing message.
|
@ -1 +0,0 @@
|
||||
Filter out some message actions and reactions for failed local echoes and redacted messages.
|
@ -1 +0,0 @@
|
||||
Push Notifications of rooms/dm without avatars will now display the default placeholder used in app.
|
@ -1 +0,0 @@
|
||||
Send pin-drop location
|
@ -1 +0,0 @@
|
||||
Messages that have failed to be decrypted are show only view source and retry decryptions as possible actions.
|
@ -1 +0,0 @@
|
||||
Fix for the flipped notification image placeholder on iOS.
|
@ -1 +0,0 @@
|
||||
Show a migration screen on the first use of the app whilst the proxy does an initial sync.
|
@ -1 +0,0 @@
|
||||
Improve media preview presentation and interaction in the timeline.
|
@ -1 +0,0 @@
|
||||
Update long press gesture animation
|
@ -1 +0,0 @@
|
||||
Failed local echoes can be edited, they will just get cancelled and resent with the new content.
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user