You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- refactor: Deprecated Client.customRefreshTokenLifetime in favor of method parameter (Christian Kußowski)
22
63
23
64
## [4.0.3] 17th December 2025
65
+
24
66
- fix: remove call member event wrt unprotected state keys (td)
25
67
26
68
## [4.0.2] 16th December 2025
@@ -49,6 +91,7 @@ v4.0.0 It comes with some breaking changes:
49
91
-`RelationshipType.reply` has been removed in favor of `Event.inReplyToEventId()` where you can set if you want to ignore fallbacks or not. This makes it easier to differenciate fallback replies and replies inside of a thread.
- feat: Allow init with access token (Christian Kußowski)
54
97
- feat: Implement msc 3381 polls (krille-chan)
@@ -70,6 +113,7 @@ v4.0.0 It comes with some breaking changes:
70
113
- test: matrixRTCEventStream emitted events in a group call (Karthikeyan S)
71
114
72
115
## [3.0.1] 15th October 2025
116
+
73
117
- feat: Make display sending event configurable in Room.sendEvent() (Christian Kußowski)
74
118
- chore: tidy up call membership event (td)
75
119
- fix: Remove avatar crashes with invalid uri (Christian Kußowski)
@@ -102,11 +146,12 @@ v4.0.0 It comes with some breaking changes:
102
146
- chore: Revert on upload progress (Christian Kußowski)
103
147
104
148
## [2.0.1] 9th Sept 2025
149
+
105
150
- fix: scheduled event list init (td)
106
151
107
152
## [2.0.0] 9th Sept 2025
108
153
109
-
There have been some breaking changes to the VoIP codebase. Specifically, you will have to pass your instance of the VoIP class to existing `getCallMemberships*` functions which are an extension on the Room class.
154
+
There have been some breaking changes to the VoIP codebase. Specifically, you will have to pass your instance of the VoIP class to existing `getCallMemberships*` functions which are an extension on the Room class.
110
155
111
156
- feat: delayed and device owned state events support for group calls (td)
112
157
- feat: allow setting keyring size (td)
@@ -124,8 +169,8 @@ There have been some breaking changes to the VoIP codebase. Specifically, you wi
124
169
- refactor: Restrict canRequestHistory to joined or archived rooms (Christian Kußowski)
125
170
- refactor: Sync for unknown room in push helper and catch timeout exceptions (Christian Kußowski)
126
171
127
-
128
172
## [1.1.0] 14th July 2025
173
+
129
174
- fix: (BREAKING) Can not logout and login again with same Client object (Christian Kußowski)
130
175
- refactor: Clean up new dart version lints (Christian Kußowski)
- chore: Add hint to init vodozemac also in native implementations (Christian Kußowski)
143
189
- fix: exportDump and importDump and add unit tests (Christian Kußowski)
144
190
- fix: user.canKick should be true for knocking users as well (Christian Kußowski)
@@ -216,11 +262,12 @@ This should work on Android, iOS, macOS, Linux and Windows.
216
262
217
263
For web you need to compile vodozemac to wasm. [Please refer to the Vodozemac bindings documentation](https://pub.dev/packages/vodozemac#build-for-web).
218
264
219
-
220
265
## [0.40.2] 5th June 2025
266
+
221
267
- fix: fallback on homeserver is userID null (The one with the braid)
222
268
223
269
## [0.40.1] 2nd June 2025
270
+
224
271
- feat: Add logout command (Christian Kußowski)
225
272
- feat: Switch to github flavor markdown to render checkboxes (krille-chan)
0 commit comments