Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 1.31 KB

0.4.0

  • Add possibility to specificy a Coingecko API key, in case paid APIs are used. If no API key is specified, free APIs will be used.

0.3.5

  • Fix replying to commands in topics

0.3.4

  • Fix usage in channels

0.3.3

  • Add new line for markdown delimiters
  • Prevent crash if some data is not available

0.3.2

  • Prevent crash if cannot connect to an X display (MacOS/Linux)

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.3

  • Bot can now work in channels

0.2.2

  • Handle anonymous user case when executing a command

0.2.1

  • Project re-organized into folders
  • Add command for showing bot version

0.2.0

  • Add possibility to specify a starting hour for price 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 pricebot_ 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

  • Add typing to class members
  • Fix mypy errors

0.1.1

  • Minor bug fixes

0.1.0

First release