diff --git a/CHANGES.md b/CHANGES.md index d9ed9189a..e18d6caa7 100644 --- a/CHANGES.md +++ b/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 diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index be9bb9050..1d141e69a 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -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; diff --git a/changelog.d/430.wip b/changelog.d/430.wip deleted file mode 100644 index 4c524db7b..000000000 --- a/changelog.d/430.wip +++ /dev/null @@ -1 +0,0 @@ -Design update for first public TestFlight \ No newline at end of file diff --git a/changelog.d/448.bugfix b/changelog.d/448.bugfix deleted file mode 100644 index 04724e65d..000000000 --- a/changelog.d/448.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevent room timelines from becoming stale if the room drops out of the sliding sync window \ No newline at end of file diff --git a/changelog.d/pr-484.bugfix b/changelog.d/pr-484.bugfix deleted file mode 100644 index 7c62ef954..000000000 --- a/changelog.d/pr-484.bugfix +++ /dev/null @@ -1 +0,0 @@ -Show the date instead of the time in the room list when the last message is from yesterday or before. \ No newline at end of file diff --git a/changelog.d/pr-486.change b/changelog.d/pr-486.change deleted file mode 100644 index 802c2d2c1..000000000 --- a/changelog.d/pr-486.change +++ /dev/null @@ -1 +0,0 @@ -Add support for aliases to RoomProxy and bump the SDK version. \ No newline at end of file diff --git a/project.yml b/project.yml index d604e80c8..8c2745baf 100644 --- a/project.yml +++ b/project.yml @@ -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