diff --git a/Changelog.md b/Changelog.md index 9c7dad4dc..4e1df458e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ +### v2.32 (15-Dec-2021) + +- Token kind (user or bot) is now detected automatically. Removed the button to switch token kind in GUI. Option `-b|--bot` in CLI is now deprecated and does nothing. +- Updated user token extraction guide to reflect the fact that devtools are no longer accessible in the desktop version of Discord client. The recommended workaround is to open Discord in browser. (Thanks [@Dhananjay-JSR](https://github.com/Dhananjay-JSR)) +- Fixed an issue which caused an error when parsing invalid date timestamps. Such timestamps are now rendered as "Invalid date", similarly to how the Discord client does it. +- Fixed an issue which caused an error when parsing certain embed fields. +- Fixed an issue which caused an error when parsing a mention to a user that has no username. +- [GUI] Minor visual fixes. + ### v2.31.1 (15-Dec-2021) -- Fixed an issue which caused an exception when parsing certain custom emoji reactions. +- Fixed an issue which caused an error when parsing certain custom emoji reactions. - [GUI] Improved user interface. ### v2.31 (06-Dec-2021) diff --git a/Directory.Build.props b/Directory.Build.props index d38893458..f689a7b80 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.31.1 + 2.32 Tyrrrz Copyright (c) Oleksii Holub preview