Commit Graph

564 Commits

Author SHA1 Message Date
chylex ef3e34066a
Release v40.0 2023-12-31 20:18:24 +01:00
chylex 37374eeb18
Migrate ConfigureAwait to Task.Run 2023-12-31 20:18:08 +01:00
chylex 23ddb45a0d
Make opening/saving viewer asynchronous 2023-12-31 20:18:08 +01:00
chylex 9904a711f7
Make database connection pool asynchronous 2023-12-31 19:47:28 +01:00
chylex d5720c8758
Code cleanup 2023-12-31 19:44:44 +01:00
chylex 89161e14b1
Increase default window size slightly 2023-12-31 16:54:14 +01:00
chylex 9d208b026c
Synchronize publishing downloaded items to UI 2023-12-31 16:51:33 +01:00
chylex 119649ef9b
Optimize rendering of download statistics table 2023-12-31 15:33:00 +01:00
chylex 0bc6232da7
Convert database events to reactive 2023-12-31 14:42:03 +01:00
chylex de266473c5
Migrate models to a custom version of MVVM Community Toolkit 2023-12-31 14:42:03 +01:00
chylex e0f359c15b
Fix wrong attachment download progress information after re-enqueueing items 2023-12-30 12:27:44 +01:00
chylex 935f11d736
Make database schema upgrades asynchronous 2023-12-30 12:27:44 +01:00
chylex f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
chylex edea3470df
Set C# language version to 12 2023-12-28 20:34:45 +01:00
chylex 031d521402
Convert attachment download events to reactive 2023-12-28 17:33:30 +01:00
chylex 0131f8cb50
Refactor integrated server management 2023-12-28 17:33:30 +01:00
chylex 3bf5acfa65
Fix trailing spaces Rider generates in code 2023-12-27 08:22:23 +01:00
chylex f603c861c5
Encapsulate server-side state and ensure graceful shutdown when closing main window 2023-12-27 08:22:23 +01:00
chylex d2934f4d6a
Update user agent of downloader 2023-12-25 09:36:14 +01:00
chylex 567253d147
Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
chylex aa6555990c
Fix throwing exceptions in UI binding converters 2023-12-25 07:04:31 +01:00
chylex 3d9d6a454a
Remove unnecessary ASP.NET features 2023-12-23 13:47:33 +01:00
chylex ee39780928
Rewrite token authorization checks in integrated server 2023-12-23 13:47:31 +01:00
chylex 7b58f973a0
Disable ASP.NET logging and use custom logging for request duration 2023-12-23 11:19:54 +01:00
chylex 93fe018343
Add -console argument to show a console on Windows 2023-12-23 08:46:43 +01:00
chylex 4f5e27f651
Release v39.1 2023-12-22 16:31:11 +01:00
chylex cbf81ec95a
Fix missing JSON source generator when parsing integrated server requests 2023-12-22 16:31:11 +01:00
chylex 8a80cb8c20
Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
chylex 865deb356a
Fix progress dialog not propagating exceptions from its task 2023-12-22 14:47:55 +01:00
chylex 069ab97196
Disable reflection-based JSON serialization 2023-12-22 05:54:24 +01:00
chylex caab038eaa
Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
chylex fb837374fc
Enable single file compression and disable unnecessary .NET features 2023-12-22 02:30:24 +01:00
chylex 65d935cca1
Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
chylex 6e64c86d7a
Optimize viewer JSON export using source generators 2023-12-21 08:29:07 +01:00
chylex 8aeb590bb3
Release v39.0 2023-12-21 05:18:01 +01:00
chylex 8dc1adc9f0
Fix viewer converting underscores to italics even when not at the end of a word 2023-12-21 05:09:55 +01:00
chylex 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
chylex ef59fd992e
Reword "Do Nothing" option in autoscroll settings to improve clarity 2023-12-21 04:27:24 +01:00
chylex d044627fac
Reduce delay in tracker for responding to new messages 2023-12-21 04:27:24 +01:00
chylex a624745602
Force light theme in Avalonia 2023-12-21 04:24:12 +01:00
chylex 6da3c185e5
Update Avalonia to 11.0.6 2023-12-21 04:24:01 +01:00
chylex d4d14cab97
Update Rider project configuration files 2023-12-21 00:55:19 +01:00
chylex 095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01:00
chylex d01f9ed218
Rewrite detection of newly loaded messages 2023-12-20 13:19:11 +01:00
chylex dd6f121059
Fix not seeing messages after a Discord update
Closes #240
2023-12-20 10:51:14 +01:00
chylex 8bba33d815
Update SQLite provider to 8.0.0 (SQLite version 3.41.2) 2023-12-20 10:42:17 +01:00
chylex 9eab8ac92a
Update README section on distribution 2023-11-24 13:47:53 +01:00
chylex fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
chylex 7392987165
Remove unused argument in tracker script
Closes #235
2023-11-23 05:22:33 +01:00
chylex 492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01:00