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
c9f79806ff
commit
bb23914cd5
28
CHANGES.md
28
CHANGES.md
@ -1,3 +1,31 @@
|
||||
## Changes in 1.5.6 (2024-02-14)
|
||||
|
||||
✨ Features
|
||||
|
||||
- Show admins and moderators in the room member list. ([#2355](https://github.com/element-hq/element-x-ios/issues/2355))
|
||||
- Add support for manually marking a room as read/unread ([#2360](https://github.com/element-hq/element-x-ios/issues/2360))
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
- The timeline will filter some unnecessary state events. ([#2404](https://github.com/element-hq/element-x-ios/issues/2404))
|
||||
- Move member loading to the room member detail screen, avoid blocking the whole application ([#2414](https://github.com/element-hq/element-x-ios/issues/2414))
|
||||
- Allow text selection on the timeline item menu header ([#2416](https://github.com/element-hq/element-x-ios/issues/2416))
|
||||
|
||||
🐛 Bugfixes
|
||||
|
||||
- Prevent crashes when computing aspect ratios on zero media width or height ([#2437](https://github.com/element-hq/element-x-ios/pull/2437))
|
||||
- Fixed RTE not retaining content when transitioning from a split navigation to a stack navigation. ([#2364](https://github.com/element-hq/element-x-ios/issues/2364))
|
||||
- SAS Emojis are now localised. ([#2402](https://github.com/element-hq/element-x-ios/issues/2402))
|
||||
- Long pressing a link will give the preview and the context menu to copy it (or open it in Safari). ([#2440](https://github.com/element-hq/element-x-ios/issues/2440))
|
||||
|
||||
⚠️ API Changes
|
||||
|
||||
- Remove unnecessary analytics abstraction levels, directly create analytics events in the analytics service ([#2408](https://github.com/element-hq/element-x-ios/pull/2408))
|
||||
|
||||
🚧 In development 🚧
|
||||
|
||||
- All Filters have been implemented, except for the Favourites one. ([#2423](https://github.com/element-hq/element-x-ios/pull/2423))
|
||||
|
||||
## Changes in 1.5.5 (2024-01-30)
|
||||
|
||||
✨ Features
|
||||
|
@ -6439,7 +6439,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.5.6;
|
||||
MARKETING_VERSION = 1.5.7;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@ -6515,7 +6515,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
MARKETING_VERSION = 1.5.6;
|
||||
MARKETING_VERSION = 1.5.7;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
@ -1 +0,0 @@
|
||||
Show admins and moderators in the room member list.
|
@ -1 +0,0 @@
|
||||
Add support for manually marking a room as read/unread
|
@ -1 +0,0 @@
|
||||
Fixed RTE not retaining content when transitioning from a split navigation to a stack navigation.
|
@ -1 +0,0 @@
|
||||
SAS Emojis are now localised.
|
@ -1 +0,0 @@
|
||||
The timeline will filter some unnecessary state events.
|
@ -1 +0,0 @@
|
||||
Move member loading to the room member detail screen, avoid blocking the whole application
|
@ -1 +0,0 @@
|
||||
Allow text selection on the timeline item menu header
|
@ -1 +0,0 @@
|
||||
Long pressing a link will give the preview and the context menu to copy it (or open it in Safari).
|
@ -1 +0,0 @@
|
||||
Remove unnecessary analytics abstraction levels, directly create analytics events in the analytics service
|
@ -1 +0,0 @@
|
||||
All Filters have been implemented, except for the Favourites one.
|
@ -1 +0,0 @@
|
||||
Prevent crashes when computing aspect ratios on zero media width or height
|
@ -29,7 +29,7 @@ settings:
|
||||
APP_NAME: ElementX
|
||||
APP_DISPLAY_NAME: Element X
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
|
||||
MARKETING_VERSION: 1.5.6
|
||||
MARKETING_VERSION: 1.5.7
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
DEVELOPMENT_TEAM: 7J4U792NQT
|
||||
SUPPORTS_MACCATALYST: NO
|
||||
|
Loading…
x
Reference in New Issue
Block a user