Skip to content

Releases: matrix-org/matrix-js-sdk

v0.7.11

12 Jun 14:18
Compare
Choose a tag to compare

Full Changelog

  • Add a bunch of logging around sending messages
    #460

v0.7.11-rc.1

09 Jun 19:24
Compare
Choose a tag to compare
v0.7.11-rc.1 Pre-release
Pre-release

Full Changelog

  • Make TimelineWindow.load resolve quicker if we have the events
    #458
  • Stop peeking when a matrix client is stopped
    #451
  • Update README: Clarify how to install libolm
    #450

v0.7.10

02 Jun 00:02
Compare
Choose a tag to compare

Full Changelog

  • BREAKING CHANGE: The SDK no longer requires olm - instead it expects
    libolm to be provided as an Olm 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

01 Jun 00:41
Compare
Choose a tag to compare

Full Changelog

  • 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

22 May 10:32
Compare
Choose a tag to compare

Full Changelog

  • No changes

v0.7.8-rc.1

19 May 09:35
Compare
Choose a tag to compare
v0.7.8-rc.1 Pre-release
Pre-release

Full Changelog

  • 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

25 Apr 09:50
Compare
Choose a tag to compare

Full Changelog

  • No changes

v0.7.7-rc.1

21 Apr 17:16
Compare
Choose a tag to compare
v0.7.7-rc.1 Pre-release
Pre-release

Full Changelog

  • Automatically complete dummy auth
    #420

v0.7.6

12 Apr 08:57
Compare
Choose a tag to compare

Full Changelog

  • No changes

v0.7.6-rc.2

10 Apr 13:53
Compare
Choose a tag to compare
v0.7.6-rc.2 Pre-release
Pre-release

Full Changelog

  • Add feature detection for webworkers
    #416
  • Fix release script
    #415