671 Commits
Author SHA1 Message Date
chylex a45f60b528 Update to .NET 9 2025-02-06 13:15:11 +01:00
chylex 62b97807b8 Update FUNDING.yml 2025-02-06 06:25:39 +01:00
chylex 0fff3e8eaf Add option to delete orphaned downloads
Closes #273
2025-02-03 12:29:09 +01:00
chylex 02b773db8f Handle uncaught exceptions in progress dialogs 2025-02-03 12:28:07 +01:00
chylex 261a583b50 Remove orphaned servers, channels, users, and attachments after removing messages 2025-02-03 12:28:07 +01:00
chylex 2ecb658e42 Reformat code 2025-02-03 12:28:07 +01:00
chylex 7a6dd23912 Add foreign keys to tables linked to messages 2025-02-03 12:28:07 +01:00
chylex 60761d80ab Fix showing wrong keyboard shortcut for opening dev tools on macOS 2025-01-15 03:47:57 +01:00
chylex e11db62015 Update Avalonia to 11.2.3 2024-12-31 10:30:18 +01:00
chylex bfac9b91d9 Release v44.0 v44.0 2024-12-31 09:23:17 +01:00
chylex 4215dc76f4 Add main menu button to check for updates
Closes #165
2024-12-31 08:58:56 +01:00
chylex 86adda610b Fix wrong reaction handling in messages with polls
Closes #259
2024-12-31 04:59:33 +01:00
chylex f1c4cd040e Tweak tracking script for easier debugging 2024-12-31 04:55:53 +01:00
chylex 737ab43ea4 Add option to hide previews while tracking and autoscrolling 2024-11-05 18:38:49 +01:00
chylex 0229c00259 Rewrite tracker to use Discord client functions instead of React properties 2024-10-23 02:01:23 +02:00
chylex 95361d2e01 Write downloads to temporary files to reduce blocking concurrent database accesses
References #168
2024-10-22 11:55:27 +02:00
chylex 5b7312109b Release v43.1 v43.1 2024-08-04 21:49:40 +02:00
chylex 9f1db9a662 Fix attachment migration error when database contains attachments for deleted messages
Closes #264
2024-08-04 21:47:34 +02:00
chylex d3e1bb901c Release v43.0 v43.0 2024-07-10 12:28:20 +02:00
chylex 9bd105f57e Update About page with a link to issue tracker and libraries 2024-07-10 12:28:20 +02:00
chylex e1eae393c3 Update SQLite provider to 8.0.7 (SQLite version 3.41.2) 2024-07-09 20:39:39 +02:00
chylex fbed74529d Update Avalonia to 11.0.11 2024-07-09 20:39:39 +02:00
chylex 8924aa7c06 Ask about automatic downloads when creating a new database 2024-07-09 20:39:39 +02:00
chylex 9738880ba7 Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
chylex 1700f99bf7 Rename database tables related to messages 2024-07-05 05:02:06 +02:00
chylex 84acf5f5d5 Fix error when tracking announcements with attachments across multiple channels
Closes #261
2024-07-04 21:56:23 +02:00
chylex ae56433836 Fix not updating download URLs and metadata when re-tracking messages with failed downloads 2024-07-01 05:45:36 +02:00
chylex c3d4fa5532 Release v42.1 v42.1 2024-05-09 00:08:15 +02:00
chylex a6225b9721 Hide user discriminators & fix places that still displayed usernames instead of display names
References #216
2024-05-09 00:04:31 +02:00
chylex 943163473a Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +02:00
chylex fa00df10d8 Fix viewer menu styling 2024-05-08 21:47:16 +02:00
chylex f54465e5fe Fix viewer compatibility with older browsers and (hopefully) Safari
Closes #260
2024-05-08 21:08:24 +02:00
chylex 2d55ca4013 Release v42.0 v42.0 2024-04-23 03:56:27 +02:00
chylex 0072e025f4 Fix broken links to image embeds in viewer 2024-04-21 20:55:06 +02:00
chylex 383ee5c90e Stream messages to viewer using JSON lines 2024-04-21 20:55:05 +02:00
chylex 2b1c178f49 Handle request cancellation in the integrated HTTP server 2024-04-21 18:48:19 +02:00
chylex 16d7e5a6f8 Serve viewer page and JSON data from the integrated HTTP server 2024-04-21 18:48:19 +02:00
chylex 052d24d1e7 Remove unused file library in Rider 2024-04-20 02:06:17 +02:00
chylex b058f1fb77 Update Rider code style and inspections 2024-04-20 02:06:17 +02:00
chylex d4da64a5ed Release v41.2 v41.2 2024-04-17 14:14:46 +02:00
chylex 8de309a6c4 Fix some Rider inspections and a typo 2024-04-17 14:13:33 +02:00
chylex de8d6a1e11 Stream downloaded files during database merges 2024-04-17 13:31:25 +02:00
chylex d79e6f53b4 Stream downloaded files from database directly into HTTP server responses 2024-04-17 13:31:25 +02:00
chylex 70c04fc986 Stream downloaded files directly into database 2024-04-17 13:31:24 +02:00
chylex c8d8d95daa Fix not rolling back database transactions after unhandled exceptions 2024-04-17 12:30:13 +02:00
chylex daafdbbfaf Prevent active downloads from timing out
Closes #256
2024-04-17 08:51:37 +02:00
chylex 07615de87a Fix download timeouts not marking the downloaded file as failed
References #256
2024-04-16 11:00:38 +02:00
chylex 7fdc19880e Add -concurrentdownloads program argument to configure number of concurrent download tasks
References #256
2024-04-16 10:50:50 +02:00
chylex 67b9c12843 Release v41.1 v41.1 2024-02-15 13:07:36 +01:00
chylex 9030a2f010 Update message timestamp processing for latest Discord update
Closes #249
2024-02-15 13:06:06 +01:00