Skip to content

Commit 2261c94

Browse files
committed
Create CHANGELOG.md
1 parent 6e707d5 commit 2261c94

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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

0 commit comments

Comments
 (0)