1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-11-25 05:42:45 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
935f11d736
Make database schema upgrades asynchronous 2023-12-30 12:27:44 +01:00
f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +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
095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01:00
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
bbc734ba9b
Track dimensions of image attachments 2022-07-18 21:09:20 +02:00
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
ab7f5d0a41
Add SQLite connection pooling and fix not releasing file lock after closing database
Closes #167
2022-03-13 13:50:26 +01:00
563c644f48
Fix new databases containing columns that were removed in an earlier commit 2022-03-12 18:12:30 +01:00
1ed26a16ea
Add more performance logging to the app 2022-03-06 15:49:44 +01:00
e420add646
Split edit timestamps and message reply ids to separate tables to reduce database size 2022-03-06 15:11:23 +01:00
6f1149ad5e
Add utilities to simplify working with SQLite 2022-03-05 22:58:47 +01:00
4dc781b35c
Address Rider inspections 2022-02-21 22:27:29 +01:00
e9e8c95a19
Add feature to merge multiple database files into one 2021-11-27 20:50:01 +01:00
73bf16a21e
Add support for tracking threads (app) 2021-08-15 15:43:12 +02:00
ab7b3532fc
Build a DHT app for desktop 2021-06-19 10:40:34 +02:00