Skip to content

Releases: rin-gil/open-weather-bot

OpenWeatherBot v1.2.2

07 Apr 22:14
Compare
Choose a tag to compare

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

16 Dec 06:28
Compare
Choose a tag to compare
  • Some minor changes

OpenWeatherBot v1.2.0

OpenWeatherBot v1.1.1-bugfix

30 Nov 20:32
Compare
Choose a tag to compare
  • 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

30 Nov 00:28
Compare
Choose a tag to compare
  • Localization replaced by i18n, used in aiogram
  • Rewritten code, added type hintings

OpenWeatherBot v1.0.2

12 Nov 09:15
Compare
Choose a tag to compare
  • Added localization for bot commands menu
  • Added dew point calculation
  • Replaced scheduler with APScheduler
  • Changed weather update schedule

OpenWeatherBot v1.0.1-bugfix

11 Nov 07:18
Compare
Choose a tag to compare

OpenWeatherBot v1.0.0

10 Nov 20:26
Compare
Choose a tag to compare

First release