Browse Source

Changelog for version 0.1.6

pull/1215/head
Benoit Marty 1 year ago
parent
commit
e15430e9b6
  1. 23
      CHANGES.md
  2. 1
      changelog.d/1135.bugfix
  3. 1
      changelog.d/1143.feature
  4. 1
      changelog.d/1168.bugfix
  5. 1
      changelog.d/1177.bugfix
  6. 1
      changelog.d/1178.bugfix
  7. 1
      changelog.d/1187.misc
  8. 1
      changelog.d/1196.feature
  9. 1
      changelog.d/1198.bugfix
  10. 1
      changelog.d/1995.bugfix
  11. 1
      changelog.d/928.bugfix

23
CHANGES.md

@ -1,3 +1,26 @@ @@ -1,3 +1,26 @@
Changes in Element X v0.1.6 (2023-09-04)
========================================
Features ✨
----------
- Enable the Polls feature. Allows to create, view, vote and end polls. ([#1196](https://github.com/vector-im/element-x-android/issues/1196))
- Create poll. ([#1143](https://github.com/vector-im/element-x-android/issues/1143))
Bugfixes 🐛
----------
- Ensure notification for Event from encrypted room get decrypted content. ([#1178](https://github.com/vector-im/element-x-android/issues/1178))
- Make sure Snackbars are only displayed once. ([#928](https://github.com/vector-im/element-x-android/issues/928))
- Fix the orientation of sent images. ([#1135](https://github.com/vector-im/element-x-android/issues/1135))
- Bug reporter crashes when 'send logs' is disabled. ([#1168](https://github.com/vector-im/element-x-android/issues/1168))
- Add missing link to the terms on the analytics setting screen. ([#1177](https://github.com/vector-im/element-x-android/issues/1177))
- Re-enable `SyncService.withEncryptionSync` to improve decryption of notifications. ([#1198](https://github.com/vector-im/element-x-android/issues/1198))
- Crash with `aspectRatio` modifier when `Float.NaN` was used as input. ([#1995](https://github.com/vector-im/element-x-android/issues/1995))
Other changes
-------------
- Remove unnecessary year in copyright mention. ([#1187](https://github.com/vector-im/element-x-android/issues/1187))
Changes in Element X v0.1.5 (2023-08-28)
========================================

1
changelog.d/1135.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Fix the orientation of sent images.

1
changelog.d/1143.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Create poll.

1
changelog.d/1168.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Bug reporter crashes when 'send logs' is disabled.

1
changelog.d/1177.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Add missing link to the terms on the analytics setting screen.

1
changelog.d/1178.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Ensure notification for Event from encrypted room get decrypted content.

1
changelog.d/1187.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Remove unnecessary year in copyright mention.

1
changelog.d/1196.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Enable the Polls feature. Allows to create, view, vote and end polls.

1
changelog.d/1198.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Re-enable `SyncService.withEncryptionSync` to improve decryption of notifications.

1
changelog.d/1995.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Crash with `aspectRatio` modifier when `Float.NaN` was used as input.

1
changelog.d/928.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Make sure Snackbars are only displayed once.
Loading…
Cancel
Save