mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Prepare next release
This commit is contained in:
parent
eeb69d1971
commit
d44ce9f44c
16
CHANGES.md
16
CHANGES.md
@ -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
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
Design update for first public TestFlight
|
@ -1 +0,0 @@
|
||||
Prevent room timelines from becoming stale if the room drops out of the sliding sync window
|
@ -1 +0,0 @@
|
||||
Show the date instead of the time in the room list when the last message is from yesterday or before.
|
@ -1 +0,0 @@
|
||||
Add support for aliases to RoomProxy and bump the SDK version.
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user