You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added Daylight Saving Time spring-forward/fall-back animation.
Fixed some build issues caused by Node.js version 14 not being reliable on Raspberry Pi systems with less than 2 GB RAM — Node.js 12 used on these systems now instead.
Removed dependency on node-sass for basic installation, which was often the source of build problems. (If you are trying to modify the code as a developer, node-sass is still needed in the development process, but is now decoupled from deployment.)
Updated build script to allow user, when in interactive mode, to use they up-arrow key to back up to previous prompts.
Try to deal more gracefully with issues caused by polkit possibly disallowing the build script to shut down weatherService.
Allow releases to be published which don't trigger automatic software updates.