diff --git a/Changelog.md b/Changelog.md index e7b1391..d371d64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### v2.34.1 (01-Jun-2022) + +- Improved retry policy to handle more transient errors. This should result in fewer errors exporting a channel due to timeout. +- Added `has:pin` message filter. You can use it to limit exported messages to those that have been pinned. (Thanks [@Andrew Kolos](https://github.com/andrewkolos)) +- Fixed an issue which caused the export to fail when processing stickers that have no name. + ### v2.34 (10-Apr-2022) - [HTML] Reworked layout to be more consistent with Discord. diff --git a/Directory.Build.props b/Directory.Build.props index 9bd034a..478e184 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.34 + 2.34.1 Tyrrrz Copyright (c) Oleksii Holub preview