diff --git a/Changelog.md b/Changelog.md index 52ad424..e6871ee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,13 @@ +### v2.35.1 (26-Aug-2022) + +- Added `~` character as an alias for `-` when negating a message filter. This should make it easier to use negated filters from CLI where the dash character already has other meanings. +- Extended retry logic to encompass all server-side errors from Discord API, instead of only `500 Internal Server Error`. +- [CLI] Attempt to export multiple channels will now fail if provided with an output path that is neither a directory, nor a file name template. Previously, this resulted in all channels being exported to the same file, overwriting each other. +- Fixed an issue where a text message filter didn't work if it started with a character that's also the first character in one of the named filters (e.g. `from` or `mentions`). +- Fixed an issue where a text message filter didn't work correctly if it was enclosed in parentheses. +- Fixed an issue where categories were displayed alongside regular channels in the channel list, both in GUI and in CLI (when using the `guild` command). +- [CLI] Fixed an issue where an output path starting with a tilde on Linux was not expanded properly into a full path. (Thanks [@TSRBerry](https://github.com/TSRBerry)) + ### v2.35 (02-Jul-2022) - Added support for exporting text chat in voice channels. These channels are now also displayed when browsing in the GUI and in the CLI when executing the `channels` command. @@ -419,4 +429,4 @@ Please note that CSV export is most likely not going to receive future updates a - Added support for user and role mentions. - Added support for channel mentions. - Fixed text in pre blocks not being wrapped correctly. -- Added workaround for non-default message types. +- Added workaround for non-default message types. \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index 56b9a62..475d0d4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.35 + 2.35.1 Tyrrrz Copyright (c) Oleksii Holub preview