Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.6.4
    6f79a310 · v0.6.4 ·
  • v0.6.4-rc.1
    efa1eee6 · v0.6.4-rc.1 ·
  • v0.6.4-rc.2
    4f4eba16 · v0.6.4-rc.2 ·
  • v0.7.0
    889bfce6 · v0.7.0 ·
  • v0.7.1
    79a699f0 · v0.7.1 ·
  • v0.7.1-rc.1
    f997b4a1 · v0.7.1-rc.1 ·
  • v0.7.10
    9a81ca9f · v0.7.10 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.9...v0.7.10)
    * BREAKING CHANGE: The SDK no longer ``require``s ``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](README.md#end-to-end-encryption-support) for details.
    * indexeddb-crypto-store: fix db deletion
    [\#447](https://github.com/matrix-org/matrix-js-sdk/pull/447)
    * Load Olm from the global rather than requiring it.
    [\#446](https://github.com/matrix-org/matrix-js-sdk/pull/446)
  • v0.7.11
    79fa9444 · v0.7.11 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.11-rc.1...v0.7.11)
    * Add a bunch of logging around sending messages
    [\#460](https://github.com/matrix-org/matrix-js-sdk/pull/460)
  • v0.7.11-rc.1
    bb5038b8 · v0.7.11-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.10...v0.7.11-rc.1)
    * Make TimelineWindow.load resolve quicker if we have the events
    [\#458](https://github.com/matrix-org/matrix-js-sdk/pull/458)
    * Stop peeking when a matrix client is stopped
    [\#451](https://github.com/matrix-org/matrix-js-sdk/pull/451)
    * Update README: Clarify how to install libolm
    [\#450](https://github.com/matrix-org/matrix-js-sdk/pull/450)
  • v0.7.12
    db660231 · v0.7.12 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.12-rc.1...v0.7.12)
    * No changes
  • v0.7.12-rc.1
    ffd9a01e · v0.7.12-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.11...v0.7.12-rc.1)
    * allow setting iceTransportPolicy to relay through forceTURN option
    [\#462](https://github.com/matrix-org/matrix-js-sdk/pull/462)
  • v0.7.13
    1abf8e23 · v0.7.13 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.12...v0.7.13)
    * Fix failure on Tor browser
    [\#473](https://github.com/matrix-org/matrix-js-sdk/pull/473)
    * Fix issues with firefox private browsing
    [\#472](https://github.com/matrix-org/matrix-js-sdk/pull/472)
  • v0.7.2
    c7357952 · v0.7.2 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.1...v0.7.2)
    * Bump to Olm 2.0
    [\#309](https://github.com/matrix-org/matrix-js-sdk/pull/309)
    * Sanity check payload length before encrypting
    [\#307](https://github.com/matrix-org/matrix-js-sdk/pull/307)
    * Remove dead _sendPingToDevice function
    [\#308](https://github.com/matrix-org/matrix-js-sdk/pull/308)
    * Add setRoomDirectoryVisibilityAppService
    [\#306](https://github.com/matrix-org/matrix-js-sdk/pull/306)
    * Update release script to do signed releases
    [\#305](https://github.com/matrix-org/matrix-js-sdk/pull/305)
    * e2e: Wait for pending device lists
    [\#304](https://github.com/matrix-org/matrix-js-sdk/pull/304)
    * Start a new megolm session when devices are blacklisted
    [\#303](https://github.com/matrix-org/matrix-js-sdk/pull/303)
    * E2E: Download our own devicelist on startup
    [\#302](https://github.com/matrix-org/matrix-js-sdk/pull/302)
  • v0.7.3
    54eec40d · v0.7.3 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.2...v0.7.3)
    * User presence list feature
    [\#310](https://github.com/matrix-org/matrix-js-sdk/pull/310)
    * Allow clients the ability to set a default local timeout
    [\#313](https://github.com/matrix-org/matrix-js-sdk/pull/313)
    * Add API to delete threepid
    [\#312](https://github.com/matrix-org/matrix-js-sdk/pull/312)
  • v0.7.4
    9c6973a4 · v0.7.4 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.4-rc.1...v0.7.4)
    * Fix non-conference calling
  • v0.7.4-rc.1
    bb7c9b22 · v0.7.4-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.3...v0.7.4-rc.1)
    * Remove babel-polyfill
    [\#321](https://github.com/matrix-org/matrix-js-sdk/pull/321)
    * Update build process for ES6
    [\#320](https://github.com/matrix-org/matrix-js-sdk/pull/320)
    * 'babel' is not a babel package anymore
    [\#319](https://github.com/matrix-org/matrix-js-sdk/pull/319)
    * Add Babel for ES6 support
    [\#318](https://github.com/matrix-org/matrix-js-sdk/pull/318)
    * Move screen sharing check/error
    [\#317](https://github.com/matrix-org/matrix-js-sdk/pull/317)
    * release.sh: Bail early if there are uncommitted changes
    [\#316](https://github.com/matrix-org/matrix-js-sdk/pull/316)
  • v0.7.5
    e8c6002d · v0.7.5 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.5-rc.3...v0.7.5)
    No changes from 0.7.5-rc.3
  • v0.7.5-rc.1
    8e6bca34 · v0.7.5-rc.1 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.4...v0.7.5-rc.1)
    * Support for blacklisting unverified devices, both per-room and globally
    [\#336](https://github.com/matrix-org/matrix-js-sdk/pull/336)
    * track errors when events can't be sent
    [\#349](https://github.com/matrix-org/matrix-js-sdk/pull/349)
    * Factor out device list management
    [\#346](https://github.com/matrix-org/matrix-js-sdk/pull/346)
    * Support for warning users when unknown devices show up
    [\#335](https://github.com/matrix-org/matrix-js-sdk/pull/335)
    * Enable sourcemaps in browserified distro
    [\#345](https://github.com/matrix-org/matrix-js-sdk/pull/345)
    * Record all e2e room settings in localstorage
    [\#344](https://github.com/matrix-org/matrix-js-sdk/pull/344)
    * Make Olm work with browserified js-sdk
    [\#340](https://github.com/matrix-org/matrix-js-sdk/pull/340)
    * Make browserify a dev dependency
    [\#339](https://github.com/matrix-org/matrix-js-sdk/pull/339)
    * Allow single line brace-style
    [\#338](https://github.com/matrix-org/matrix-js-sdk/pull/338)
    * Turn on comma-dangle for function calls
    [\#333](https://github.com/matrix-org/matrix-js-sdk/pull/333)
    * Add prefer-const
    [\#331](https://github.com/matrix-org/matrix-js-sdk/pull/331)
    * Support for importing and exporting megolm sessions
    [\#326](https://github.com/matrix-org/matrix-js-sdk/pull/326)
    * Fix linting on all tests
    [\#329](https://github.com/matrix-org/matrix-js-sdk/pull/329)
    * Fix ESLint warnings and errors
    [\#325](https://github.com/matrix-org/matrix-js-sdk/pull/325)
    * BREAKING CHANGE: Remove WebStorageStore
    [\#324](https://github.com/matrix-org/matrix-js-sdk/pull/324)
  • v0.7.5-rc.2
    bd4de483 · v0.7.5-rc.2 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.5-rc.1...v0.7.5-rc.2)
    * Use the device change notifications interface
    [\#348](https://github.com/matrix-org/matrix-js-sdk/pull/348)
    * Rewrite the device key query logic
    [\#347](https://github.com/matrix-org/matrix-js-sdk/pull/347)
  • v0.7.5-rc.3
    2e6b93f8 · v0.7.5-rc.3 ·
    [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v0.7.5-rc.2...v0.7.5-rc.3)
    * Include DeviceInfo in deviceVerificationChanged events
    [a3cc8eb](https://github.com/matrix-org/matrix-js-sdk/commit/a3cc8eb1f6d165576a342596f638316721cb26b6)
    * Fix device list update
    [5fd7410](https://github.com/matrix-org/matrix-js-sdk/commit/5fd74109ffc56b73deb40c2604d84c38b8032c40)