File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0
2+
3+ - Add support for _ pyrogram_ version 2 (version 1 still supported)
4+
5+ # 0.2.4
6+
7+ - Bot can now work in channels
8+
9+ # 0.2.3
10+
11+ - Handle anonymous user case when executing a command
12+
13+ # 0.2.2
14+
15+ - Add command for showing bot version
16+
17+ # 0.2.1
18+
19+ - Project re-organized into folders
20+
21+ # 0.2.0
22+
23+ - Add possibility to specify a starting hour for message tasks
24+
25+ # 0.1.5
26+
27+ - Add single handlers for message updates, to avoid being notified of each single message sent in groups
28+
29+ # 0.1.4
30+
31+ - Rename commands by adding the ` msgbot_ ` prefix, to avoid conflicts with other bots
32+
33+ # 0.1.3
34+
35+ - Add configuration files for _ flake8_ and prospector
36+ - Fix all _ flake8_ warnings
37+ - Fix the vast majority of _ prospector_ warnings
38+ - Remove all star imports (` import * ` )
39+
40+ # 0.1.2
41+
42+ - Fix wrong imports
43+ - Add typing to class members
44+ - Fix _ mypy_ errors
45+
46+ # 0.1.1
47+
48+ - Minor bug fixes
49+
50+ # 0.1.0
51+
52+ First release
You can’t perform that action at this time.
0 commit comments