You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,26 @@
3
3
Changelog
4
4
=========
5
5
6
+
****************
7
+
Version 3.11.0
8
+
****************
9
+
10
+
Twitch
11
+
------
12
+
13
+
- Added missing field `emote_mode` to response of :const:`~twitchAPI.twitch.Twitch.get_chat_settings()` and :const:`~twitchAPI.twitch.Twitch.update_chat_settings()` (https://github.com/Teekeks/pyTwitchAPI/issues/234)
14
+
15
+
Chat
16
+
----
17
+
18
+
- Fixed timing based `AttributeError: 'NoneType' object has no attribute 'get'` in NoticeEvent during reconnect
19
+
- Ensured that only Chat Messages will ever be parsed as chat commands
20
+
- Added functionality to set per channel based prefixes (https://github.com/Teekeks/pyTwitchAPI/issues/229):
21
+
22
+
- :const:`~twitchAPI.chat.Chat.set_channel_prefix()` to set a custom prefix for the given channel(s)
23
+
- :const:`~twitchAPI.chat.Chat.reset_channel_prefix()` to remove a custom set prefix for the given channel(s)
0 commit comments