This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
18.02 RC2
·
2720 commits
to dev
since this release
Audio services startup, #1447
An error when loading the chromecast backend prevented all backends from loading. The backend loading code has been updated to be more tolerant against this kind of errors.
Do not sync NTP on desktop, #1444
Remove NTP sync on desktop installations where this is not needed, This increases boot speed with 15 seconds. We are very grateful to @zachwelch for providing this fix!
Handle repeating events better after hibernate, #1435
The repeating event would start triggering at 2 times per second if it falls behind the current time until it catches up. This occurs for example after hibernation. This is resolved by never allowing the next sceduled time to be in the future. Big thanks to @roadriverrail for noticing and helping find a solution.