Releases: Tyrrrz/DiscordChatExporter
Releases Β· Tyrrrz/DiscordChatExporter
2.46
What's Changed
- Support
--include-threads
in theexport
command by @audinowho in #1343 - Bump codecov/codecov-action from 5.4.2 to 5.4.3 in the actions group by @dependabot in #1388
- Change
InvalidFileNameChars
to useFrozenSet
instead ofHashSet
by @MarkCiliaVincenti in #1384 - Make the names assigned to unnamed group DMs predictable by @Lymia in #1386
- Bump CliFx and 9 others by @dependabot in #1389
New Contributors
- @audinowho made their first contribution in #1343
- @Lymia made their first contribution in #1386
Full Changelog: 2.45...2.46
2.45
What's Changed
- Bump the actions group with 3 updates by @dependabot in #1360
- Bump the nuget group across 1 directory with 12 updates by @dependabot in #1361
- Don't consider it an error if there is nothing to export by @ldmosquera in #1349
- Don't ignore next pages of archived threads by @masmc05 in #1364
- Bump the actions group with 2 updates by @dependabot in #1372
- Bump the nuget group across 1 directory with 11 updates by @dependabot in #1374
- Update bot token docs by @Yudi in #1371
- Bundle the app for macOS by @Yudi in #1375
- Create MacOS app bundle via a project target by @Tyrrrz in #1376
- Add a setting to control whether to respect advisory rate limits by @Tyrrrz in #1342
New Contributors
- @ldmosquera made their first contribution in #1349
- @masmc05 made their first contribution in #1364
Full Changelog: 2.44.2...2.45
2.44.2
What's Changed
Full Changelog: 2.44.1...2.44.2
2.44.1
What's Changed
- Bump codecov/codecov-action from 4.6.0 to 5.0.7 in the actions group by @dependabot in #1319
- Bump the nuget group with 15 updates by @dependabot in #1318
- Prefer message timestamp over the
last-modified
header for asset file dates by @ritiek in #1321 - Update copyright license year by @JasonnnW3000 in #1328
- Bump the actions group with 4 updates by @dependabot in #1330
- Bump the nuget group with 12 updates by @dependabot in #1329
- Bump the actions group with 3 updates by @dependabot in #1341
- Bump the nuget group with 14 updates by @dependabot in #1340
- Bump the actions group with 4 updates by @dependabot in #1346
- Bump the nuget group with 15 updates by @dependabot in #1347
- Fix file path encoding edge cases in HTML export by @Tyrrrz in #1351
- Don't attempt to infer asset timestamp from message timestamp by @Tyrrrz in #1352
New Contributors
- @ritiek made their first contribution in #1321
- @JasonnnW3000 made their first contribution in #1328
Full Changelog: 2.44...2.44.1
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