Releases: dmbaranov/CoopWeatherBot
Releases · dmbaranov/CoopWeatherBot
3.19.1
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
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
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
Bugfixes
- Fixed hero job time and stats message generation;
3.18.0
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
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
Bugfixes
- Fixed logging in production mode;
3.16.0
Other changes
- Added logger for different environments to monitor actions within bot;
- Small refactoring here and there;
3.15.0
Other changes
- Use env variables to determine bot platform;
3.14.1
Other changes
- Updated models for Conversator;
- Improved exceptions handling;
Bugfixes
- Fixed command parameters parsing for Discord platform;