Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ganfra committed Nov 2, 2022
1 parent 546d039 commit 8ce9874
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 12 deletions.
31 changes: 31 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Changes in Element v1.5.6 (2022-11-02)
======================================

Features ✨
----------
- Add new UI for selecting an attachment ([#7429](https://github.com/vector-im/element-android/issues/7429))
- Multi selection in sessions list ([#7396](https://github.com/vector-im/element-android/issues/7396))

Bugfixes 🐛
----------
- New line and Enter hardware key presses deleting existing text in some keyboards. ([#7357](https://github.com/vector-im/element-android/issues/7357))
- Fix share actions using share dialog. ([#7400](https://github.com/vector-im/element-android/issues/7400))
- Fix crash by disabling Flipper on Android API 22 and below - only affects debug version of the application. ([#7428](https://github.com/vector-im/element-android/issues/7428))

In development 🚧
----------------
- [Voice Broadcast] Live listening support ([#7419](https://github.com/vector-im/element-android/issues/7419))
- [Voice Broadcast] Improve rendering in the timeline ([#7421](https://github.com/vector-im/element-android/issues/7421))
- Add logic for sign in with QR code ([#7369](https://github.com/vector-im/element-android/issues/7369))

SDK API changes ⚠️
------------------
- Add MetricPlugin interface to implement metrics in SDK clients. ([#7438](https://github.com/vector-im/element-android/issues/7438))

Other changes
-------------
- Upgrade Jitsi SDK to 6.2.2 and WebRtc to 1.106.1-jitsi-12039821. ([#6195](https://github.com/vector-im/element-android/issues/6195))
- Gets thread notifications from sync response ([#7424](https://github.com/vector-im/element-android/issues/7424))
- Replace org.apache.sanselan:sanselan by org.apache.commons:commons-imaging ([#7454](https://github.com/vector-im/element-android/issues/7454))


Changes in Element v1.5.4 (2022-10-19)
======================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/6195.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7357.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7369.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7396.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7400.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7424.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7428.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7429.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7438.sdk

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7454.misc

This file was deleted.

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40105060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main changes in this version: new UI for selecting an attachment.
Full changelog: https://github.com/vector-im/element-android/releases

0 comments on commit 8ce9874

Please sign in to comment.