diff --git a/CHANGES.md b/CHANGES.md index c541188a3..4e88bc265 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +## Changes in 1.5.4 (2024-01-25) + +✨ Features + +- Enable log previewing before reporting a problem ([#734](https://github.com/element-hq/element-x-ios/issues/734)) + +🙌 Improvements + +- Unread messages that do not trigger notifications, will show a grey dot in the room list. ([#2371](https://github.com/element-hq/element-x-ios/pull/2371)) +- Removed unnecessary state events for DMs. ([#2329](https://github.com/element-hq/element-x-ios/issues/2329)) +- Change Leave Room to Leave Conversation for DMs ([#2330](https://github.com/element-hq/element-x-ios/issues/2330)) + +🐛 Bugfixes + +- Bugfix for the mention badge not being unset properly when opening the room. Also the mention badge is enabled by default. ([#2367](https://github.com/element-hq/element-x-ios/pull/2367)) +- You can't redact a message of your own if the room does not allow it. ([#2368](https://github.com/element-hq/element-x-ios/pull/2368)) +- Is now possible to take photos in landscape mode. ([#1815](https://github.com/element-hq/element-x-ios/issues/1815)) + ## Changes in 1.5.3 (2024-01-17) ✨ Features diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 39c803532..b06a2ff67 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -6372,7 +6372,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.5; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -6448,7 +6448,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/changelog.d/1815.bugfix b/changelog.d/1815.bugfix deleted file mode 100644 index e78863203..000000000 --- a/changelog.d/1815.bugfix +++ /dev/null @@ -1 +0,0 @@ -Is now possible to take photos in landscape mode. \ No newline at end of file diff --git a/changelog.d/2329.change b/changelog.d/2329.change deleted file mode 100644 index f09c06f8e..000000000 --- a/changelog.d/2329.change +++ /dev/null @@ -1 +0,0 @@ -Removed unnecessary state events for DMs. \ No newline at end of file diff --git a/changelog.d/2330.change b/changelog.d/2330.change deleted file mode 100644 index 1c24af835..000000000 --- a/changelog.d/2330.change +++ /dev/null @@ -1 +0,0 @@ -Change Leave Room to Leave Conversation for DMs \ No newline at end of file diff --git a/changelog.d/734.feature b/changelog.d/734.feature deleted file mode 100644 index e3e563fbd..000000000 --- a/changelog.d/734.feature +++ /dev/null @@ -1 +0,0 @@ -Enable log previewing before reporting a problem \ No newline at end of file diff --git a/changelog.d/pr-2367.bugfix b/changelog.d/pr-2367.bugfix deleted file mode 100644 index be94a1a2f..000000000 --- a/changelog.d/pr-2367.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bugfix for the mention badge not being unset properly when opening the room. Also the mention badge is enabled by default. \ No newline at end of file diff --git a/changelog.d/pr-2368.bugfix b/changelog.d/pr-2368.bugfix deleted file mode 100644 index 1d51ab9b6..000000000 --- a/changelog.d/pr-2368.bugfix +++ /dev/null @@ -1 +0,0 @@ -You can't redact a message of your own if the room does not allow it. \ No newline at end of file diff --git a/changelog.d/pr-2371.change b/changelog.d/pr-2371.change deleted file mode 100644 index 513ee1aa7..000000000 --- a/changelog.d/pr-2371.change +++ /dev/null @@ -1 +0,0 @@ -Unread messages that do not trigger notifications, will show a grey dot in the room list. \ No newline at end of file diff --git a/project.yml b/project.yml index 491a932e8..e854d9094 100644 --- a/project.yml +++ b/project.yml @@ -29,7 +29,7 @@ settings: APP_NAME: ElementX APP_DISPLAY_NAME: Element X KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER) - MARKETING_VERSION: 1.5.4 + MARKETING_VERSION: 1.5.5 CURRENT_PROJECT_VERSION: 1 DEVELOPMENT_TEAM: 7J4U792NQT SUPPORTS_MACCATALYST: NO