Prepare release 1.0.7

This commit is contained in:
Benoit Marty 2020-09-17 09:31:09 +02:00
parent 7761376306
commit 01af5115a2

View file

@ -1,9 +1,6 @@
Changes in Element 1.0.7 (2020-XX-XX)
Changes in Element 1.0.7 (2020-09-17)
===================================================
Features ✨:
-
Improvements 🙌:
- Handle date formatting properly (show time am/pm if needed, display year when needed)
- Improve F-Droid Notification (#2055)
@ -17,15 +14,9 @@ Bugfix 🐛:
- Allow users to show/hide room member state events (#1231)
- Fix stuck on loader when launching home
Translations 🗣:
-
SDK API changes ⚠️:
- Create a new RawService to get plain data from the server.
Build 🧱:
-
Other changes:
- Performance: share Realm instance used on UI thread and improve SharedPreferences reading time.