From 1f5407f0326a22bd3d79347a374509259f06552b Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 21 Jul 2023 02:03:47 +0300 Subject: [PATCH] Update version --- Changelog.md | 12 ++++++++++++ Directory.Build.props | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c754b66..f52d774 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,17 @@ # Changelog +## v2.40.1 (21-Jul-2023) + +- General changes: + - Fixed an issue where the fallback avatar (i.e. the avatar used for when the user doesn't have a custom one set) was not resolved properly for users that don't have a discriminator. +- CLI changes: + - Added the `--include-vc` option to `exportall` and `exportguild` commands, which instructs whether to include voice-channel-accompanying text channels in the export. By default, this is set to `true` to match the previous behavior. To disable the option, use `--include-vc false`. +- GUI changes: + - Replaced the blur effect applied to the token text box with a password mask. +- JSON format changes: + - Added the `exportedAt` field to the export metadata, which contains the timestamp corresponding to when the export was created. (Thanks [@slatinsky](https://github.com/slatinsky)) + - Added the `roles` field to the object describing a user. This field contains an array of objects that describe the roles assigned to the user. (Thanks [@slatinsky](https://github.com/slatinsky)) + ## v2.40 (08-Jun-2023) - General changes: diff --git a/Directory.Build.props b/Directory.Build.props index a633500..d423ead 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net7.0 - 2.40 + 2.40.1 Tyrrrz Copyright (c) Oleksii Holub preview