Skip to content

Releases: caarmen/weather-slack-profile-photo

v0.1.0 - support weatherapi

03 Feb 14:33
3cf2f0d
Compare
Choose a tag to compare

Weatherapi.com support

This release brings support for the weatherapi: https://www.weatherapi.com/

To configure weatherapi, add a section as follows in your config.toml:

[weatherprovider]
name="weatherapi"
api_key="xxxx"

Weatherstack migration

⚠️ Note that this release introduces a breaking change for the config.toml file.

Now, instead of a weatherstack section, there's a weatherprovider section.
To keep using weatherstack, follow this migration:

Previously:

[weatherstack]
api_key="xxxx"

Now:

[weatherprovider]
name="weatherstack"
api_key="xxxx"

PRs

Full Changelog: v0.0.10...v0.1.0

0.0.10 - more weather images

10 Jun 13:40
5730d42
Compare
Choose a tag to compare

What's Changed

  • Add weather images for more weather codes. by @caarmen in #10

Full Changelog: v0.0.9...v0.0.10

0.0.9 - bug fixes

03 Jun 20:36
4179bad
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @caarmen in #7
  • Log the weather code we retrieve. by @caarmen in #8
  • Fix the calculation of sunrise/sunset for regions quite west to utc. by @caarmen in #9

Full Changelog: v0.0.8...v0.0.9

0.0.8 - Configure multiple slack accounts in a toml file

20 May 19:25
97925bc
Compare
Choose a tag to compare

What's Changed

  • Read config.toml file instead of .env file. by @caarmen in #5
  • Support multiple slack accounts by @caarmen in #6

Full Changelog: v0.0.7...v0.0.8

0.0.7 - Add a small buffer when scheduling based on sunrise/sunset.

19 May 16:57
7933f3e
Compare
Choose a tag to compare

7933f3e Add a small buffer when scheduling based on sunrise/sunset.

0.0.6 - Fix some sunrise/sunset calculations

19 May 16:43
d075ffe
Compare
Choose a tag to compare

Full Changelog: v0.0.5...v0.0.6

  • Fix calculation of "time until next sunrise", for when it's between midnight and sunrise.
  • Do a profile update when the sun sets, even if it's before the normal scheduled interval.

0.0.5 - Fix `Dockerfile`

19 May 16:21
2f21fc4
Compare
Choose a tag to compare

2f21fc4 : Correct CMD in Dockerfile

0.0.4: Support day/night mode

19 May 16:14
169e694
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

0.0.3 - Rotated images

18 May 18:42
209c7d2
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @BoD made their first contribution in #1

Full Changelog: v0.0.2...v0.0.3

0.0.2 - Improve documentation and caching

18 May 18:29
4cc0010
Compare
Choose a tag to compare