Prepare next release

This commit is contained in:
Element CI 2023-08-01 01:17:18 -07:00
parent 686fee617e
commit e39b7eb6c6
18 changed files with 35 additions and 20 deletions

View File

@ -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

View File

@ -3670,12 +3670,12 @@
path = Timeline;
sourceTree = "<group>";
};
"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 = "<group>";
};
/* 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;

View File

@ -1 +0,0 @@
Added an FF to enable push rules filtering. Also invitation notifications will now be always displayed reliably.

View File

@ -1 +0,0 @@
Compute correct sizes for portrait videos

View File

@ -1 +0,0 @@
Send current user location

View File

@ -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.

View File

@ -1 +0,0 @@
Contact Me switch added to the Bug Report screen.

View File

@ -1 +0,0 @@
Fixed wrong icon for files in replies.

View File

@ -1 +0,0 @@
Moderators can now remove other people messages if they have permission in non direct rooms.

View File

@ -1 +0,0 @@
Make the app version and the device ID copyable in the Settings screen.

View File

@ -1 +0,0 @@
Fix for UI not retaining blocked/unlocked user state after dismissing and re-entering the details from the room member list.

View File

@ -1 +0,0 @@
Location sharing: view and send static locations.

View File

@ -1 +0,0 @@
Update Room Details to use compound styles everywhere.

View File

@ -1 +0,0 @@
Timeline animations.

View File

@ -1 +0,0 @@
Don't upgrade more homebrew deps than needed on GitHub runners.

View File

@ -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.

View File

@ -1 +0,0 @@
Specify the target for code coverage in the Integration Tests plan.

View File

@ -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