Releases: Tyrrrz/DiscordChatExporter
Releases Β· Tyrrrz/DiscordChatExporter
2.44
What's Changed
- Strip symbols by @Tyrrrz in #1242
- Bump the actions group with 6 updates by @dependabot in #1246
- Bump the nuget group with 3 updates by @dependabot in #1247
- Warn when using development build by @Tyrrrz in #1248
- Remove unnecessary prefixes from CLI docs by @LostXOR in #1254
- Bump the nuget group with 7 updates by @dependabot in #1255
- Bump the actions group with 2 updates by @dependabot in #1256
- Bump the nuget group with 8 updates by @dependabot in #1268
- Bump the actions group with 4 updates by @dependabot in #1267
- Limit recursion depth in markdown parser to prevent stack overflow by @Tyrrrz in #1273
- Bump AsyncKeyedLock to 7.0.1 by @MarkCiliaVincenti in #1276
- Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the actions group by @dependabot in #1282
- Bump the nuget group with 9 updates by @dependabot in #1283
- Add missing tzdata package to docker build by @andrewlow in #1296
- Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group by @dependabot in #1303
- Bump the nuget group with 8 updates by @dependabot in #1302
- Add
%d
template token to CLI docs by @webcrawls in #1306 - Add info for
--filter
in CLI docs by @LostXOR in #1310 - Bump the nuget group with 7 updates by @dependabot in #1313
- Bump the actions group with 5 updates by @dependabot in #1312
- Include inline emoji in JSON export by @Tyrrrz in #1311
- Remove obsolete/no-op
ServicePoint
references/calls by @Tyrrrz in #1314
New Contributors
- @dependabot made their first contribution in #1246
- @andrewlow made their first contribution in #1296
- @webcrawls made their first contribution in #1306
Full Changelog: 2.43.3...2.44
2.43.3
What's Changed
Full Changelog: 2.43.2...2.43.3
2.43.2
2.43.1
What's Changed
- Set correct file permissions for Linux/OSX release assets by @Tyrrrz in #1223
- Improve documentation by @LostXOR in #1225
- Skip invalid reactions instead of crashing by @Tyrrrz in #1227
- Use a 3-way theme switcher instead of a 2-way switcher by @Tyrrrz in #1233
- Use self-contained builds by @Tyrrrz in #1224
Full Changelog: 2.43...2.43.1
2.43
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, but can run./DiscordChatExporter.Cli
directly. - On MacOS, you still need to run the app with
dotnet DiscordChatExporter.dll
(GUI) ordotnet DiscordChatExporter.Cli.dll
(CLI). - 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
2.42.9
What's Changed
Full Changelog: 2.42.8...2.42.9
2.42.8
What's Changed
- Fix docker user permissions issues by @Silex in #1194
- Add support for Twitch embed projections by @Tyrrrz in #1199
- Skip Twitch clip projections because they can't be rendered locally by @Tyrrrz in #1200
- Shorten error messages for when attempting to export a period with no messages by @Tyrrrz in #1201
New Contributors
Full Changelog: 2.42.7...2.42.8
2.42.7
What's Changed
- Fix GUI link in docs going to CLI page by @LostXOR in #1167
- Refer to "guilds" as "servers" in docs and UI elements by @Tyrrrz in #1175
- Warn about redirected streams in the CLI only when running inside Docker by @Tyrrrz in #1176
- Fix docker user permission issues by creating the user manually by @Tyrrrz in #1183
- Use
null
as the default locale, which resolves to the current system default locale by @Tyrrrz in #1185 - Add support for
has:invite
filter that matches messages with guild invites by @Tyrrrz in #1188
Full Changelog: 2.42.6...2.42.7
2.42.6
Full Changelog: 2.42.5...2.42.6
- Added support for
gif
stickers
Note:
Going forward, new release notes will appear here instead of theChangelog.md
file.
If you want to see the release notes for older versions, you can find them here.