Releases: fbchat-dev/fbchat
Releases · fbchat-dev/fbchat
v1.7.0
- Removed / privatized a lot of undocumented functionality, which might break some users application if they were relying on those (hence the minor version bump). See #432 for further reasoning
- Add
Client.forwardAttachment
andMessage.forwarded
attribute, see #420 - Fix parsing subattachments with no target, see #412
- Lots of other refactoring, aka. work on the transition towards v2
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
Thanks a lot to @kapi2289 and @2FWAH!
- Add
getUserActiveStatus
,onBuddylistOverlay
andsetActiveStatus
methods, andActiveStatus
model, see #338 - Add
fetchThreads
andfetchAllUsersFromThreads
, see #300 - Add
Message.formatMentions
, see #325 - Add
QuickReply
models, which is stored inMessage.quick_replies
, and which is possible to respond to withquickReply
method, see #342 - Add
getPhoneNumbers
,getEmails
, to fetch the user's own phone number and email, see #342
v1.5.0
- Added extensible attachments, see #333, thanks a lot to @kapi2289!
- New attachments -
ShareAttachment
,LocationAttachment
andLiveLocationAttachment
- Detection of these attachments -
.onLiveLocation
- Sending these attachments -
sendLocation
andsendPinnedLocation
- Fetching these attachments in
.fetchThreadMessages
- Detecting blocking/unblocking -
.onBlock
and.onUnblock
- Un-reacting to messages -
.reactToMessage(message_id, None)
- Detecting reactions -
.onReactionAdded
and.onReactionRemoved
- Sending voice clips -
.sendRemoteVoiceClips
and.sendLocalVoiceClips
- Unsending messages -
.unsend
- Detecting unsent messages -
.onMessageUnsent
andMessage.unsent
- New attachments -
- Increased default limit on
searchForX
, see #366 - Automatically extend enumerators, see #371