Releases: matrix-org/matrix-js-sdk
Releases · matrix-org/matrix-js-sdk
v0.7.11
v0.7.11-rc.1
v0.7.10
- BREAKING CHANGE: The SDK no longer
require
solm
- instead it expects
libolm to be provided as anOlm
global. This will only affect
applications which use end-to-end encryption. See the
README for details. - indexeddb-crypto-store: fix db deletion
#447 - Load Olm from the global rather than requiring it.
#446
v0.7.9
- Initial framework for indexeddb-backed crypto store
#445 - Factor out reEmit to a common module
#444 - crypto/algorithms/base.js: Convert to es6
#443 - maySendRedactionForEvent for userId
#435 - MatrixClient: add getUserId()
#441 - Run jsdoc on a custom babeling of the source
#442 - Add in a public api getStoredDevice allowing clients to get a specific
device
#439
v0.7.8
- No changes
v0.7.8-rc.1
- Attempt to rework the release-tarball-signing stuff
#438 - ability to specify webrtc audio/video inputs for the lib to request
#427 - make screen sharing call FF friendly :D
#434 - Fix race in device list updates
#431 - WebRTC: Support recvonly for video for those without a webcam
#424 - Update istanbul to remove minimatch DoS Warning
#422 - webrtc/call: Make it much less likely that callIds collide locally
#423 - Automatically complete dummy auth
#420 - Don't leave the gh-pages branch checked out
#418
v0.7.7
- No changes
v0.7.7-rc.1
- Automatically complete dummy auth
#420
v0.7.6
- No changes