Announcements
- 🎉 ✨ The GUI flavor of DiscordChatExporter is now fully cross-platform! ✨ 🎉
- Release assets are now separate for each platform.
- You no longer need to use
dotnet DiscordChatExporter.Cli.dll
to run the CLI version of DiscordChatExporter on Linux/macOS but can run./DiscordChatExporter.Cli
directly. - You may need to run
chmod +x DiscordChatExporter
orchmod +x DiscordChatExporter.Cli
after downloading on Linux/macOS, this should be fixed in the next release. - Note that the
DiscordChatExporter.zip
asset is equivalent toDiscordChatExporter.win-x64.zip
and is uploaded only for backwards-compatibility with the auto-updater.
What's Changed
- Remove unnecessary whitespaces at the end of reactions in PlainText by @xs2237 in #1213
- Switched from SemaphoreSlim lock to AsyncNonKeyedLocker by @MarkCiliaVincenti in #1184
- Migrate to Avalonia by @Tyrrrz in #1220
- Make the GUI x-platform and adapt the CI/CD pipeline to accommodate that by @Tyrrrz in #1222
New Contributors
Full Changelog: 2.42.9...2.43