Skip to content

Commit

Permalink
release 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinkler committed Nov 10, 2023
1 parent af3d17b commit d3da92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [0.42.0](https://github.com/mawinkler/astroweather/compare/v0.31.0...v0.42.0) ()
# [0.42.0](https://github.com/mawinkler/astroweather/compare/v0.31.0...v0.42.0) (2023-11-10)

### Fixes

- Fixed weired behaviour of rise and set calclations depending on the earth location.
- Fixed the Deep Sky Darkness calculation which was a tough one.
- Fixed errors at astronomical night and forecast visualization in the Lovelace card.

I spent hours on testing all the calculations for multiple geographic locations (Anchorage, Sydney, London and my location (nearby Munich)). All show a deviation of less than a couple of seconds compared to United States Naval Observatory. Please report any issues.
I spent hours on testing all the calculations for multiple geographic locations (Anchorage, Sydney, Chile, Namibia, and my location (nearby Munich)). All show a deviation of less than a couple of seconds compared to United States Naval Observatory. Please report any issues.

### Changes

Expand Down
2 changes: 1 addition & 1 deletion custom_components/astroweather/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/mawinkler/astroweather/issues",
"requirements": [
"pyastroweatherio==0.42.2.dev5"
"pyastroweatherio==0.42.2"
],
"version": "0.42.0"
}

0 comments on commit d3da92b

Please sign in to comment.