Skip to content

v2.9.1

Choose a tag to compare

@kshetline kshetline released this 08 Mar 06:06
· 72 commits to master since this release
fc06cc1
  • 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.