Merge pull request #1909 from famedly/release/v0.32.3
chore: release v0.32.3
This commit is contained in:
commit
4a8f628706
|
|
@ -1,11 +1,20 @@
|
||||||
|
## [0.32.3] 27th Aug 2024
|
||||||
|
|
||||||
|
- feat: cache .well-known data (The one with the braid)
|
||||||
|
- fix: dedup /versions calls (td)
|
||||||
|
- fix: race condition between getState and requestUser updates (td)
|
||||||
|
|
||||||
## [0.32.2] 21st Aug 2024
|
## [0.32.2] 21st Aug 2024
|
||||||
|
|
||||||
- fix: SQLCipher dylib location on macOS builds (The one with the braid)
|
- fix: SQLCipher dylib location on macOS builds (The one with the braid)
|
||||||
- refactor: Also use authenticated media if unstable features claim support (Krille)
|
- refactor: Also use authenticated media if unstable features claim support (Krille)
|
||||||
|
|
||||||
## [0.32.1] 16th Aug 2024
|
## [0.32.1] 16th Aug 2024
|
||||||
|
|
||||||
- feat: support for authenticated media (td)
|
- feat: support for authenticated media (td)
|
||||||
|
|
||||||
## [0.32.0] 9th Aug 2024
|
## [0.32.0] 9th Aug 2024
|
||||||
|
|
||||||
- chore: add info about tests to readme (td)
|
- chore: add info about tests to readme (td)
|
||||||
- chore: increase log level to verbose in tests (td)
|
- chore: increase log level to verbose in tests (td)
|
||||||
- fix: App freezes because of recursive loop with getLocalizedDisplayname() call (Krille)
|
- fix: App freezes because of recursive loop with getLocalizedDisplayname() call (Krille)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.32.2
|
version: 0.32.3
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue