Prepare next release
parent
d81bbcf3b1
commit
8d4c5e2885
|
@ -1,3 +1,11 @@
|
|||
## Changes in 1.3.1 (2023-09-27)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- Removed the `Reply in Thread` string in the swipe to reply action. ([#1795](https://github.com/vector-im/element-x-ios/pull/1795))
|
||||
- Update icons to use Compound in more places (bundling some that aren't yet prepared as tokens). ([#1706](https://github.com/vector-im/element-x-ios/issues/1706))
|
||||
|
||||
|
||||
## Changes in 1.3.0 (2023-09-20)
|
||||
|
||||
No significant changes.
|
||||
|
|
|
@ -5424,7 +5424,7 @@
|
|||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
@ -5499,7 +5499,7 @@
|
|||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Update icons to use Compound in more places (bundling some that aren't yet prepared as tokens).
|
|
@ -1 +0,0 @@
|
|||
Removed the `Reply in Thread` string in the swipe to reply action.
|
|
@ -29,7 +29,7 @@ settings:
|
|||
APP_NAME: ElementX
|
||||
APP_DISPLAY_NAME: Element X
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.3.1
|
||||
MARKETING_VERSION: 1.3.2
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
|
||||
|
|
Loading…
Reference in New Issue