Releases: Tyrrrz/DiscordChatExporter
Releases Β· Tyrrrz/DiscordChatExporter
2.47
What's Changed
- Resolve thread mentions on demand by @Copilot in #1480
- Fix second dialog not appearing when dialogs are shown sequentially by @Copilot in #1481
- Add localization by @Copilot in #1482
- Increase media asset URL hash length to eliminate collision risk with --reuse-media by @Copilot in #1485
- Fix duplicate threads causing a crash when exporting in parallel by @Copilot in #1486
- Fix standard emoji not rendering as Discord-style images by @Copilot in #1488
- Add option to reverse message order in exports by @Copilot in #1487
- Migrate to Centralized NuGet Package Management (CPM) by @Copilot in #1489
- Encrypt Discord token at rest in settings file (machine-bound) by @Copilot in #1491
- Cleanup: fix filename typo, replace AsyncNonKeyedLocker, drop WithIndex(), use ProcessStartInfo ctor arg by @Copilot in #1492
- Implement exporting for forwarded messages by @farley128 in #1451
- Double-clicking a channel auto-opens export setup by @Copilot in #1493
New Contributors
- @farley128 made their first contribution in #1451
Full Changelog: 2.46.1...2.47
2.46.1
What's Changed
- Fix crash when exporting multiple channels to drive root by @Tyrrrz in #1399
- Set application name to fix macOS app menu title by @Tyrrrz in #1405
- Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 in the actions group by @dependabot[bot] in #1409
- Bump the nuget group with 15 updates by @dependabot[bot] in #1408
- Bump the nuget group with 7 updates by @dependabot[bot] in #1417
- Bump the actions group with 3 updates by @dependabot[bot] in #1428
- Bump the nuget group with 12 updates by @dependabot[bot] in #1429
- Bump the actions group with 2 updates by @dependabot[bot] in #1430
- Bump the nuget group with 13 updates by @dependabot[bot] in #1431
- Bump the nuget group with 14 updates by @dependabot[bot] in #1441
- Bump the actions group with 2 updates by @dependabot[bot] in #1440
- Bump the actions group with 2 updates by @dependabot[bot] in #1446
- Bump the nuget group with 17 updates by @dependabot[bot] in #1445
- Fix token retrieval through console by @carcabot in #1402
- Fix filename sanitization for NTFS filesystems on non-Windows systems by @Copilot in #1455
- Preserve original URLs for proxied embed assets by @Copilot in #1456
- Bump the nuget group with 11 updates by @dependabot[bot] in #1458
- Bump the actions group with 5 updates by @dependabot[bot] in #1457
- Fix case-insensitive lookup for data package index file by @Copilot in #1460
- Bump the nuget group with 9 updates by @dependabot[bot] in #1468
- Bump the actions group with 2 updates by @dependabot[bot] in #1467
- Add file:// protocol to absolute asset paths in HTML exports by @Copilot in #1475
- Replace YouTube iframe embeds with clickable thumbnails by @Copilot in #1474
New Contributors
Full Changelog: 2.46...2.46.1
2.46
What's Changed
- Support
--include-threadsin theexportcommand 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
InvalidFileNameCharsto useFrozenSetinstead ofHashSetby @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-modifiedheader 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
%dtemplate token to CLI docs by @webcrawls in #1306 - Add info for
--filterin 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
ServicePointreferences/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