diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b3231e95..89d64b8f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,53 @@ +Changes in [0.8.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.1) (2016-12-09) +=================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.1-rc.2...v0.8.1) + +No changes + +Changes in [0.8.1-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.1-rc.2) (2016-12-06) +============================================================================================================= +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.1-rc.1...v0.8.1-rc.2) + + * Fix exception when clearing room dir search + [\#585](https://github.com/matrix-org/matrix-react-sdk/pull/585) + * Allow integration UI URLs with paths + [\#583](https://github.com/matrix-org/matrix-react-sdk/pull/583) + * Give the search box field a name + [\#584](https://github.com/matrix-org/matrix-react-sdk/pull/584) + * Pass the room object into displayNotification + [\#582](https://github.com/matrix-org/matrix-react-sdk/pull/582) + * Don't throw an exception entering settings page + [\#581](https://github.com/matrix-org/matrix-react-sdk/pull/581) + +Changes in [0.8.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.1-rc.1) (2016-12-05) +============================================================================================================= +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.0...v0.8.1-rc.1) + + * Strip (IRC) when clicking on username + [\#579](https://github.com/matrix-org/matrix-react-sdk/pull/579) + * Fix scroll jump on image decryption + [\#577](https://github.com/matrix-org/matrix-react-sdk/pull/577) + * Make cut operations update the tab complete list + [\#576](https://github.com/matrix-org/matrix-react-sdk/pull/576) + * s/block/blacklist for e2e + [\#574](https://github.com/matrix-org/matrix-react-sdk/pull/574) + * Fix the download icon on attachments + [\#573](https://github.com/matrix-org/matrix-react-sdk/pull/573) + * Don't default the page_type to room directory + [\#572](https://github.com/matrix-org/matrix-react-sdk/pull/572) + * Fix crash on logging in + [\#571](https://github.com/matrix-org/matrix-react-sdk/pull/571) + * Reinstate missing sections from the UserSettings + [\#569](https://github.com/matrix-org/matrix-react-sdk/pull/569) + * Bump browser-encrypt-attachment to v0.2.0 + [\#568](https://github.com/matrix-org/matrix-react-sdk/pull/568) + * Make the unpagination process less aggressive + [\#567](https://github.com/matrix-org/matrix-react-sdk/pull/567) + * Get rid of always-on labs settings + [\#566](https://github.com/matrix-org/matrix-react-sdk/pull/566) + * Fix 'Quote' for e2e messages + [\#565](https://github.com/matrix-org/matrix-react-sdk/pull/565) + Changes in [0.8.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.0) (2016-11-19) =================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.5...v0.8.0) diff --git a/package.json b/package.json index 5b5c41c53e..41707f8193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.8.0", + "version": "0.8.1", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { @@ -59,7 +59,7 @@ "linkifyjs": "^2.1.3", "lodash": "^4.13.1", "marked": "^0.3.5", - "matrix-js-sdk": "matrix-org/matrix-js-sdk#develop", + "matrix-js-sdk": "0.7.1", "optimist": "^0.6.1", "q": "^1.4.1", "react": "^15.4.0",