Prepare next release

This commit is contained in:
Element CI
2025-07-31 02:46:00 -07:00
parent 3b8ad24d10
commit 81b733fb6a
3 changed files with 92 additions and 28 deletions

View File

@@ -1,3 +1,50 @@
## Changes in 25.08.0 (2025-07-31)
### What's Changed
🙌 Improvements
* Re-enable share_pos persistance. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4355
* Update message composer design for unencrypted rooms by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4361
* Use the maxUploadSize in the media upload screen. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4359
* SDK Update + PowerLevels API update by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4366
🐛 Bugfixes
* Fix the user defaults key used for the developer options. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4328
⚠️ API Changes
* Refactor Rageshake URL overrides and Target configuration. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4337
* Update the default logs directory and allow collection from elsewhere. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4352
* Stop showing the sliding sync proxy alert to any remaining proxy users. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4367
🗣 Translations
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4334
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4357
🦻 Accessibility
* A11y test detected improvements by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4340
🧱 Build
* Fix the flakey preview tests. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4329
* Accessibiliy Tests part 2 by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4325
* Bump the calendar version ready for the next release by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4363
🚧 In development 🚧
* Adopt new thread sending APIs by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4344
* Add support for Space avatars. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4362
* Multi file uploads by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4358
Others
* Use a Task instead of a DispatchQueue to help fix the flakey observation tests. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4321
* Merge the AuthenticationService with the QRCodeLoginService. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4323
* Show an alert when entering an account provider that requires Element Pro. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4326
* Make the remote settings hook usable within the app extensions. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4342
* Add a TracingHook. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4345
* Refactor LoggingTests utilising Rust's new ability to redirect log files at runtime. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4353
* Add some logs to help debug waiting for rooms. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4360
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.07.2...release/25.08.0
## Changes in 25.07.2 (2025-07-15)
### What's Changed