Skip to content

Releases: fbchat-dev/fbchat

v.1.3.0

30 Jan 16:24
Compare
Choose a tag to compare

fetchThreadMessages and listen can now parse audio files/attachments, and give them back as AudioAttachment objects, see #254

v1.2.1

08 Jan 20:58
Compare
Choose a tag to compare

Fixes #240, small backwards-compatablitity issue when sending images

v1.2.0

02 Jan 12:44
Compare
Choose a tag to compare

Added onTyping, see #237.
Fixed setTypingStatus on group chats.
Fixed some attachment parsing.

v1.1.3

15 Dec 22:51
Compare
Choose a tag to compare

Fixed errors on unknown genders

v1.1.2

10 Dec 19:12
Compare
Choose a tag to compare

Fixed #233
Fixed error when recieving share attachments

v1.1.1

21 Oct 17:03
Compare
Choose a tag to compare

Removed copyright icon from README.rst, fixing #219

v1.1.0

21 Oct 17:00
Compare
Choose a tag to compare
  • Deprecated sendMessage and sendEmoji in favor of send
  • Integrated attachment support when retrieving messages
  • Added @mention support, partial credit to @svaikstude
  • Added eventReminder function, credit to @svaikstude
  • Fixed problems with default mutable arguments, credit to @ekohilas
  • Started work on messenger rooms, credit to @ekohilas
  • Updated tests
  • General cleanup