General
- Redesigned the user interface
- Some options were moved to a new "Advanced" tab
- Added support for opening archive files directly with the app
- In Windows Explorer, you can use "Open With", or associate the
.dht
extension with the app
- In Windows Explorer, you can use "Open With", or associate the
- Fixed errors when running multiple tracking scripts on the same database
- Fixed not detecting some types of text channels when switching to next channel
- Fixed ignoring setting for reaching the first message in a channel, if no new messages were saved
- Fixed switching to next channel in DMs after a recent Discord update broke it
- Fixed stalling on empty channels
Technical
- Updated Avalonia to 0.10.13
- Updated SQLite to 3.35.0
- Changed database schema to significantly reduce how much space messages take
- Fixed not releasing lock on database file after clicking "Close Database"
- Fixed several memory leaks
- Fixed not resetting console colors after logging
- Added
-debug
command line argument to enable detailed logs - Other minor fixes and improvements