mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Prepare next release
This commit is contained in:
parent
686fee617e
commit
e39b7eb6c6
30
CHANGES.md
30
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
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
Added an FF to enable push rules filtering. Also invitation notifications will now be always displayed reliably.
|
@ -1 +0,0 @@
|
||||
Compute correct sizes for portrait videos
|
@ -1 +0,0 @@
|
||||
Send current user location
|
@ -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.
|
@ -1 +0,0 @@
|
||||
Contact Me switch added to the Bug Report screen.
|
@ -1 +0,0 @@
|
||||
Fixed wrong icon for files in replies.
|
@ -1 +0,0 @@
|
||||
Moderators can now remove other people messages if they have permission in non direct rooms.
|
@ -1 +0,0 @@
|
||||
Make the app version and the device ID copyable in the Settings screen.
|
@ -1 +0,0 @@
|
||||
Fix for UI not retaining blocked/unlocked user state after dismissing and re-entering the details from the room member list.
|
@ -1 +0,0 @@
|
||||
Location sharing: view and send static locations.
|
@ -1 +0,0 @@
|
||||
Update Room Details to use compound styles everywhere.
|
@ -1 +0,0 @@
|
||||
Timeline animations.
|
@ -1 +0,0 @@
|
||||
Don't upgrade more homebrew deps than needed on GitHub runners.
|
@ -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.
|
@ -1 +0,0 @@
|
||||
Specify the target for code coverage in the Integration Tests plan.
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user