1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-08-16 01:31:40 +02:00

30 Commits

Author SHA1 Message Date
57e2f9ed80 Add SQLite library version to the Debug tab 2025-06-17 07:54:40 +02:00
0176fa5d53 Improve error logging 2025-06-17 07:15:35 +02:00
38f79dee7d Replace CommunityToolkit.Mvvm with PropertyChanged.SourceGenerator 2025-03-18 13:55:32 +01:00
fa17d0e224 Fix exception handling in progress dialogs 2025-03-17 17:27:12 +01:00
fb9b31175c Add option to use a separate database file for downloads when creating a new database 2025-03-16 17:16:51 +01:00
0fff3e8eaf Add option to delete orphaned downloads
Closes #273
2025-02-03 12:29:09 +01:00
2ecb658e42 Reformat code 2025-02-03 12:28:07 +01:00
e11db62015 Update Avalonia to 11.2.3 2024-12-31 10:30:18 +01:00
4215dc76f4 Add main menu button to check for updates
Closes #165
2024-12-31 08:58:56 +01:00
8924aa7c06 Ask about automatic downloads when creating a new database 2024-07-09 20:39:39 +02:00
9738880ba7 Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
2c1e5a7603 Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
4929a19397 Fix button to retry failed downloads & show error if downloads fail to start 2024-01-01 16:25:32 +01:00
c9e50e1a80 Refactor database schema upgrades 2024-01-01 09:29:32 +01:00
de266473c5 Migrate models to a custom version of MVVM Community Toolkit 2023-12-31 14:42:03 +01:00
f64141e768 Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
0131f8cb50 Refactor integrated server management 2023-12-28 17:33:30 +01:00
f603c861c5 Encapsulate server-side state and ensure graceful shutdown when closing main window 2023-12-27 08:22:23 +01:00
567253d147 Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
8a80cb8c20 Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
65d935cca1 Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
bd7904b88e Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
610516de1f Update file dialogs and hide overwrite prompt when opening database files
Closes #198
2023-07-17 23:11:41 +02:00
3a6b83e0ba Update to Avalonia 11 2023-07-17 23:11:41 +02:00
6b54a80be1 Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
86acef1a22 Add option to Advanced tab to vacuum the database 2022-03-21 14:18:21 +01:00
9341988017 Add debug tab with random database data generator 2022-03-20 23:11:38 +01:00
c03e2d328d Fix redundant XAML 2022-03-20 20:43:43 +01:00
a5e8366f1b Redesign status bar in the app 2022-03-17 20:38:25 +01:00
bb5634adc4 Move screens to a different namespace 2022-03-15 12:55:27 +01:00