Skip to content

Releases: dmbaranov/CoopWeatherBot

3.19.1

04 Sep 16:24
Compare
Choose a tag to compare

Other changes

  • Made hero job time dynamic;
  • Deleted users can no longer be queried in DB;
  • Switched to the latest model for Conversator;

3.19.0

14 Jul 19:56
Compare
Choose a tag to compare

Other changes

  • Accordion Poll module it no longer tightly coupled with Telegram platform;
  • Other kind of polls can be implemented for all platforms;

3.18.2

23 Jun 12:26
Compare
Choose a tag to compare

Bugfixes

  • Users with Do not disturb status for Discord platform are now saved as online users for Discord Hero job;

Other changes

  • Improved handling for commands that require other users;

3.18.1

11 May 08:45
Compare
Choose a tag to compare

Bugfixes

  • Fixed hero job time and stats message generation;

3.18.0

10 May 18:00
Compare
Choose a tag to compare

New features

  • Herojob stats. All the hero occurrences are now saved. Most famous heroes are visible to everyone when the job runs;

3.17.0

07 May 19:18
Compare
Choose a tag to compare

Massive refactoring of how modules are built and used. This PR is a part of effort to upgrade major version.

Other changes

  • Added clear separation between core modules and other bot modules, refactored the way they are being used;
  • Reverted previously disabled inline YouTube search for Telegram platform;

3.16.1

10 Mar 18:50
Compare
Choose a tag to compare

Bugfixes

  • Fixed logging in production mode;

3.16.0

10 Mar 14:58
Compare
Choose a tag to compare

Other changes

  • Added logger for different environments to monitor actions within bot;
  • Small refactoring here and there;

3.15.0

21 Feb 19:05
Compare
Choose a tag to compare

Other changes

  • Use env variables to determine bot platform;

3.14.1

20 Feb 21:19
Compare
Choose a tag to compare

Other changes

  • Updated models for Conversator;
  • Improved exceptions handling;

Bugfixes

  • Fixed command parameters parsing for Discord platform;