From e39b7eb6c6b94a9266479a4d924d62474d3298e3 Mon Sep 17 00:00:00 2001 From: Element CI Date: Tue, 1 Aug 2023 01:17:18 -0700 Subject: [PATCH] Prepare next release --- CHANGES.md | 30 ++++++++++++++++++++++++++++++ ElementX.xcodeproj/project.pbxproj | 8 ++++---- changelog.d/1172.bugfix | 1 - changelog.d/1262.bugfix | 1 - changelog.d/1272.feature | 1 - changelog.d/1277.bugfix | 1 - changelog.d/1299.feature | 1 - changelog.d/1319.bugfix | 1 - changelog.d/1321.bugfix | 1 - changelog.d/623.change | 1 - changelog.d/910.bugfix | 1 - changelog.d/pr-1358.feature | 1 - changelog.d/pr-1369.change | 1 - changelog.d/pr-1371.feature | 1 - changelog.d/pr-1374.build | 1 - changelog.d/pr-1383.change | 1 - changelog.d/pr-1398.build | 1 - project.yml | 2 +- 18 files changed, 35 insertions(+), 20 deletions(-) delete mode 100644 changelog.d/1172.bugfix delete mode 100644 changelog.d/1262.bugfix delete mode 100644 changelog.d/1272.feature delete mode 100644 changelog.d/1277.bugfix delete mode 100644 changelog.d/1299.feature delete mode 100644 changelog.d/1319.bugfix delete mode 100644 changelog.d/1321.bugfix delete mode 100644 changelog.d/623.change delete mode 100644 changelog.d/910.bugfix delete mode 100644 changelog.d/pr-1358.feature delete mode 100644 changelog.d/pr-1369.change delete mode 100644 changelog.d/pr-1371.feature delete mode 100644 changelog.d/pr-1374.build delete mode 100644 changelog.d/pr-1383.change delete mode 100644 changelog.d/pr-1398.build diff --git a/CHANGES.md b/CHANGES.md index 13024bb3f..013f6cf3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,33 @@ +## Changes in 1.2.1 (2023-08-01) + +✨ Features + +- Location sharing: view and send static locations. ([#1358](https://github.com/vector-im/element-x-ios/pull/1358)) +- Timeline animations. ([#1371](https://github.com/vector-im/element-x-ios/pull/1371)) +- Send current user location ([#1272](https://github.com/vector-im/element-x-ios/issues/1272)) +- Contact Me switch added to the Bug Report screen. ([#1299](https://github.com/vector-im/element-x-ios/issues/1299)) + +🙌 Improvements + +- Update Room Details to use compound styles everywhere. ([#1369](https://github.com/vector-im/element-x-ios/pull/1369)) +- Tweaks for macOS only: Fix Create Room button animation bug / Restore the timeline context menu / Fix media upload preview obscuring send button. ([#1383](https://github.com/vector-im/element-x-ios/pull/1383)) +- Make the app version and the device ID copyable in the Settings screen. ([#623](https://github.com/vector-im/element-x-ios/issues/623)) + +🐛 Bugfixes + +- Fix for UI not retaining blocked/unlocked user state after dismissing and re-entering the details from the room member list. ([#910](https://github.com/vector-im/element-x-ios/issues/910)) +- Added an FF to enable push rules filtering. Also invitation notifications will now be always displayed reliably. ([#1172](https://github.com/vector-im/element-x-ios/issues/1172)) +- Compute correct sizes for portrait videos ([#1262](https://github.com/vector-im/element-x-ios/issues/1262)) +- Push notifications for a room are cleared from the notification centre when opening its timeline. Same for invitations when opening the invite screen. ([#1277](https://github.com/vector-im/element-x-ios/issues/1277)) +- Fixed wrong icon for files in replies. ([#1319](https://github.com/vector-im/element-x-ios/issues/1319)) +- Moderators can now remove other people messages if they have permission in non direct rooms. ([#1321](https://github.com/vector-im/element-x-ios/issues/1321)) + +🧱 Build + +- Don't upgrade more homebrew deps than needed on GitHub runners. ([#1374](https://github.com/vector-im/element-x-ios/pull/1374)) +- Specify the target for code coverage in the Integration Tests plan. ([#1398](https://github.com/vector-im/element-x-ios/pull/1398)) + + ## Changes in 1.1.8 (2023-07-05) ✨ Features diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index ecce8f4e9..be09acd88 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -3670,12 +3670,12 @@ path = Timeline; sourceTree = ""; }; - "TEMP_F71C267F-2DD4-418B-8D20-9C82F28F166B" /* element-x-ios */ = { + "TEMP_1F400E96-40D6-4907-8497-57790078F40B" /* repository */ = { isa = PBXGroup; children = ( 41553551C55AD59885840F0E /* secrets.xcconfig */, ); - path = "element-x-ios"; + path = repository; sourceTree = ""; }; /* End PBXGroup section */ @@ -5048,7 +5048,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.2.2; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -5123,7 +5123,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.2.2; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/changelog.d/1172.bugfix b/changelog.d/1172.bugfix deleted file mode 100644 index ea453296f..000000000 --- a/changelog.d/1172.bugfix +++ /dev/null @@ -1 +0,0 @@ -Added an FF to enable push rules filtering. Also invitation notifications will now be always displayed reliably. \ No newline at end of file diff --git a/changelog.d/1262.bugfix b/changelog.d/1262.bugfix deleted file mode 100644 index ec7826c20..000000000 --- a/changelog.d/1262.bugfix +++ /dev/null @@ -1 +0,0 @@ -Compute correct sizes for portrait videos \ No newline at end of file diff --git a/changelog.d/1272.feature b/changelog.d/1272.feature deleted file mode 100644 index 026ab6ad8..000000000 --- a/changelog.d/1272.feature +++ /dev/null @@ -1 +0,0 @@ -Send current user location \ No newline at end of file diff --git a/changelog.d/1277.bugfix b/changelog.d/1277.bugfix deleted file mode 100644 index f44f5df04..000000000 --- a/changelog.d/1277.bugfix +++ /dev/null @@ -1 +0,0 @@ -Push notifications for a room are cleared from the notification centre when opening its timeline. Same for invitations when opening the invite screen. \ No newline at end of file diff --git a/changelog.d/1299.feature b/changelog.d/1299.feature deleted file mode 100644 index 3f16a3500..000000000 --- a/changelog.d/1299.feature +++ /dev/null @@ -1 +0,0 @@ -Contact Me switch added to the Bug Report screen. \ No newline at end of file diff --git a/changelog.d/1319.bugfix b/changelog.d/1319.bugfix deleted file mode 100644 index 9dec7b25d..000000000 --- a/changelog.d/1319.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed wrong icon for files in replies. \ No newline at end of file diff --git a/changelog.d/1321.bugfix b/changelog.d/1321.bugfix deleted file mode 100644 index 38a5de183..000000000 --- a/changelog.d/1321.bugfix +++ /dev/null @@ -1 +0,0 @@ -Moderators can now remove other people messages if they have permission in non direct rooms. \ No newline at end of file diff --git a/changelog.d/623.change b/changelog.d/623.change deleted file mode 100644 index 15897deb5..000000000 --- a/changelog.d/623.change +++ /dev/null @@ -1 +0,0 @@ -Make the app version and the device ID copyable in the Settings screen. \ No newline at end of file diff --git a/changelog.d/910.bugfix b/changelog.d/910.bugfix deleted file mode 100644 index dd1b216ef..000000000 --- a/changelog.d/910.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix for UI not retaining blocked/unlocked user state after dismissing and re-entering the details from the room member list. \ No newline at end of file diff --git a/changelog.d/pr-1358.feature b/changelog.d/pr-1358.feature deleted file mode 100644 index 177b1f3d9..000000000 --- a/changelog.d/pr-1358.feature +++ /dev/null @@ -1 +0,0 @@ -Location sharing: view and send static locations. \ No newline at end of file diff --git a/changelog.d/pr-1369.change b/changelog.d/pr-1369.change deleted file mode 100644 index 54b6be8f3..000000000 --- a/changelog.d/pr-1369.change +++ /dev/null @@ -1 +0,0 @@ -Update Room Details to use compound styles everywhere. \ No newline at end of file diff --git a/changelog.d/pr-1371.feature b/changelog.d/pr-1371.feature deleted file mode 100644 index 534c22bdb..000000000 --- a/changelog.d/pr-1371.feature +++ /dev/null @@ -1 +0,0 @@ -Timeline animations. \ No newline at end of file diff --git a/changelog.d/pr-1374.build b/changelog.d/pr-1374.build deleted file mode 100644 index 31715b7c0..000000000 --- a/changelog.d/pr-1374.build +++ /dev/null @@ -1 +0,0 @@ -Don't upgrade more homebrew deps than needed on GitHub runners. \ No newline at end of file diff --git a/changelog.d/pr-1383.change b/changelog.d/pr-1383.change deleted file mode 100644 index e62879ece..000000000 --- a/changelog.d/pr-1383.change +++ /dev/null @@ -1 +0,0 @@ -Tweaks for macOS only: Fix Create Room button animation bug / Restore the timeline context menu / Fix media upload preview obscuring send button. \ No newline at end of file diff --git a/changelog.d/pr-1398.build b/changelog.d/pr-1398.build deleted file mode 100644 index 7eb040005..000000000 --- a/changelog.d/pr-1398.build +++ /dev/null @@ -1 +0,0 @@ -Specify the target for code coverage in the Integration Tests plan. \ No newline at end of file diff --git a/project.yml b/project.yml index 2d6b659bf..2e7560c6c 100644 --- a/project.yml +++ b/project.yml @@ -30,7 +30,7 @@ settings: APP_NAME: ElementX APP_DISPLAY_NAME: Element X KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER) - MARKETING_VERSION: 1.2.1 + MARKETING_VERSION: 1.2.2 CURRENT_PROJECT_VERSION: 1 DEVELOPMENT_TEAM: 7J4U792NQT