From f63ea4118861e41ee243b4a153a22608b71dbcd4 Mon Sep 17 00:00:00 2001 From: Oleksii Holub Date: Wed, 25 Jul 2018 11:53:05 +0300 Subject: [PATCH] Update version --- Changelog.md | 5 +++++ Deploy/Prepare.ps1 | 2 +- .../DiscordChatExporter.Cli.csproj | 2 +- .../DiscordChatExporter.Core.csproj | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- Readme.md | 21 +++++-------------- 6 files changed, 15 insertions(+), 21 deletions(-) diff --git a/Changelog.md b/Changelog.md index 72e3fe3..bd52a92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### v2.6 (25-Jul-2018) + +- Added support for bot tokens as an alternative to user tokens. For GUI, use the button in the top-left to switch between user and bot token. For CLI, pass the `--bot` switch to indicate that the given token is a bot token. +- Added support for animated avatars. + ### v2.5.1 (01-Jul-2018) - Fixed a bug that would prevent timestamps from rendering properly in CSV and PlainText exports. diff --git a/Deploy/Prepare.ps1 b/Deploy/Prepare.ps1 index f3c6b19..55241a3 100644 --- a/Deploy/Prepare.ps1 +++ b/Deploy/Prepare.ps1 @@ -8,4 +8,4 @@ $files | Compress-Archive -DestinationPath "$PSScriptRoot\bin\DiscordChatExporte # CLI $files = @() $files += Get-ChildItem -Path "$PSScriptRoot\..\DiscordChatExporter.Cli\bin\Release\net461\*" -Include "*.exe", "*.dll", "*.config" -$files | Compress-Archive -DestinationPath "$PSScriptRoot\bin\DiscordChatExporter.Cli.zip" -Force \ No newline at end of file +$files | Compress-Archive -DestinationPath "$PSScriptRoot\bin\DiscordChatExporter.CLI.zip" -Force \ No newline at end of file diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index 0c7d819..baf25bb 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -3,7 +3,7 @@ Exe net461 - 2.5.1 + 2.6 Tyrrrz Copyright (c) 2017-2018 Alexey Golub ..\favicon.ico diff --git a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj index ba14ce1..202bcc7 100644 --- a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj +++ b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj @@ -2,7 +2,7 @@ net461 - 2.5.1 + 2.6 diff --git a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs index c5db442..454c25c 100644 --- a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs +++ b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ [assembly: AssemblyTitle("DiscordChatExporter")] [assembly: AssemblyCompany("Tyrrrz")] [assembly: AssemblyCopyright("Copyright (c) 2017-2018 Alexey Golub")] -[assembly: AssemblyVersion("2.5.1")] -[assembly: AssemblyFileVersion("2.5.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.6")] +[assembly: AssemblyFileVersion("2.6")] \ No newline at end of file diff --git a/Readme.md b/Readme.md index b97815a..f5c98e0 100644 --- a/Readme.md +++ b/Readme.md @@ -18,22 +18,11 @@ DiscordChatExporter can be used to export message history from a [Discord](https ## Features -- Intuitive GUI that displays available guilds and channels -- CLI as additional alternative to GUI -- Date ranges to limit messages -- Groups messages by author and time -- Exports to a plain text file -- Exports to an HTML file - - Dark and light themes - - User avatars - - Inline image attachments - - Embeds and webhooks - - Full markdown support - - Automatic links - - Styled similarly to the app -- Exports to a CSV file -- Renders custom emojis -- Resolves user, role and channel mentions +- Graphical and command line interfaces +- Supports both user tokens and bot tokens +- Allows retrieving messages in specified date range +- Multiple export formats: HTML (dark/light), TXT and CSV +- Renders all message features including: markdown, attachments, embeds, emojis, mentions, etc ## Libraries used