From ea8ea373d3c194679a0e2b150120ccc2ce1563a5 Mon Sep 17 00:00:00 2001 From: Karthikeyan S Date: Wed, 19 Mar 2025 17:30:26 +0530 Subject: [PATCH] build: release v0.38.1 --- CHANGELOG.md | 23 +++++++++++++++++++++-- pubspec.yaml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5a3e60..5eb02a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ -## 0.38.0 +## [0.38.1] 19th March 2025 + +- chore: Export event localizations (Krille) +- chore: Remove unnecessary template (Krille) +- feat: Add command to upgrade room (Krille) +- feat: Add parameter for allow condition for restricted rooms (Krille) +- feat: allow skipping existing chat when calling startDirectChat (td) +- feat: export timeline events (Karthikeyan S) +- feat: upload code coverage to codecov (td) +- fix: incorrect filename when caption is used in body of event (Karthikeyan S) +- fix: incorrect mimeType for files when downloading (Karthikeyan S) +- fix: Older state events overwrite newer ones on fetching history (Krille) +- fix: room prev_batch set incorrectly (Karthikeyan S) +- fix: WebRTC videoValue missing (Krille) +- refactor: Add file info to placeholder before sending file event (Krille) +- refactor: Add missing versions to supportedVersions and use warning instead of blocking (Krille) +- refactor: Improve linebreak logic for html messages (Krille) +- refactor: Make markUnread a noop if unread is already as intendend and throw exception if room membership is not join (Krille) + +## [0.38.0] 5th February 2025 ### Migration notes @@ -51,7 +70,7 @@ if(output != null) { - refactor: Make converting linebreaks in markdowntohtml optional (Krille) - refactor: Use .toSet() instead of Set.from() (Krille) -## 0.37.0 +## [0.37.0] 27th January 2025 Bigger release with a lot of refactorings under the hood. Those do not necessarily make the SDK more performant but more robust and type safe. diff --git a/pubspec.yaml b/pubspec.yaml index 5bc23171..bfe1015a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.38.0 +version: 0.38.1 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues