Merge tag 'v0.1.2' into develop

This commit is contained in:
Benoit Marty
2023-08-16 17:53:31 +02:00
11 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,24 @@
Changes in Element X v0.1.2 (2023-08-16)
========================================
Bugfixes 🐛
----------
- Filter push notifications using push rules. ([#640](https://github.com/vector-im/element-x-android/issues/640))
- Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance. ([#1035](https://github.com/vector-im/element-x-android/issues/1035))
In development 🚧
----------------
- [Poll] Render start event in the timeline ([#1031](https://github.com/vector-im/element-x-android/issues/1031))
Other changes
-------------
- Add Button component based on Compound designs ([#1021](https://github.com/vector-im/element-x-android/issues/1021))
- Compound: implement dialogs. ([#1043](https://github.com/vector-im/element-x-android/issues/1043))
- Compound: customise `IconButton` component. ([#1049](https://github.com/vector-im/element-x-android/issues/1049))
- Compound: implement `DropdownMenu` customisations. ([#1050](https://github.com/vector-im/element-x-android/issues/1050))
- Compound: implement Snackbar component. ([#1054](https://github.com/vector-im/element-x-android/issues/1054))
Changes in Element X v0.1.0 (2023-07-19)
========================================

View File

@@ -1 +0,0 @@
Add Button component based on Compound designs

View File

@@ -1 +0,0 @@
[Poll] Render start event in the timeline

View File

@@ -1 +0,0 @@
Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance.

View File

@@ -1 +0,0 @@
Compound: implement dialogs.

View File

@@ -1 +0,0 @@
Compound: customise `IconButton` component.

View File

@@ -1 +0,0 @@
Compound: implement `DropdownMenu` customisations.

View File

@@ -1 +0,0 @@
Compound: implement Snackbar component.

View File

@@ -1 +0,0 @@
Filter push notifications using push rules.

View File

@@ -0,0 +1,2 @@
First release of Element X 🚀!
Full changelog: https://github.com/vector-im/element-x-android/releases

View File

@@ -16,8 +16,8 @@
# limitations under the License.
#
# exit when any command fails
set -e
# do not exit when any command fails (issue with git flow)
set +e
printf "\n================================================================================\n"
printf "| Welcome to the release script! |\n"