Releases: rin-gil/open-weather-bot
Releases · rin-gil/open-weather-bot
OpenWeatherBot v1.2.2
What's Changed
- Update pylint requirement from ~=2.15.8 to ~=2.15.9 by @dependabot in #5
- Update aiosqlite requirement from ~=0.17.0 to ~=0.18.0 by @dependabot in #7
- Update aiohttp requirement from ~=3.8.3 to ~=3.8.4 by @dependabot in #11
- Update mypy requirement from ~=0.991 to ~=1.0 by @dependabot in #12
- Revert "Update mypy requirement from ~=0.991 to ~=1.0" by @rin-gil in #13
New Contributors
Full Changelog: v1.2.1...v1.2.2
OpenWeatherBot v1.2.1
- Some minor changes
OpenWeatherBot v1.2.0
OpenWeatherBot v1.1.1-bugfix
- Fixed the time display - now the time of the current weather forecast, sunset and sunrise is shown as a local time of the city
OpenWeatherBot v1.1.0
- Localization replaced by i18n, used in aiogram
- Rewritten code, added type hintings
OpenWeatherBot v1.0.2
- Added localization for bot commands menu
- Added dew point calculation
- Replaced scheduler with APScheduler
- Changed weather update schedule
OpenWeatherBot v1.0.1-bugfix
bugfix
OpenWeatherBot v1.0.0
First release