mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Changelog for version 1.6.0
This commit is contained in:
parent
120053a018
commit
ec9b56d19a
36
CHANGES.md
36
CHANGES.md
@ -1,3 +1,39 @@
|
||||
Changes in Element v1.6.0 (2023-05-17)
|
||||
======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- **Element Android is now using the Crypto Rust SDK**. Migration of user's data should be done at first launch after application upgrade. ([#8390](https://github.com/vector-im/element-android/issues/8390))
|
||||
- Enable free style cropping for camera and gallery images ([#8325](https://github.com/vector-im/element-android/issues/8325))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- User pills get lost at message editing ([#748](https://github.com/vector-im/element-android/issues/748))
|
||||
- Upgrade Jitsi SDK from 6.2.2 to 8.1.1. This fixes video call on some Android devices. ([#7619](https://github.com/vector-im/element-android/issues/7619))
|
||||
- Fix duplicate reactions when using full emoji picker. Contributed by @tulir @ Beeper. ([#8327](https://github.com/vector-im/element-android/issues/8327))
|
||||
- Fix: RustCrossSigning service API confusion (identity trusted vs own device trusted by identity) ([#8352](https://github.com/vector-im/element-android/issues/8352))
|
||||
- Allow custom push gateway to use non-default port ([#8376](https://github.com/vector-im/element-android/issues/8376))
|
||||
- Fix crash when opening "Protect access" screen, and various other issue with `repeatOnLifecycle` ([#8410](https://github.com/vector-im/element-android/issues/8410))
|
||||
- RustCrypto: Verification UX not refreshed after scanning a QR code ([#8418](https://github.com/vector-im/element-android/issues/8418))
|
||||
|
||||
SDK API changes ⚠️
|
||||
------------------
|
||||
- First integration of rust crypto module. See documentation for details `docs/rust_crypto_integration.md` ([#7628](https://github.com/vector-im/element-android/issues/7628))
|
||||
- Add crypto database migration 22, that extract account and olm session to the new rust DB format ([#8405](https://github.com/vector-im/element-android/issues/8405))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Add an audio alert when the voice broadcast recording is automatically paused ([#8339](https://github.com/vector-im/element-android/issues/8339))
|
||||
- Analytics: add crypto module to E2E events ([#8340](https://github.com/vector-im/element-android/issues/8340))
|
||||
- Bump rust crypto crate to 0.3.5 ([#8354](https://github.com/vector-im/element-android/issues/8354))
|
||||
- Expose Rust SDK Version in Help & About page and in Bug Reports ([#8364](https://github.com/vector-im/element-android/issues/8364))
|
||||
- Matrix-Ids are sometimes shown in notice events instead of display names ([#8365](https://github.com/vector-im/element-android/issues/8365))
|
||||
- CI: Add workflow to run test with crypto flavor ([#8366](https://github.com/vector-im/element-android/issues/8366))
|
||||
- Remove ability to migrate session from Riot to Element. ([#8402](https://github.com/vector-im/element-android/issues/8402))
|
||||
- Improve keyboard navigation and accessibility when using a screen reader. ([#8426](https://github.com/vector-im/element-android/issues/8426))
|
||||
- Updated posthog url (cosmetic, target same server) and added a new sentry env. ([#8436](https://github.com/vector-im/element-android/issues/8436))
|
||||
|
||||
|
||||
Changes in Element v1.5.32 (2023-04-19)
|
||||
=======================================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
User pills get lost at message editing
|
@ -1 +0,0 @@
|
||||
Upgrade Jitsi SDK from 6.2.2 to 8.1.1. This fixes video call on some Android devices.
|
@ -1 +0,0 @@
|
||||
First integration of rust crypto module. See documentation for details `docs/rust_crypto_integration.md`
|
@ -1 +0,0 @@
|
||||
Enable free style cropping for camera and gallery images
|
@ -1 +0,0 @@
|
||||
Fix duplicate reactions when using full emoji picker. Contributed by @tulir @ Beeper.
|
@ -1 +0,0 @@
|
||||
Add an audio alert when the voice broadcast recording is automatically paused
|
@ -1 +0,0 @@
|
||||
Analytics: add crypto module to E2E events
|
@ -1 +0,0 @@
|
||||
Fix: RustCrossSigning service API confusion (identity trusted vs own device trusted by identity)
|
@ -1 +0,0 @@
|
||||
Bump rust crypto crate to 0.3.5
|
@ -1 +0,0 @@
|
||||
Expose Rust SDK Version in Help & About page and in Bug Reports
|
@ -1 +0,0 @@
|
||||
Matrix-Ids are sometimes shown in notice events instead of display names
|
@ -1 +0,0 @@
|
||||
CI: Add workflow to run test with crypto flavor
|
@ -1 +0,0 @@
|
||||
Allow custom push gateway to use non-default port
|
@ -1 +0,0 @@
|
||||
Element Android is now using the Crypto Rust SDK. Migration of user's data should be done at first launch after application upgrade.
|
@ -1 +0,0 @@
|
||||
Remove ability to migrate session from Riot to Element.
|
@ -1 +0,0 @@
|
||||
Add crypto database migration 22, that extract account and olm session to the new rust DB format
|
@ -1 +0,0 @@
|
||||
Fix crash when opening "Protect access" screen, and various other issue with `repeatOnLifecycle`
|
@ -1 +0,0 @@
|
||||
RustCrypto: Verification UX not refreshed after scanning a QR code
|
@ -1 +0,0 @@
|
||||
Improve keyboard navigation and accessibility when using a screen reader.
|
@ -1 +0,0 @@
|
||||
Updated posthog url (cosmetic, target same server) and added a new sentry env.
|
Loading…
Reference in New Issue
Block a user