Chat-exporter

Latest version: v2.8.1

Safety actively analyzes 685507 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 21

2.44

What's Changed
* Strip symbols by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1242
* Bump the actions group with 6 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1246
* Bump the nuget group with 3 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1247
* Warn when using development build by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1248
* Remove unnecessary prefixes from CLI docs by LostXOR in https://github.com/Tyrrrz/DiscordChatExporter/pull/1254
* Bump the nuget group with 7 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1255
* Bump the actions group with 2 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1256
* Bump the nuget group with 8 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1268
* Bump the actions group with 4 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1267
* Limit recursion depth in markdown parser to prevent stack overflow by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1273
* Bump AsyncKeyedLock to 7.0.1 by MarkCiliaVincenti in https://github.com/Tyrrrz/DiscordChatExporter/pull/1276
* Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the actions group by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1282
* Bump the nuget group with 9 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1283
* Add missing tzdata package to docker build by andrewlow in https://github.com/Tyrrrz/DiscordChatExporter/pull/1296
* Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1303
* Bump the nuget group with 8 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1302
* Add `%d` template token to CLI docs by webcrawls in https://github.com/Tyrrrz/DiscordChatExporter/pull/1306
* Add info for `--filter` in CLI docs by LostXOR in https://github.com/Tyrrrz/DiscordChatExporter/pull/1310
* Bump the nuget group with 7 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1313
* Bump the actions group with 5 updates by dependabot in https://github.com/Tyrrrz/DiscordChatExporter/pull/1312
* Include inline emoji in JSON export by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1311
* Remove obsolete/no-op `ServicePoint` references/calls by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1314

New Contributors
* dependabot made their first contribution in https://github.com/Tyrrrz/DiscordChatExporter/pull/1246
* andrewlow made their first contribution in https://github.com/Tyrrrz/DiscordChatExporter/pull/1296
* webcrawls made their first contribution in https://github.com/Tyrrrz/DiscordChatExporter/pull/1306

**Full Changelog**: https://github.com/Tyrrrz/DiscordChatExporter/compare/2.43.3...2.44

2.43.3

What's Changed
* Fix `--partition` and `--filter` options not working due to assembly trimming by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1240


**Full Changelog**: https://github.com/Tyrrrz/DiscordChatExporter/compare/2.43.2...2.43.3

2.43.2

What's Changed
* Publish trimmed builds by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1235


**Full Changelog**: https://github.com/Tyrrrz/DiscordChatExporter/compare/2.43.1...2.43.2

2.43.1

What's Changed
* Set correct file permissions for Linux/OSX release assets by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1223
* Improve documentation by LostXOR in https://github.com/Tyrrrz/DiscordChatExporter/pull/1225
* Skip invalid reactions instead of crashing by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1227
* Use a 3-way theme switcher instead of a 2-way switcher by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1233
* Use self-contained builds by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1224


**Full Changelog**: https://github.com/Tyrrrz/DiscordChatExporter/compare/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) or `dotnet DiscordChatExporter.Cli.dll` (CLI).
* You may need to run `chmod +x DiscordChatExporter` or `chmod +x DiscordChatExporter.Cli` after downloading on Linux/macOS, this should be fixed in the next release.
* Note that the `DiscordChatExporter.zip` asset is equivalent to `DiscordChatExporter.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 https://github.com/Tyrrrz/DiscordChatExporter/pull/1213
* Switched from SemaphoreSlim lock to AsyncNonKeyedLocker by MarkCiliaVincenti in https://github.com/Tyrrrz/DiscordChatExporter/pull/1184
* Migrate to Avalonia by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1220
* Make the GUI x-platform and adapt the CI/CD pipeline to accommodate that by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1222

New Contributors
* xs2237 made their first contribution in https://github.com/Tyrrrz/DiscordChatExporter/pull/1213

**Full Changelog**: https://github.com/Tyrrrz/DiscordChatExporter/compare/2.42.9...2.43

2.42.9

What's Changed
* Add `DiscordChatExporter.Cli.sh` for simpler usage from shell by Tyrrrz in https://github.com/Tyrrrz/DiscordChatExporter/pull/1205


**Full Changelog**: https://github.com/Tyrrrz/DiscordChatExporter/compare/2.42.8...2.42.9

Page 1 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.