From f7f6ac949438597d21ddf8a2f51ae48ff6110ce2 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 10 Apr 2022 21:43:43 +0300 Subject: [PATCH] Update version --- Changelog.md | 11 +++++++++++ Directory.Build.props | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index fa08306..e7b1391 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +### v2.34 (10-Apr-2022) + +- [HTML] Reworked layout to be more consistent with Discord. +- [HTML] Changed user profile picture dimensions from `128x128` to `512x512`. (Thanks [@Chris Helder](https://github.com/TheDude53)) +- [HTML] Improved image scaling for Chromium-based browsers. This should result in higher quality images across the entire export. +- [HTML] Hovering over messages will now show short timestamps on the left, indicating the time that the individual messages of the group were sent. +- [HTML] Using "download media" option will now also download scripts, styles, fonts, and other similar resources used by the export. +- [HTML] Image attachments will now use the provided description as alt text. +- [HTML] Fixed a few layout inconsistencies related to embeds. +- [GUI] Added a few clickable links to the usage guide to make the process of locating tokens easier. + ### v2.33.2 (07-Mar-2022) - Actually fixed it this time. diff --git a/Directory.Build.props b/Directory.Build.props index 2cb388c..9bd034a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.33.2 + 2.34 Tyrrrz Copyright (c) Oleksii Holub preview