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
d38cf8f989
commit
a78108b3c0
13
CHANGES.md
13
CHANGES.md
@ -1,3 +1,16 @@
|
||||
## Changes in 1.1.1 (2023-05-23)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Redesigned the delivery status icon. ([#921](https://github.com/vector-im/element-x-ios/issues/921))
|
||||
- Add creation of a room, fetching the summary, so the room will be ready to be presented. ([#925](https://github.com/vector-im/element-x-ios/issues/925))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Stopping bg task when the app is suspended and the slidingSyncObserver is finished. ([#438](https://github.com/vector-im/element-x-ios/issues/438))
|
||||
- Added the context menu to the plain style. ([#686](https://github.com/vector-im/element-x-ios/issues/686))
|
||||
|
||||
|
||||
## Changes in 1.1.0 (2023-05-18)
|
||||
|
||||
✨ Features
|
||||
|
@ -4291,7 +4291,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 1.1.1;
|
||||
MARKETING_VERSION = 1.1.2;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@ -4364,7 +4364,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 1.1.1;
|
||||
MARKETING_VERSION = 1.1.2;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -1 +0,0 @@
|
||||
Stopping bg task when the app is suspended and the slidingSyncObserver is finished.
|
@ -1 +0,0 @@
|
||||
Added the context menu to the plain style.
|
@ -1 +0,0 @@
|
||||
Redesigned the delivery status icon.
|
@ -1 +0,0 @@
|
||||
Add creation of a room, fetching the summary, so the room will be ready to be presented.
|
@ -27,7 +27,7 @@ settings:
|
||||
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
|
||||
BASE_BUNDLE_IDENTIFIER: io.element.elementx
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.1.1
|
||||
MARKETING_VERSION: 1.1.2
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user