DiscordChatExporter/DiscordChatExporter.Gui
Kornelius Rohrschneider da3bcefbb9
Added UI options to enable the existing export search
The setting on whether the existing export search is enabled or not has been made configurable in both the CLI and the GUI (instead of being hardcoded):
- A search-existing-exports option has been added to all CLI export commands, which enables the existing export search for the respective command.
- A Search for existing exports option has been added to the GUI settings, which enables the existing export search for exports.

Additionally, there have been several minor improvements:
- The ConsoleProgressLogger has been fixed to interpolate given messages (previously, the square brackets in the default export file names could cause an exception).
- The names of existing channel exports in log messages have been enclosed by quotation marks.
- The setting on how to handle existing export files has been renamed from prev-export / Previous Export to export-exists / Export Exists.
2025-10-30 01:40:59 +01:00
..
Converters Add a setting to control whether to respect advisory rate limits (#1342) 2025-05-12 19:52:47 +03:00
Framework Added existing export search 2025-10-30 00:04:37 +01:00
Models Format stuff 2024-10-26 21:41:16 +03:00
Services Added UI options to enable the existing export search 2025-10-30 01:40:59 +01:00
Utils Invert WatchProperty(...) methods' watchInitialValue 2024-07-19 02:01:00 +03:00
ViewModels Added UI options to enable the existing export search 2025-10-30 01:40:59 +01:00
Views Added UI options to enable the existing export search 2025-10-30 01:40:59 +01:00
App.axaml Set application name to fix macOS app menu title (#1405) 2025-06-26 00:35:32 +03:00
App.axaml.cs Remove obsolete/no-op ServicePoint references/calls (#1314) 2024-11-06 20:55:04 +02:00
DiscordChatExporter.Gui.csproj Add default to PublishMacOSBundle to avoid error when publishing without extra args 2025-10-04 04:25:40 +03:00
Program.cs Warn when using development build (#1248) 2024-06-01 00:58:24 +03:00
Publish-MacOSBundle.ps1 $ErrorActionPreference 2025-05-11 01:33:43 +03:00