General
- Copying the tracking script now only copies a one-line snippet that loads the full tracking script from the app
- Updated attachment downloading to support new Discord CDN links
- Rewritten detection of when messages are loaded, which should improve reliability and eliminate spuriously skipping to the next channel
- Fixed not setting messages after a Discord update
- Fixed not storing channel topic and position if the channel is in a category
- Fixed viewer converting underscores to italics incorrectly
- Fixed broken app UI when the OS is set to dark theme
- Reworded the "Do Nothing" option in autoscroll settings
Technical
- The URL in the one-line tracking script supports the
debug
parameter, which adds a breakpoint for debugginghttp://127.0.0.1:50000/get-tracking-script?token=<token>&debug
- Updated .NET to 8.0.100
- Updated Avalonia to 11.0.6
- Updated SQLite provider to 8.0.0 (SQLite version 3.41.2)