Releases: kshetline/aw-clock
Releases · kshetline/aw-clock
v2.12.0
- Added optional Visual Crossing weather service.
- Removed soon-to-be-discontinued Dark Sky weather service.
- Added ability to use a pool of multiple NTP servers.
- Added client option for choosing from among available weather services (if API keys have been provided to make more than one service available).
v2.11.2
v2.11.0_nu
Improved design for 3-D printed monitor stand.
v2.10.1
- Fixed a build error caused by an npm library update.
- Fixed missing Update button in Settings dialog when an update is available.
- Made GPS time-sync indicator less strict.
- Added NTP-sync indicator to show if your system clock is NTP-synced when GPS sync is gone.
Note: Because the Update button was broken, this update must be manually installed.
v2.10.0
- Added option to display wind speed in knots, in combination with either imperial or metric units.
- Fixed build error possibly triggered by some unknown security update.
- Fixed possible out-of-memory error during installation on Raspberry Pi with only 1 GB RAM.
- Fixed Settings dialog layout when indoor/outdoor temperature options are disabled.
v2.9.3
- Moved settings button into lower right corner.
- Improved retrieval and display of ΔTAI/ΔUT1.
- Fix browser Reload button.
- Provided option to disable kiosk mode for auto-start browser.
- Server stability improvements.
- Reduce calls to Google geocoding API.
- Cleaned up circular code references.
v2.9.2
v2.9.1
- 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.
v2.8.5
v2.8.4
- Updated timezones to 2021a, with new ability to update timezones automatically, while running.
- New marquee weather summary.
- For touchscreens made it easier to tap on the settings button without accidentally triggering the weather service website.
- Yet another attempt to fix a pesky, hard-to-track-down, impossible-to-reproduce bug where weather forecasts mysteriously stop updating until you reboot.
- Fix build issues related to minimist and node-sass.