1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-02-22 14:45:58 +01:00
Commit Graph

628 Commits

Author SHA1 Message Date
ddf70b02e7
Fix not storing channel topic and position if the channel is in a category
Closes #232
2023-12-21 04:49:19 +01:00
ef59fd992e
Reword "Do Nothing" option in autoscroll settings to improve clarity 2023-12-21 04:27:24 +01:00
d044627fac
Reduce delay in tracker for responding to new messages 2023-12-21 04:27:24 +01:00
a624745602
Force light theme in Avalonia 2023-12-21 04:24:12 +01:00
6da3c185e5
Update Avalonia to 11.0.6 2023-12-21 04:24:01 +01:00
d4d14cab97
Update Rider project configuration files 2023-12-21 00:55:19 +01:00
095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01:00
d01f9ed218
Rewrite detection of newly loaded messages 2023-12-20 13:19:11 +01:00
dd6f121059
Fix not seeing messages after a Discord update
Closes #240
2023-12-20 10:51:14 +01:00
8bba33d815
Update SQLite provider to 8.0.0 (SQLite version 3.41.2) 2023-12-20 10:42:17 +01:00
9eab8ac92a
Update README section on distribution 2023-11-24 13:47:53 +01:00
fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
7392987165
Remove unused argument in tracker script
Closes #235
2023-11-23 05:22:33 +01:00
492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01:00
d35280a6a6
Release v38.0 2023-10-29 06:42:45 +01:00
ae8a34f938
Log error when reading Discord settings fails 2023-10-29 06:42:45 +01:00
18f5823f2a
Fix not seeing messages after a Discord update
Closes #226
2023-10-29 06:42:45 +01:00
37640c97b0
Update to Avalonia 11.0.5 2023-10-29 06:38:26 +01:00
3cc5c75c48
Fix JSON serialization not working in release builds 2023-10-29 06:38:26 +01:00
2424a8ac8d
Fix UI freezing due to attachment download statistics being updated on the wrong thread 2023-07-18 18:56:34 +02:00
e7705587c2
Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
3db599e901
Update to .NET 8 2023-07-18 15:56:15 +02:00
69a68b463c
Update JetBrains.Annotations to 2023.2.0 2023-07-18 15:54:13 +02:00
b2389dd521
Update SQLite provider to 7.0.9 2023-07-18 15:54:13 +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
22958536e7
Update Avalonia to 0.10.18 & SQLite provider to 6.0.10 2022-10-22 00:17:48 +02:00
4db8c302d8
Release v37.2 2022-10-07 14:40:37 +02:00
7e7d140957
Fix server name detection after a Discord update
Closes #204
2022-10-07 14:35:30 +02:00
8c68438fbb
Release v37.1 2022-07-18 22:06:05 +02:00
f625a39b4d
Update SQLite provider to 6.0.7 (SQLite version 3.35.5) 2022-07-18 21:51:19 +02:00
7fd644449c
Update JetBrains.Annotations to 2022.1.0 2022-07-18 21:43:45 +02:00
e4a09515b0
Update Avalonia to 0.10.16 2022-07-18 21:29:07 +02:00
9ac9f2246f
Fix DHT tracker overlaying part of Discord 2022-07-18 21:20:49 +02:00
bbc734ba9b
Track dimensions of image attachments 2022-07-18 21:09:20 +02:00
6837b05b0d
Fix missing ToArray call when serializing message reactions to JSON 2022-07-18 21:00:36 +02:00
c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
739e87c5ab
Add one decimal place to MB/GB/TB in the table in the Attachments tab 2022-07-18 20:19:51 +02:00
d463b407f4
Fix code for reducing chance of SQLite connection pool livelocks 2022-07-18 20:13:05 +02:00
cd418f4871
Fix viewer image detection and file name parsing when the URL includes a query 2022-07-18 20:13:05 +02:00
176a81e055 Reformat list of allowed origins in CORS 2022-07-15 01:34:08 +02:00
Matojeje
1cf3e76644 Add CORS for Canary and PTB 2022-07-15 01:34:08 +02:00
33f5ab7cce
Release v37.0 2022-06-18 14:00:15 +02:00
b9a5664740
Fix not seeing messages after a Discord update
Closes #189
2022-06-18 13:59:29 +02:00
845ac1b0fa
Release v36.2 (beta) 2022-06-06 17:08:37 +02:00
1bead42a0e
Improve error handling and reporting when extracting message data 2022-06-06 17:05:20 +02:00
8f1c91b2cc
Fix not formatting single underscores as italics in the viewer
Closes #142
2022-06-04 22:13:16 +02:00
9ae5ece24b
Fix negative numbers & exception with very large numbers in attachment size limit 2022-06-04 21:55:55 +02:00
053ab5b091
Fix exception & wrong download statistics when multiple attachments have the same URL 2022-06-04 21:47:34 +02:00