From cbee2a98603cebc0c316a7aef0775b9e8e78628a Mon Sep 17 00:00:00 2001 From: Element CI Date: Mon, 18 Sep 2023 09:43:06 -0700 Subject: [PATCH] Prepare next release --- CHANGES.md | 28 ++++++++++++++++++++++++++++ ElementX.xcodeproj/project.pbxproj | 4 ++-- changelog.d/1104.bugfix | 1 - changelog.d/1198.bugfix | 0 changelog.d/1338.bugfix | 1 - changelog.d/1552.bugfix | 1 - changelog.d/1653.bugfix | 1 - changelog.d/1669.bugfix | 1 - changelog.d/1679.bugfix | 1 - changelog.d/1686.feature | 1 - changelog.d/1699.feature | 1 - changelog.d/1712.change | 1 - changelog.d/pr-1634.change | 1 - changelog.d/pr-1638.change | 1 - changelog.d/pr-1651.bugfix | 1 - changelog.d/pr-1698.change | 1 - changelog.d/pr-1705.bugfix | 1 - changelog.d/pr-1720.change | 1 - project.yml | 2 +- 19 files changed, 31 insertions(+), 18 deletions(-) delete mode 100644 changelog.d/1104.bugfix delete mode 100644 changelog.d/1198.bugfix delete mode 100644 changelog.d/1338.bugfix delete mode 100644 changelog.d/1552.bugfix delete mode 100644 changelog.d/1653.bugfix delete mode 100644 changelog.d/1669.bugfix delete mode 100644 changelog.d/1679.bugfix delete mode 100644 changelog.d/1686.feature delete mode 100644 changelog.d/1699.feature delete mode 100644 changelog.d/1712.change delete mode 100644 changelog.d/pr-1634.change delete mode 100644 changelog.d/pr-1638.change delete mode 100644 changelog.d/pr-1651.bugfix delete mode 100644 changelog.d/pr-1698.change delete mode 100644 changelog.d/pr-1705.bugfix delete mode 100644 changelog.d/pr-1720.change diff --git a/CHANGES.md b/CHANGES.md index 80598a6eb9..b9d4d78871 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +## Changes in 1.2.9 (2023-09-18) + +✨ Features + +- Messages that are part of a thread will be marked with a thread decorator. ([#1686](https://github.com/vector-im/element-x-ios/issues/1686)) +- Introduce a new advanced settings screen ([#1699](https://github.com/vector-im/element-x-ios/issues/1699)) + +🙌 Improvements + +- Revert to using a Web Authentication Session for OIDC account management. ([#1634](https://github.com/vector-im/element-x-ios/pull/1634)) +- Hook up universal links to the App Coordinator (this doesn't actually handle them yet). ([#1638](https://github.com/vector-im/element-x-ios/pull/1638)) +- Separate Manage account from Manage devices ([#1698](https://github.com/vector-im/element-x-ios/pull/1698)) +- Update app icon. ([#1720](https://github.com/vector-im/element-x-ios/pull/1720)) +- Enable token refresh in the NSE (and notifications for OIDC accounts). ([#1712](https://github.com/vector-im/element-x-ios/issues/1712)) + +🐛 Bugfixes + +- Add default schemes for detected links that don't have any ([#1651](https://github.com/vector-im/element-x-ios/pull/1651)) +- The bloom does not pop in but fades in. ([#1705](https://github.com/vector-im/element-x-ios/pull/1705)) +- Various accessibility fixes: add labels on timeline media, hide swipe to reply button, add sender on all messages, improve replies and reactions ([#1104](https://github.com/vector-im/element-x-ios/issues/1104)) +- ([#1198](https://github.com/vector-im/element-x-ios/issues/1198)) +- Add copy permalink option for messages that failed decryption ([#1338](https://github.com/vector-im/element-x-ios/issues/1338)) +- Viewing reaction details UI fails to switch between multiple reactions ([#1552](https://github.com/vector-im/element-x-ios/issues/1552)) +- Add missing contacts field to OIDC configuration. ([#1653](https://github.com/vector-im/element-x-ios/issues/1653)) +- Fix avatar button size and make mxid copyable in Room/Member details screens. ([#1669](https://github.com/vector-im/element-x-ios/issues/1669)) +- Correctly parse markdown and html received in push notifications ([#1679](https://github.com/vector-im/element-x-ios/issues/1679)) + + ## Changes in 1.2.8 (2023-09-01) 🙌 Improvements diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index bece6af125..55178c6dab 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -5363,7 +5363,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.2.9; + MARKETING_VERSION = 1.3.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -5439,7 +5439,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.2.9; + MARKETING_VERSION = 1.3.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/changelog.d/1104.bugfix b/changelog.d/1104.bugfix deleted file mode 100644 index babc76181a..0000000000 --- a/changelog.d/1104.bugfix +++ /dev/null @@ -1 +0,0 @@ -Various accessibility fixes: add labels on timeline media, hide swipe to reply button, add sender on all messages, improve replies and reactions \ No newline at end of file diff --git a/changelog.d/1198.bugfix b/changelog.d/1198.bugfix deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/changelog.d/1338.bugfix b/changelog.d/1338.bugfix deleted file mode 100644 index 168bbba5ca..0000000000 --- a/changelog.d/1338.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add copy permalink option for messages that failed decryption \ No newline at end of file diff --git a/changelog.d/1552.bugfix b/changelog.d/1552.bugfix deleted file mode 100644 index 324347de1f..0000000000 --- a/changelog.d/1552.bugfix +++ /dev/null @@ -1 +0,0 @@ -Viewing reaction details UI fails to switch between multiple reactions \ No newline at end of file diff --git a/changelog.d/1653.bugfix b/changelog.d/1653.bugfix deleted file mode 100644 index 7563e44567..0000000000 --- a/changelog.d/1653.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add missing contacts field to OIDC configuration. \ No newline at end of file diff --git a/changelog.d/1669.bugfix b/changelog.d/1669.bugfix deleted file mode 100644 index 94615833a9..0000000000 --- a/changelog.d/1669.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix avatar button size and make mxid copyable in Room/Member details screens. \ No newline at end of file diff --git a/changelog.d/1679.bugfix b/changelog.d/1679.bugfix deleted file mode 100644 index 1b6608f333..0000000000 --- a/changelog.d/1679.bugfix +++ /dev/null @@ -1 +0,0 @@ -Correctly parse markdown and html received in push notifications \ No newline at end of file diff --git a/changelog.d/1686.feature b/changelog.d/1686.feature deleted file mode 100644 index 0733e691d5..0000000000 --- a/changelog.d/1686.feature +++ /dev/null @@ -1 +0,0 @@ -Messages that are part of a thread will be marked with a thread decorator. \ No newline at end of file diff --git a/changelog.d/1699.feature b/changelog.d/1699.feature deleted file mode 100644 index 35e190fa99..0000000000 --- a/changelog.d/1699.feature +++ /dev/null @@ -1 +0,0 @@ -Introduce a new advanced settings screen \ No newline at end of file diff --git a/changelog.d/1712.change b/changelog.d/1712.change deleted file mode 100644 index fdd3a00e33..0000000000 --- a/changelog.d/1712.change +++ /dev/null @@ -1 +0,0 @@ -Enable token refresh in the NSE (and notifications for OIDC accounts). \ No newline at end of file diff --git a/changelog.d/pr-1634.change b/changelog.d/pr-1634.change deleted file mode 100644 index 6058c48698..0000000000 --- a/changelog.d/pr-1634.change +++ /dev/null @@ -1 +0,0 @@ -Revert to using a Web Authentication Session for OIDC account management. \ No newline at end of file diff --git a/changelog.d/pr-1638.change b/changelog.d/pr-1638.change deleted file mode 100644 index 132f4f00d9..0000000000 --- a/changelog.d/pr-1638.change +++ /dev/null @@ -1 +0,0 @@ -Hook up universal links to the App Coordinator (this doesn't actually handle them yet). \ No newline at end of file diff --git a/changelog.d/pr-1651.bugfix b/changelog.d/pr-1651.bugfix deleted file mode 100644 index 7bba19a06e..0000000000 --- a/changelog.d/pr-1651.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add default schemes for detected links that don't have any \ No newline at end of file diff --git a/changelog.d/pr-1698.change b/changelog.d/pr-1698.change deleted file mode 100644 index e1a8bd82f7..0000000000 --- a/changelog.d/pr-1698.change +++ /dev/null @@ -1 +0,0 @@ -Separate Manage account from Manage devices \ No newline at end of file diff --git a/changelog.d/pr-1705.bugfix b/changelog.d/pr-1705.bugfix deleted file mode 100644 index fda435cb0a..0000000000 --- a/changelog.d/pr-1705.bugfix +++ /dev/null @@ -1 +0,0 @@ -The bloom does not pop in but fades in. \ No newline at end of file diff --git a/changelog.d/pr-1720.change b/changelog.d/pr-1720.change deleted file mode 100644 index b386d9b4ef..0000000000 --- a/changelog.d/pr-1720.change +++ /dev/null @@ -1 +0,0 @@ -Update app icon. \ No newline at end of file diff --git a/project.yml b/project.yml index 9766384529..ea50240a9e 100644 --- a/project.yml +++ b/project.yml @@ -30,7 +30,7 @@ settings: APP_DISPLAY_NAME: Element X APP_CUSTOM_SCHEME: element KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER) - MARKETING_VERSION: 1.2.9 + MARKETING_VERSION: 1.3.0 CURRENT_PROJECT_VERSION: 1 DEVELOPMENT_TEAM: 7J4U792NQT