diff --git a/Changelog.md b/Changelog.md index ae35e63..662ee1e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## v2.40.4 (11-Aug-2023) + +- HTML changes: + - Fixed an issue where the "call lasted for X minutes" system message was unnecessarily too precise. Now, it's rounded to the nearest minute. + - Fixed an issue where multi-line quote blocks with empty lines in the middle were rendered as separate blocks. +- JSON changes: + - Added the `users` field to the reaction object, containing an array with limited information about the users that reacted with that particular emoji. (Thanks [@slatinsky](https://github.com/slatinsky)) + ## v2.40.3 (29-Jul-2023) - GUI changes: diff --git a/Directory.Build.props b/Directory.Build.props index e6d8485..c93a104 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net7.0 - 2.40.3 + 2.40.4 Tyrrrz Copyright (c) Oleksii Holub preview