Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

69 lines (38 loc) · 1.07 KB

0.3.4

  • Update Python versions

0.3.3

  • Fix replying to commands in topics

0.3.2

  • Fix usage in channels

0.3.1

  • Fix some mypy and prospector warnings
  • Add configuration for isort and run it on project

0.3.0

  • Add support for pyrogram version 2 (version 1 still supported)

0.2.4

  • Bot can now work in channels

0.2.3

  • Handle anonymous user case when executing a command

0.2.2

  • Add command for showing bot version

0.2.1

  • Project re-organized into folders

0.2.0

  • Add possibility to specify a starting hour for message tasks

0.1.5

  • Add single handlers for message updates, to avoid being notified of each single message sent in groups

0.1.4

  • Rename commands by adding the msgbot_ prefix, to avoid conflicts with other bots

0.1.3

  • Add configuration files for flake8 and prospector
  • Fix all flake8 warnings
  • Fix the vast majority of prospector warnings
  • Remove all star imports (import *)

0.1.2

  • Fix wrong imports
  • Add typing to class members
  • Fix mypy errors

0.1.1

  • Minor bug fixes

0.1.0

First release