v1.0 Beta 7
Pre-release
Pre-release
Sparronator9999
released this
13 Jan 20:13
·
6 commits
to main
since this release
An optimisation/bugfix update this time around.
Summary of changes since v1.0 Beta 6:
- Various small bug fixes:
- Fix crash that could occur when attempting to log a null string
- Fix the "service not responding" message that appears in the config editor not being persistent
- Revert to using
net
for service start/stop sincesc
doesn't wait for services to finish starting.- This causes issues if the YAMDCC service crashes during startup
- Detect if the YAMDCC service is running before attempting to stop it during an update
- Don't restart the YAMDCC service was not running before an update
- Replace Octokit and Markdig with Newtonsoft.Json and Marked.NET respectively (saves ~1 MB)
- Roll our own API code for YAMDCC updates instead of relying on Octokit (made possible with Newtonsoft.Json)
- Several optimisations across all YAMDCC projects
Click here for the full changelog.
Please keep reporting any bugs you find to the issue tracker to ensure the actual v1.0 release is as stable and bug-free as possible.