Prepare next release

This commit is contained in:
Element CI 2023-01-26 07:52:56 -08:00
parent eeb69d1971
commit d44ce9f44c
7 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,19 @@
## Changes in 1.0.15 (2023-01-26)
🙌 Improvements
- Add support for aliases to RoomProxy and bump the SDK version. ([#486](https://github.com/vector-im/element-x-ios/pull/486))
🐛 Bugfixes
- Show the date instead of the time in the room list when the last message is from yesterday or before. ([#484](https://github.com/vector-im/element-x-ios/pull/484))
- Prevent room timelines from becoming stale if the room drops out of the sliding sync window ([#448](https://github.com/vector-im/element-x-ios/issues/448))
🚧 In development 🚧
- Design update for first public TestFlight ([#430](https://github.com/vector-im/element-x-ios/issues/430))
## Changes in 1.0.14 (2023-01-20)
✨ Features

View File

@ -3704,7 +3704,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0.15;
MARKETING_VERSION = 1.0.16;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -3776,7 +3776,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0.15;
MARKETING_VERSION = 1.0.16;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Design update for first public TestFlight

View File

@ -1 +0,0 @@
Prevent room timelines from becoming stale if the room drops out of the sliding sync window

View File

@ -1 +0,0 @@
Show the date instead of the time in the room list when the last message is from yesterday or before.

View File

@ -1 +0,0 @@
Add support for aliases to RoomProxy and bump the SDK version.

View File

@ -26,7 +26,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.0.15
MARKETING_VERSION: 1.0.16
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT