Skip to content

Commit ec9b56d

Browse files
committed
Changelog for version 1.6.0
1 parent 120053a commit ec9b56d

21 files changed

+36
-20
lines changed

CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Changes in Element v1.6.0 (2023-05-17)
2+
======================================
3+
4+
Features ✨
5+
----------
6+
- **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))
7+
- Enable free style cropping for camera and gallery images ([#8325](https://github.com/vector-im/element-android/issues/8325))
8+
9+
Bugfixes 🐛
10+
----------
11+
- User pills get lost at message editing ([#748](https://github.com/vector-im/element-android/issues/748))
12+
- 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))
13+
- Fix duplicate reactions when using full emoji picker. Contributed by @tulir @ Beeper. ([#8327](https://github.com/vector-im/element-android/issues/8327))
14+
- Fix: RustCrossSigning service API confusion (identity trusted vs own device trusted by identity) ([#8352](https://github.com/vector-im/element-android/issues/8352))
15+
- Allow custom push gateway to use non-default port ([#8376](https://github.com/vector-im/element-android/issues/8376))
16+
- Fix crash when opening "Protect access" screen, and various other issue with `repeatOnLifecycle` ([#8410](https://github.com/vector-im/element-android/issues/8410))
17+
- RustCrypto: Verification UX not refreshed after scanning a QR code ([#8418](https://github.com/vector-im/element-android/issues/8418))
18+
19+
SDK API changes ⚠️
20+
------------------
21+
- 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))
22+
- 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))
23+
24+
Other changes
25+
-------------
26+
- Add an audio alert when the voice broadcast recording is automatically paused ([#8339](https://github.com/vector-im/element-android/issues/8339))
27+
- Analytics: add crypto module to E2E events ([#8340](https://github.com/vector-im/element-android/issues/8340))
28+
- Bump rust crypto crate to 0.3.5 ([#8354](https://github.com/vector-im/element-android/issues/8354))
29+
- Expose Rust SDK Version in Help & About page and in Bug Reports ([#8364](https://github.com/vector-im/element-android/issues/8364))
30+
- Matrix-Ids are sometimes shown in notice events instead of display names ([#8365](https://github.com/vector-im/element-android/issues/8365))
31+
- CI: Add workflow to run test with crypto flavor ([#8366](https://github.com/vector-im/element-android/issues/8366))
32+
- Remove ability to migrate session from Riot to Element. ([#8402](https://github.com/vector-im/element-android/issues/8402))
33+
- Improve keyboard navigation and accessibility when using a screen reader. ([#8426](https://github.com/vector-im/element-android/issues/8426))
34+
- Updated posthog url (cosmetic, target same server) and added a new sentry env. ([#8436](https://github.com/vector-im/element-android/issues/8436))
35+
36+
137
Changes in Element v1.5.32 (2023-04-19)
238
=======================================
339

changelog.d/748.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7619.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7628.sdk

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8325.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8327.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8339.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8340.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8352.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8354.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)