diff --git a/CHANGES.md b/CHANGES.md index cfee12125..8d8581742 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,30 @@ +## Changes in 1.5.0 (2023-12-21) + +✨ Features + +- When mentioned in a room, the room list will display a green at symbol for that room. ([#1823](https://github.com/element-hq/element-x-ios/issues/1823)) +- The poll history can be viewed in the room details. ([#2230](https://github.com/element-hq/element-x-ios/issues/2230)) + +🙌 Improvements + +- Add notification toggle for invitations. ([#2205](https://github.com/element-hq/element-x-ios/issues/2205)) +- Removed redundant options from the home menu. ([#2250](https://github.com/element-hq/element-x-ios/issues/2250)) + +🐛 Bugfixes + +- Don't keep throwing an error each time the user dismisses the error's alert when sharing a location. ([#2233](https://github.com/element-hq/element-x-ios/pull/2233)) +- Fix for plain text mode, using the RTE markdown to html conversion properly. ([#2246](https://github.com/element-hq/element-x-ios/pull/2246)) +- Detect links in room detail topics and make it more obvious when the text is truncated ([#2210](https://github.com/element-hq/element-x-ios/issues/2210)) +- Poll title is displayed in multiline when creating a poll. ([#2215](https://github.com/element-hq/element-x-ios/issues/2215)) +- Fix timeline thumbnail frames for media missing sizing info ([#2253](https://github.com/element-hq/element-x-ios/issues/2253)) +- Fix flipped notification placeholder avatars on iOS 17.2+ ([#2259](https://github.com/element-hq/element-x-ios/issues/2259)) +- Options in poll form creation can be multiline. ([#2273](https://github.com/element-hq/element-x-ios/issues/2273)) + +🧱 Build + +- Update most references of the old vector-im organisation to the new element-hq one. ([#2231](https://github.com/element-hq/element-x-ios/pull/2231)) +- Add support for InfoPlist.strings conversion from Localazy. ([#2100](https://github.com/element-hq/element-x-ios/issues/2100)) + ## Changes in 1.4.3 (2023-12-05) ✨ Features diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 573e62ac3..4a7fcf588 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -6310,7 +6310,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.5.0; + MARKETING_VERSION = 1.5.1; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -6386,7 +6386,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.5.0; + MARKETING_VERSION = 1.5.1; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/ElementX.xcodeproj/xcshareddata/xcschemes/Periphery.xcscheme b/ElementX.xcodeproj/xcshareddata/xcschemes/Periphery.xcscheme deleted file mode 100644 index 1982b5767..000000000 --- a/ElementX.xcodeproj/xcshareddata/xcschemes/Periphery.xcscheme +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/changelog.d/1823.feature b/changelog.d/1823.feature deleted file mode 100644 index 6f98ed8ed..000000000 --- a/changelog.d/1823.feature +++ /dev/null @@ -1 +0,0 @@ -When mentioned in a room, the room list will display a green at symbol for that room. \ No newline at end of file diff --git a/changelog.d/2100.build b/changelog.d/2100.build deleted file mode 100644 index 9ca99eac0..000000000 --- a/changelog.d/2100.build +++ /dev/null @@ -1 +0,0 @@ -Add support for InfoPlist.strings conversion from Localazy. \ No newline at end of file diff --git a/changelog.d/2205.change b/changelog.d/2205.change deleted file mode 100644 index 500744a24..000000000 --- a/changelog.d/2205.change +++ /dev/null @@ -1 +0,0 @@ -Add notification toggle for invitations. \ No newline at end of file diff --git a/changelog.d/2210.bugfix b/changelog.d/2210.bugfix deleted file mode 100644 index bc30f2739..000000000 --- a/changelog.d/2210.bugfix +++ /dev/null @@ -1 +0,0 @@ -Detect links in room detail topics and make it more obvious when the text is truncated \ No newline at end of file diff --git a/changelog.d/2215.bugfix b/changelog.d/2215.bugfix deleted file mode 100644 index 50b04b872..000000000 --- a/changelog.d/2215.bugfix +++ /dev/null @@ -1 +0,0 @@ -Poll title is displayed in multiline when creating a poll. \ No newline at end of file diff --git a/changelog.d/2230.feature b/changelog.d/2230.feature deleted file mode 100644 index 4d27768da..000000000 --- a/changelog.d/2230.feature +++ /dev/null @@ -1 +0,0 @@ -The poll history can be viewed in the room details. diff --git a/changelog.d/2250.change b/changelog.d/2250.change deleted file mode 100644 index 6ee5f2d37..000000000 --- a/changelog.d/2250.change +++ /dev/null @@ -1 +0,0 @@ -Removed redundant options from the home menu. \ No newline at end of file diff --git a/changelog.d/2253.bugfix b/changelog.d/2253.bugfix deleted file mode 100644 index 539fd9ac9..000000000 --- a/changelog.d/2253.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix timeline thumbnail frames for media missing sizing info \ No newline at end of file diff --git a/changelog.d/2259.bugfix b/changelog.d/2259.bugfix deleted file mode 100644 index 4b292a697..000000000 --- a/changelog.d/2259.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix flipped notification placeholder avatars on iOS 17.2+ \ No newline at end of file diff --git a/changelog.d/2273.bugfix b/changelog.d/2273.bugfix deleted file mode 100644 index 8917d2741..000000000 --- a/changelog.d/2273.bugfix +++ /dev/null @@ -1 +0,0 @@ -Options in poll form creation can be multiline. \ No newline at end of file diff --git a/changelog.d/pr-2231.build b/changelog.d/pr-2231.build deleted file mode 100644 index bb452e18b..000000000 --- a/changelog.d/pr-2231.build +++ /dev/null @@ -1 +0,0 @@ -Update most references of the old vector-im organisation to the new element-hq one. \ No newline at end of file diff --git a/changelog.d/pr-2233.bugfix b/changelog.d/pr-2233.bugfix deleted file mode 100644 index 236ccca80..000000000 --- a/changelog.d/pr-2233.bugfix +++ /dev/null @@ -1 +0,0 @@ -Don't keep throwing an error each time the user dismisses the error's alert when sharing a location. \ No newline at end of file diff --git a/changelog.d/pr-2246.bugfix b/changelog.d/pr-2246.bugfix deleted file mode 100644 index 085c03e3b..000000000 --- a/changelog.d/pr-2246.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix for plain text mode, using the RTE markdown to html conversion properly. \ No newline at end of file diff --git a/project.yml b/project.yml index 13e8aac1d..c5ed02a3c 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.0 + MARKETING_VERSION: 1.5.1 CURRENT_PROJECT_VERSION: 1 DEVELOPMENT_TEAM: 7J4U792NQT SUPPORTS_MACCATALYST: NO