mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Prepare next release
This commit is contained in:
parent
0ebd2422dd
commit
2e819e50ec
30
CHANGES.md
30
CHANGES.md
@ -1,3 +1,33 @@
|
|||||||
|
## Changes in 1.5.11 (2024-03-12)
|
||||||
|
|
||||||
|
✨ Features
|
||||||
|
|
||||||
|
- The features: Filters, Mark as Read/Unread/Favourites are now available. ([#2541](https://github.com/element-hq/element-x-ios/pull/2541))
|
||||||
|
- Added support for `m.call.invite` events in the timeline, room list and notifications ([#1837](https://github.com/element-hq/element-x-ios/issues/1837))
|
||||||
|
- Add a blocked users section in the app settings ([#2486](https://github.com/element-hq/element-x-ios/issues/2486))
|
||||||
|
|
||||||
|
🙌 Improvements
|
||||||
|
|
||||||
|
- Inline predictions have been disabled on iOS 17 temporarily to avoid issues with the text editor. ([#2558](https://github.com/element-hq/element-x-ios/pull/2558))
|
||||||
|
|
||||||
|
🐛 Bugfixes
|
||||||
|
|
||||||
|
- Don't pass a URL as a log destination to rust on macOS ([#2506](https://github.com/element-hq/element-x-ios/pull/2506))
|
||||||
|
- Fix a bug where some avatar backgrounds were hard to see in notifications. ([#2514](https://github.com/element-hq/element-x-ios/pull/2514))
|
||||||
|
- Fix crashes when blocking/unblocking users ([#2553](https://github.com/element-hq/element-x-ios/pull/2553))
|
||||||
|
|
||||||
|
🚧 In development 🚧
|
||||||
|
|
||||||
|
- Create the Roles and Permissions screen. ([#2505](https://github.com/element-hq/element-x-ios/pull/2505))
|
||||||
|
- Searching hides and ignores filtering now. ([#2530](https://github.com/element-hq/element-x-ios/pull/2530))
|
||||||
|
- Add RoomChangeRolesScreen. ([#2356](https://github.com/element-hq/element-x-ios/issues/2356))
|
||||||
|
- Add RoomChangePermissionsScreen. ([#2358](https://github.com/element-hq/element-x-ios/issues/2358))
|
||||||
|
- Added an empty state view when the filter returns no rooms. ([#2522](https://github.com/element-hq/element-x-ios/issues/2522))
|
||||||
|
|
||||||
|
Others
|
||||||
|
|
||||||
|
- Remove the special log level for the Rust SDK read receipts. ([#2544](https://github.com/element-hq/element-x-ios/issues/2544))
|
||||||
|
|
||||||
## Changes in 1.5.10 (2024-02-27)
|
## Changes in 1.5.10 (2024-02-27)
|
||||||
|
|
||||||
No significant changes.
|
No significant changes.
|
||||||
|
@ -6753,7 +6753,7 @@
|
|||||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||||
MARKETING_VERSION = 1.5.11;
|
MARKETING_VERSION = 1.5.12;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
@ -6829,7 +6829,7 @@
|
|||||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||||
MARKETING_VERSION = 1.5.11;
|
MARKETING_VERSION = 1.5.12;
|
||||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Added support for `m.call.invite` events in the timeline, room list and notifications
|
|
@ -1 +0,0 @@
|
|||||||
Add RoomChangeRolesScreen.
|
|
@ -1 +0,0 @@
|
|||||||
Add RoomChangePermissionsScreen.
|
|
@ -1 +0,0 @@
|
|||||||
Add a blocked users section in the app settings
|
|
@ -1 +0,0 @@
|
|||||||
Added an empty state view when the filter returns no rooms.
|
|
@ -1 +0,0 @@
|
|||||||
Remove the special log level for the Rust SDK read receipts.
|
|
@ -1 +0,0 @@
|
|||||||
Create the Roles and Permissions screen.
|
|
@ -1 +0,0 @@
|
|||||||
Don't pass a URL as a log destination to rust on macOS
|
|
@ -1 +0,0 @@
|
|||||||
Fix a bug where some avatar backgrounds were hard to see in notifications.
|
|
@ -1 +0,0 @@
|
|||||||
Searching hides and ignores filtering now.
|
|
@ -1 +0,0 @@
|
|||||||
The features: Filters, Mark as Read/Unread/Favourites are now available.
|
|
@ -1 +0,0 @@
|
|||||||
Fix crashes when blocking/unblocking users
|
|
@ -1 +0,0 @@
|
|||||||
Inline predictions have been disabled on iOS 17 temporarily to avoid issues with the text editor.
|
|
@ -29,7 +29,7 @@ settings:
|
|||||||
APP_NAME: ElementX
|
APP_NAME: ElementX
|
||||||
APP_DISPLAY_NAME: Element X
|
APP_DISPLAY_NAME: Element X
|
||||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||||
MARKETING_VERSION: 1.5.11
|
MARKETING_VERSION: 1.5.12
|
||||||
CURRENT_PROJECT_VERSION: 1
|
CURRENT_PROJECT_VERSION: 1
|
||||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||||
SUPPORTS_MACCATALYST: NO
|
SUPPORTS_MACCATALYST: NO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user