Releases: famedly/matrix-dart-sdk
Releases · famedly/matrix-dart-sdk
v7.3.0
v7.2.4
[7.2.4] 16th June 2026
- chore: Follow up actually store updated tofu state in db (Christian Kußowski)
- fix: Allow image resizer to return new mime type (Christian Kußowski)
v7.2.3
[7.2.3] 11th June 2026
- feat: Flag cross signing keys as tofu (Christian Kußowski)
- chore: Increase timeout for create key (Christian Kußowski)
- fix: Do not request keys when already logged out (Christian Kußowski)
v7.2.2
v7.2.0
[7.2.0] 26th May 2026
- build: (deps): bump actions/checkout from 4 to 6 (dependabot[bot])
- feat: add matrix content scanner support (Khalil)
- fix: Actually throw error on failed download (Christian Kußowski)
- fix: Workaround that synapse's initial sync account data may not be up to date (Christian Kußowski)
v7.1.2
[7.1.2] 12th May 2026
- fix: do not send notify rtc event in direct chats (td)
v7.1.1
[7.1.1] 12th May 2026
- fix: call delayed event canceller should not use application and actually remove it from local state on leave (td)
- fix: Do not send dozens of key request to device messages on timeline export (krille-chan)
- fix: Pass correct event to redaction localization (Christian Kußowski)
v7.1.0
[7.1.0] 29th April 2026
- feat: custom rooms list sorter (Karthikeyan S)
- feat: gate LaTeX markdown parsing behind enableLatexMarkdown flag (Khalil)
- fix: clear database if onSoftLogout fails instead of logout (td)
- fix: fetch poll responses for fragmented timelines (Khalil)
- fix: last event in archived rooms (td)
- fix: null check operator in SSSS accountData parsing (Karthikeyan S)
- fix: preserve call rejection room previews (#2322) (Yash Garg)
v7.0.0
[7.0.0] 15th April 2026
- refactor: (BREAKING) add type for power level as extension type over int (Christian Kußowski)
- fix(voip): allow updating
applicationand stop timers for cancelled delayed events (Yash Garg) - chore: Ignore avoid void async in webworker (Christian Kußowski)
- feat: Store sending files in file cache for 30 days (Christian Kußowski)
- fix: shrinkImage fail blocks sendFileEvent without ux feedback (Christian Kußowski)
v6.2.0
What's Changed
- chore: bump version to v6.1.1 by @coder-with-a-bushido in #2250
- remove _discoveryDataLoading dead code + test init() with waitUntilLoadCompletedLoaded by @coder-with-a-bushido in #2251
- test: dehydrated devices logic in synapse by @coder-with-a-bushido in #2248
- fix: Katex markdown syntax by @krille-chan in #2258
- build: Add dependabot config by @krille-chan in #2259
- build: (deps): bump actions/add-to-project from 0.5.0 to 1.0.2 by @dependabot[bot] in #2260
- build: (deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #2262
- build: (deps): bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #2261
- build: (deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #2263
- build: (deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #2269
- fix: expiresIn from OIDC is in seconds not milliseconds by @krille-chan in #2272
- chore: improve to_device log lines by @td-famedly in #2283
- build: (deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #2278
- chore: Add exit 0 to tear down all in bootstrap test by @krille-chan in #2285
- refactor: Make Matrix SDK Database extendable by @krille-chan in #2282
- fix: Retry refresh token on io exception by @krille-chan in #2273
- feat: Add support for low priority room and sort rooms properly by @krille-chan in #2257
- build: (deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #2279
- build: (deps): bump famedly/backend-build-workflows from 4 to 5 by @dependabot[bot] in #2270
- #2287 feat: add additionalFields support to AuthenticationData for UIA stages by @2001arman in #2288
- fix: pass missing additional profile info to CachedProfileInformation by @krille-chan in #2293
New Contributors
- @2001arman made their first contribution in #2288
Full Changelog: v6.1.1...v6.2.0