diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 32159b98..fae06add 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.5 (2024-03-07)](#075-2024-03-07) - [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) @@ -25,6 +26,30 @@ and this project adheres to - [0.4.0 (2020-03-21)](#040-2020-03-21) +## 0.7.5 (2024-03-07) + +### Added + + - Added emoji processing, for example `:eyes:` + + - Added /react command, to add (emoji) reactions + + - Added displaying of spoiler tags + + - Added /spoiler and /unspoiler commands + +### Changed + + - Now using Mistune 3 + +### Fixed + + - Fixed profile picture flickering in account settings UI + + - Fixed overlaying tabs glitch in many UIs + + - Fixed some issues when running on OpenBSD + ## 0.7.4 (2024-01-04) ### Added