Releases: fbchat-dev/fbchat
Releases · fbchat-dev/fbchat
v2.0.0a5
- Fix usages of "now" throughout the code
- Maybe fix #582
- Show errors in English while logging in
v1.9.7
Fix loading sessions using the new UI, see #586, thanks to @qwertyuu
v2.0.0a4
- Fix
Client.fetch_image_url
in some cases, see 18a3ffb
- Fix
Client.mark_as_(un)read
- Fix a few examples, thanks to @smilexs4
- Fix a few things in 2FA flow
- Fix login logic a bit
v2.0.0a3
- Use messenger.com urls instead of facebook.com, see #413
- Fix logging in (hopefully)
- Fix errors in examples, thanks to @xaadu
v2.0.0a1
The first alpha release for the upcoming v2
release
v1.9.6
Fix MQTT listener not receiving events after being offline for too long
v1.9.5
Add Client.onPendingMessage
, see #512
v1.9.3
Fix MQTT JSON decoding in Python 3.4 / 3.5