diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ffb358..7208ac3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.8.14] - 25th Mar 2022 +- feat: added doc (Henri Carnot) +- feat: add some more tests (Henri Carnot) +- feat: allow removing markdown formating (Henri Carnot) +- feat: Get event in a room faster by searching in database (Christian Pauly) +- feat: implement mofifying widgets (TheOneWithTheBraid) +- feat: Set loglevel in client constructor (Christian Pauly) +- fix: example (Henri Carnot) +- fix: remove pending outbound group session creation on completed or errored (Henri Carnot) +- fix: room members loading States were used before being fetched from the database. Thus, room membership states weren't set, and so, user display names weren't be fetched from the database. (Henri Carnot) +- refactor: Simplify relates to and make it more type safe (Christian Pauly) + ## [0.8.13] - 02nd Mar 2022 - fix: send oldusername in displayname changed event - fix: Dont encrypt reactions diff --git a/pubspec.yaml b/pubspec.yaml index 7b20cd66..90831897 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.13 +version: 0.8.14 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git