This is still a major work in progress and not all changes made are here described yet!
[0.9.0]
This has been a major refactoring with many unit and integration tests added to ensure stability.
This means you will have to empty the config folder before installing to ensure proper workings.
Added
- Per server configurable download speed limit (See server settings > Server Configuration)
- German UI language (Thanks to (Padso4tw)[https://github.com/padso4tw])
Changed
- Removed batch commands from the download page, these were not working and overcomplicated things too much.
- Migrated projected to .NET 6, brings many performance improvements
- Added a loading icon to the button when checking the server status in the server configuration
Fixed
- Fixed the opening of the server settings not defaulting back to its first tab
- Fixed the download progress not updating after a while due to SignalR disconnects
- Fixed the retrieval of the ServerStatus not working when a timeout happens.
- Fixed the notifications not always being shown and updated correctly when an error happens.
- Fixed the download confirmation window not hiding after clicking confirm #122