Releases: caarmen/weather-slack-profile-photo
Releases · caarmen/weather-slack-profile-photo
v0.1.0 - support weatherapi
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
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
- Add code checks in PR builds by @caarmen in #13
- Roll back pydantic to 1.x. by @caarmen in #14
- Upgrade to pydantic 2. by @caarmen in #15
- Issue #11: Add weatherapi support by @caarmen in #12
Full Changelog: v0.0.10...v0.1.0
0.0.10 - more weather images
What's Changed
Full Changelog: v0.0.9...v0.0.10
0.0.9 - bug fixes
0.0.8 - Configure multiple slack accounts in a toml file
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.
7933f3e Add a small buffer when scheduling based on sunrise/sunset.
0.0.6 - Fix some sunrise/sunset calculations
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`
2f21fc4 : Correct CMD
in Dockerfile
0.0.4: Support day/night mode
0.0.3 - Rotated images
0.0.2 - Improve documentation and caching
Full Changelog: v0.0.1...v0.0.2