chore: Bump version
This commit is contained in:
parent
f3f9b219e1
commit
04ff890670
|
|
@ -1,3 +1,12 @@
|
||||||
|
## [0.3.4] - 28nd Aug 2021
|
||||||
|
- fix: String.parseIdentifierIntoParts not working with unicode matrix.to links
|
||||||
|
Some clients do not uri-encode the identifier for matrix.to links, so we must
|
||||||
|
handle if we can't uri-decode them
|
||||||
|
- fix: missing null check in hideEdit condition
|
||||||
|
- fix: missing null check
|
||||||
|
It seems `device_keys` in the reply of `/keys/query` is not required. While synapse always
|
||||||
|
sent it, conduit did not, which resulted in an error.
|
||||||
|
|
||||||
## [0.3.3] - 20nd Aug 2021
|
## [0.3.3] - 20nd Aug 2021
|
||||||
- fix: room.lastEvent order now respects edits
|
- fix: room.lastEvent order now respects edits
|
||||||
- feat: use m.new_content in lastEvent (so no more * fallback)
|
- feat: use m.new_content in lastEvent (so no more * fallback)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.3.3
|
version: 0.3.4
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue