Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Element CI committed Feb 27, 2024
1 parent fdbaef5 commit b17fa50
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Changes in 1.5.9 (2024-02-27)

🙌 Improvements

- Handover log file management to Rust. ([#2495](https://github.com/element-hq/element-x-ios/pull/2495))
- Add support for latest iPhones in the User Agent. Also correctly identify when running on a Mac. ([#2496](https://github.com/element-hq/element-x-ios/pull/2496))
- Add error messages about refresh tokens and an invalid well-known file. ([#2497](https://github.com/element-hq/element-x-ios/pull/2497))
- Tapping on the user's own avatar in the Home Screen will now bring them directly to the settings screen. ([#2393](https://github.com/element-hq/element-x-ios/issues/2393))

🚧 In development 🚧

- Favourite filter implemented. ([#2484](https://github.com/element-hq/element-x-ios/pull/2484))
- Implement support for (un)marking rooms as favourite from the room list and room detail screens ([#2320](https://github.com/element-hq/element-x-ios/issues/2320))
- Add support for kicking and banning room members. ([#2357](https://github.com/element-hq/element-x-ios/issues/2357))

Others

- Refactor AvatarHeaderView. ([#2490](https://github.com/element-hq/element-x-ios/pull/2490))

## Changes in 1.5.8 (2024-02-19)

✨ Features
Expand Down
29 changes: 27 additions & 2 deletions ElementX.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion changelog.d/2320.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2357.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2393.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-2484.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-2490.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-2495.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-2496.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-2497.change

This file was deleted.

2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
MARKETING_VERSION: 1.5.10
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT
SUPPORTS_MACCATALYST: NO
Expand Down

0 comments on commit b17fa50

Please sign in to comment.