Skip to content

Releases: kshetline/aw-clock

v2.12.0

07 Dec 03:32
0781eda
Compare
Choose a tag to compare
  • 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

21 Aug 07:37
5d78d5b
Compare
Choose a tag to compare

Fix js-cookie import.

v2.11.0_nu

20 Aug 17:08
9b37ca4
Compare
Choose a tag to compare

Improved design for 3-D printed monitor stand.

v2.10.1

24 Jun 00:48
fb4388d
Compare
Choose a tag to compare
  • 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

16 May 16:27
ae4b4ac
Compare
Choose a tag to compare
  • 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

26 Apr 19:51
424ac0e
Compare
Choose a tag to compare
  • 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

15 Mar 16:44
6a58594
Compare
Choose a tag to compare

Better identify Raspberry Pi hardware. (A Raspberry Pi model 3B (no plus) was not being recognized.)

v2.9.1

08 Mar 06:06
fc06cc1
Compare
Choose a tag to compare
  • 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

02 Mar 01:42
c55b2fa
Compare
Choose a tag to compare
  • Fix minimist build issue.
  • Minor dependency updates to fix Safari bug.
  • Better detect node-sass build errors.

v2.8.4

27 Feb 20:09
dadb717
Compare
Choose a tag to compare
  • 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.