|
| 1 | +Changes in [9.7.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.7.0) (2021-02-16) |
| 2 | +================================================================================================ |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.7.0-rc.1...v9.7.0) |
| 4 | + |
| 5 | + * No changes since rc.1 |
| 6 | + |
| 7 | +Changes in [9.7.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.7.0-rc.1) (2021-02-10) |
| 8 | +========================================================================================================== |
| 9 | +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.6.0...v9.7.0-rc.1) |
| 10 | + |
| 11 | + * Handle undefined peerconn |
| 12 | + [\#1600](https://github.com/matrix-org/matrix-js-sdk/pull/1600) |
| 13 | + * ReEmitter: Don't throw if no error handler is attached |
| 14 | + [\#1599](https://github.com/matrix-org/matrix-js-sdk/pull/1599) |
| 15 | + * Convert ReEmitter to TS |
| 16 | + [\#1598](https://github.com/matrix-org/matrix-js-sdk/pull/1598) |
| 17 | + * Fix typo in main readme |
| 18 | + [\#1597](https://github.com/matrix-org/matrix-js-sdk/pull/1597) |
| 19 | + * Remove rogue plus character |
| 20 | + [\#1596](https://github.com/matrix-org/matrix-js-sdk/pull/1596) |
| 21 | + * Fix call ID NaN |
| 22 | + [\#1595](https://github.com/matrix-org/matrix-js-sdk/pull/1595) |
| 23 | + * Fix Electron type merging |
| 24 | + [\#1594](https://github.com/matrix-org/matrix-js-sdk/pull/1594) |
| 25 | + * Fix browser screen share |
| 26 | + [\#1593](https://github.com/matrix-org/matrix-js-sdk/pull/1593) |
| 27 | + * Fix desktop Matrix screen sharing |
| 28 | + [\#1570](https://github.com/matrix-org/matrix-js-sdk/pull/1570) |
| 29 | + * Guard against confused server retry times |
| 30 | + [\#1591](https://github.com/matrix-org/matrix-js-sdk/pull/1591) |
| 31 | + * Decrypt redaction events |
| 32 | + [\#1589](https://github.com/matrix-org/matrix-js-sdk/pull/1589) |
| 33 | + * Fix edge cases with peeking where a room is re-peeked |
| 34 | + [\#1587](https://github.com/matrix-org/matrix-js-sdk/pull/1587) |
| 35 | + |
| 36 | +Changes in [9.6.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.6.0) (2021-02-03) |
| 37 | +================================================================================================ |
| 38 | +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.6.0-rc.1...v9.6.0) |
| 39 | + |
| 40 | + * [Release] Fix edge cases with peeking where a room is re-peeked |
| 41 | + [\#1588](https://github.com/matrix-org/matrix-js-sdk/pull/1588) |
| 42 | + |
| 43 | +Changes in [9.6.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.6.0-rc.1) (2021-01-29) |
| 44 | +========================================================================================================== |
| 45 | +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.5.1...v9.6.0-rc.1) |
| 46 | + |
| 47 | + * Add support for getting call stats |
| 48 | + [\#1584](https://github.com/matrix-org/matrix-js-sdk/pull/1584) |
| 49 | + * Fix compatibility with v0 calls |
| 50 | + [\#1583](https://github.com/matrix-org/matrix-js-sdk/pull/1583) |
| 51 | + * Upgrade deps 2021-01 |
| 52 | + [\#1582](https://github.com/matrix-org/matrix-js-sdk/pull/1582) |
| 53 | + * Log the call ID when logging that we've received VoIP events |
| 54 | + [\#1581](https://github.com/matrix-org/matrix-js-sdk/pull/1581) |
| 55 | + * Fix extra negotiate message in Firefox |
| 56 | + [\#1579](https://github.com/matrix-org/matrix-js-sdk/pull/1579) |
| 57 | + * Add debug logs to encryption prep |
| 58 | + [\#1580](https://github.com/matrix-org/matrix-js-sdk/pull/1580) |
| 59 | + * Expose getPresence endpoint |
| 60 | + [\#1578](https://github.com/matrix-org/matrix-js-sdk/pull/1578) |
| 61 | + * Queue keys for backup even if backup isn't enabled yet |
| 62 | + [\#1577](https://github.com/matrix-org/matrix-js-sdk/pull/1577) |
| 63 | + * Stop retrying TURN access when forbidden |
| 64 | + [\#1576](https://github.com/matrix-org/matrix-js-sdk/pull/1576) |
| 65 | + * Add DTMF sending support |
| 66 | + [\#1573](https://github.com/matrix-org/matrix-js-sdk/pull/1573) |
| 67 | + |
1 | 68 | Changes in [9.5.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v9.5.1) (2021-01-26) |
2 | 69 | ================================================================================================ |
3 | 70 | [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v9.5.0...v9.5.1) |
|
0 commit comments