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
a73502a146
commit
975db4deb3
14
CHANGES.md
14
CHANGES.md
@ -1,3 +1,17 @@
|
||||
## Changes in 1.2.3 (2023-08-10)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Re-enabled background app refreshes ([#1462](https://github.com/vector-im/element-x-ios/pull/1462))
|
||||
- Re-enabled the room list cache and offline mode support ([#1461](https://github.com/vector-im/element-x-ios/issues/1461))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Fixed crash when trying to reply to media files ([#1472](https://github.com/vector-im/element-x-ios/pull/1472))
|
||||
- Prevent inconsistent view hierarchies when opening rooms from push notifications ([#1140](https://github.com/vector-im/element-x-ios/issues/1140))
|
||||
- Preserve new lines within the same paragraph when parsing html strings ([#1463](https://github.com/vector-im/element-x-ios/issues/1463))
|
||||
|
||||
|
||||
## Changes in 1.2.2 (2023-08-08)
|
||||
|
||||
✨ Features
|
||||
|
@ -5089,7 +5089,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.2.3;
|
||||
MARKETING_VERSION = 1.2.4;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@ -5164,7 +5164,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.2.3;
|
||||
MARKETING_VERSION = 1.2.4;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -1 +0,0 @@
|
||||
Prevent inconsistent view hierarchies when opening rooms from push notifications
|
@ -1 +0,0 @@
|
||||
Re-enabled the room list cache and offline mode support
|
@ -1 +0,0 @@
|
||||
Preserve new lines within the same paragraph when parsing html strings
|
@ -1 +0,0 @@
|
||||
Re-enabled background app refreshes
|
@ -1 +0,0 @@
|
||||
Fixed crash when trying to reply to media files
|
@ -29,7 +29,7 @@ settings:
|
||||
APP_NAME: ElementX
|
||||
APP_DISPLAY_NAME: Element X
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.2.3
|
||||
MARKETING_VERSION: 1.2.4
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user