Skip to content

Releases: DaveL17/Fantastic-Weather

Bug Fix and Minor Revisions

06 May 11:36
Compare
Choose a tag to compare

v2022.0.6

  • Minor edit to Config UI dialog.
  • Fixes minor bug that appended pressure units to UV index in forecast emails.

v2022.0.5

  • Improves handling of precip_type when payload returns None.

Final Release 2

25 Apr 10:35
Compare
Choose a tag to compare
  • Updates plugin_defaults.py to remove reference to Dark Sky API lookup.
  • Updates core API URL to reflect the new endpoint https://api.pirateweather.net.

Final Release

01 Apr 14:24
Compare
Choose a tag to compare

The Dark Sky API is dead and support for the Fantastic Weather Plugin is ended. This final release switches the plugin to work with the Pirate Weather API. More information on Pirate Weather can be found in the plugin forum.

  • Switches the plugin API to Pirate Weather.
  • Adds foundation for API 3.1.

Updates for Indigo 2022.1

10 May 22:30
Compare
Choose a tag to compare

Updates plugin for Indigo 2022.1 and Python 3.

  • Includes 'pytz' module (to support Python 3).
  • Standardizes Indigo method implementation.

Bug Fixes

06 Oct 20:32
Compare
Choose a tag to compare
  • Fixes bug where email forecast can send "Not available" for the precipitation type.
  • Addresses situation where Dark Sky does not provide the 'x-forecast-api-calls' payload key.

Bumps Version Number

27 Jul 10:42
Compare
Choose a tag to compare

Bumps version number to force release sync.

Refinements

27 Jun 11:12
Compare
Choose a tag to compare
  • Includes deprecation warning in startup logging.
  • Improves macOS audit logic.
  • Code refinements

Bug Fix and Maintenance

18 Jun 20:50
Compare
Choose a tag to compare
  • Fixes bug in macOS audit logic.
  • Implements Constants.py
  • Code refinements.

Bug Fix

01 Feb 20:25
Compare
Choose a tag to compare

Better handling of errors raised by r.requests.raise_for_status().

Logging Refinements

13 Nov 00:20
Compare
Choose a tag to compare

v1.0.10

  • Removes traceback logging for requests timeout.

v1.0.09

  • Additional trap for satellite image retrieval timeout.