General
- Added support for showing downloaded attachments via "Open Viewer"
- The app must stay open for this to work
- Support for exporting downloaded attachments via "Save Viewer" will come later
- Added tracking of dimensions of image attachments
- Like embeds, attachments with known dimensions will no longer cause the Viewer pages to jump while loading
- Added support for Discord PTB & Canary (PR #196 by @Matojeje)
- The table in the Attachments tab now shows one decimal place for MB / GB / TB units
- Fixed detection of images in the viewer when the URL includes a query
- Fixed tracker overlaying part of Discord
Technical
- Updated Avalonia to 0.10.16
- Updated SQLite provider to 6.0.7 (SQLite version 3.35.5)
- Updated JetBrains Annotations to 2022.1.0
- Reduced the chance of livelocks caused by exhausting the SQLite connection pool and being unable to release the connection (for real this time)