Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.41 KB

File metadata and controls

37 lines (23 loc) · 1.41 KB

Please also refer to the Changelog of Element Android: https://github.com/vector-im/element-android/blob/master/CHANGES.md

Changes in Matrix-SDK 1.0.9 (2020-10-16)

Imported from Element 1.0.9. (https://github.com/vector-im/element-android/releases/tag/v1.0.9)

  • Setup CI

Changes in Matrix-SDK 1.0.8

This release has not been done.

Changes in Matrix-SDK 1.0.7 (2020-09-23)

Imported from Element 1.0.7. (https://github.com/vector-im/element-android/releases/tag/v1.0.7)

Changes in Matrix-SDK 1.0.6 (2020-09-08)

Imported from Element 1.0.6.

Changes in Matrix-SDK 1.0.5 (2020-08-21)

SDK API changes ⚠️:

  • PermalinkFactory is now internal, you should use session.permalinkService() to create permalinks

Changes in Matrix-SDK 0.0.1 (2020-08-14)

This is the first release of the Matrix SDK.

This first release has been created from the develop branch of Element Android (at this commit). Next releases will be done from master branch of Element Android and the version name will be the same between the SDK and Element Android