chore: Bump version
This commit is contained in:
parent
fe9145d580
commit
e7de73d3a4
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.5.3] - 19nd Sep 2021
|
||||||
|
- feat: Add /discardsession command
|
||||||
|
- fix: Auto-reply key requests
|
||||||
|
- fix: Room previews not showing replies
|
||||||
|
- fix: missing content-type when changing avatar
|
||||||
|
- fix: only/number emotes in a reply
|
||||||
|
|
||||||
## [0.5.2] - 14nd Sep 2021
|
## [0.5.2] - 14nd Sep 2021
|
||||||
- fix: Delete box if it can not be cleared when calling database.clear() -> This should fix some box corruption problems
|
- fix: Delete box if it can not be cleared when calling database.clear() -> This should fix some box corruption problems
|
||||||
- fix: Do not set old events as state events -> This should fix the room list sort ordering bug
|
- fix: Do not set old events as state events -> This should fix the room list sort ordering bug
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.5.2
|
version: 0.5.3
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue