diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4c413df3..32159b98 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +- [0.7.4 (2024-01-04)](#074-2024-01-04) - [0.7.3 (2022-01-31)](#073-2022-01-31) - [0.7.2 (2021-07-26)](#072-2021-07-26) - [0.7.1 (2021-03-04)](#071-2021-03-04) @@ -24,6 +25,34 @@ and this project adheres to - [0.4.0 (2020-03-21)](#040-2020-03-21) +## 0.7.4 (2024-01-04) + +### Added + + - Display emoji reactions on messages + + - Display edited messages properly + +### Changed + + - Changed command line argument processing + + - Changed server listing to use servers.joinmatrix.org + + - Now using Mistune 2.0.2 + + - Now using upstream matrix-nio (instead of fork) + +### Removed + + - Almost all UI animations were removed + +### Fixed + + - Fixed restoring from tray + + - Updated installation instructions + ## 0.7.3 (2022-01-31) ### Added