-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
49 lines (33 loc) · 1.15 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
v0.0.1
Initial release.
v0.0.2
1. Added bot registration/deletion and bot domain registration function.
2. The following functions have been added to the message sending function of the Talk Bot API.
- Image
- Link
- Sticker
- Button template
3. Action Objects and Quick Reply have also been added.
Other bug fixes.
v0.0.3
The following features have been added to the TalkBotApi class:
- Talk Bot Fix
- Talk Bot List Inquiry
- Displaying Talk Bot Details
- Fix talk bot domain publishing settings
- Talk Bot Domain Removal
- Bot Talk Room Member List Inquiry
- Leaving the Bot
- Send a message (list template)
v0.0.5
Added pycryptodome to needs to solve " ModuleNotFoundError: No module named 'Crypto' ".
v0.0.6
- JWT generation/electronic signature simplified by pyJWT.
- To make it more available, we have not specified a account_id or room_id when generating talk Bot instances.
- Improved readability of the code.
- Other bug fixes.
v0.0.7 - v0.0.12
Bug fix.
v0.1.0
- Japaneseization of README.
- The default for keyword arguments bot_no in the constructor of the TalkBotApi class has been set to None.