2023-05-11 14:43:09 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
## [v0.2.0] - 2024-06-18
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add ability to adjust the token, see https://github.com/element-hq/hydrogen-web/pull/1153.
|
|
|
|
|
2023-11-08 11:58:19 +01:00
|
|
|
## [v0.1.8] - 2023-11-08
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Pass `sendReadReceipt: false` to RoomViewModel options to disable sending read receipts, see https://github.com/vector-im/hydrogen-web/pull/1150
|
2023-11-08 11:58:19 +01:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Switch over to olm from npm registry, fixes https://github.com/vector-im/hydrogen-web/issues/1146
|
2023-11-08 11:58:19 +01:00
|
|
|
|
2023-10-08 19:54:49 +02:00
|
|
|
## [v0.1.7] - 2023-10-08
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Export many view classes, see https://github.com/vector-im/hydrogen-web/pull/1124.
|
2023-10-08 19:54:49 +02:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Fixed an issue where some UI components were missing in AccountSetupView.
|
2023-10-08 19:54:49 +02:00
|
|
|
|
2023-08-22 14:11:35 +02:00
|
|
|
## [v0.1.6] - 2023-08-22
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Pass `isReadonly: true` in `Client.startWithAuthData` to disable uploading OTKs.
|
2023-07-20 15:31:06 +02:00
|
|
|
|
2023-08-10 08:11:56 +02:00
|
|
|
## [v0.1.5] - 2023-08-10
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Export classes MemberList, MemberListView, MemberListViewModel and avatar functions.
|
2023-08-10 08:11:56 +02:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Fixed an issue where `FilteredMap` was not emitting when setting a new filter.
|
2023-08-10 08:11:56 +02:00
|
|
|
|
2023-07-20 15:31:06 +02:00
|
|
|
## [v0.1.4] - 2023-07-20
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Export more classes for the SDK
|
2023-07-20 15:31:06 +02:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Fixed `RoomViewModel.load` not awaiting promise
|
2023-07-20 15:31:06 +02:00
|
|
|
|
2023-05-11 15:25:29 +02:00
|
|
|
## [v0.1.3] - 2023-05-11
|
2023-05-11 14:43:09 +02:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Added `Copy matrix.to permalink` option to message action
|
2023-05-11 14:43:09 +02:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Fix an issue where keys for encrypted messages sent from Hydrogen was not shared leading to UTDs.
|
|
|
|
- Fix documentation which failed to mention that `FeatureSet` needs to be passed into view models.
|
|
|
|
- Mention how to add `libolm` as dependency in the tutorial.
|
|
|
|
- Fix an issue where large log files were generated for long lived calls.
|
|
|
|
- Fix an issue which prevented the SDK from being used without encryption.
|
2023-05-11 14:43:09 +02:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2024-06-18 10:28:50 +02:00
|
|
|
- Long dates in sticky date headers are now rendered in a single line
|