Releases: fbchat-dev/fbchat
Releases · fbchat-dev/fbchat
v1.4.0
29 Aug 22:27
Compare
Sorry, something went wrong.
No results found
Added support for plans (previously event reminders)
Added support for polls
Added support for sending all types of attachments
Added support for group admin management
Improved test suite
Lots of other small features
Added methods changeGroupImageLocal, changeGroupImageRemote, createGroup, searchForMessageIDs, searchForMessages, search, fetchMessageInfo, fetchPollOptions, fetchPlanInfo, wave, sendRemoteFiles, sendLocalFiles, addGroupAdmins, removeGroupAdmins, changeGroupApprovalMode, acceptUsersToGroup, denyUsersFromGroup, createPlan, editPlan, deletePlan, changePlanParticipation, createPoll, updatePollVote, blockUser, unblockUser, moveThreads, deleteThreads, markAsSpam, deleteMessages, muteThread, muteThreadReactions, muteThreadMentions, onImageChange, onAdminAdded, onAdminRemoved, onApprovalModeChange, onGamePlayed, onCallStarted, onCallEnded, onUserJoinedCall, onPollCreated, onPollVoted, onPlanCreated, onPlanEnded, onPlanEdited, onPlanDeleted and onPlanParticipation
Added models Poll, PollOption and Plan
Countless fixes, see #318 , #317 , #316 , #311 , #307 and #306 for more info
v1.3.9
20 Jun 14:47
Compare
Sorry, something went wrong.
No results found
Added removeFriend method, #298
Removed lxml from dependencies, #301
Moved configuration to setup.cfg instead of setup.py
v1.3.8
16 Jun 23:11
Compare
Sorry, something went wrong.
No results found
Fixed onTyping, #295
Fixed changeThreadColor with MESSENGER_BLUE
v1.3.7
18 May 15:48
Compare
Sorry, something went wrong.
No results found
Improved login speed / efficiency, #288 & #287
Fixed fetching users with fetchThreadList, #286
Fixed fetching threads when their color were the default MESSENGER_BLUE, #290
v1.3.6
21 Mar 09:06
Compare
Sorry, something went wrong.
No results found
Properly fixed markAsRead, @gave92 reminded me that I forgot to change the True to 'true' when removing encode_params
v.1.3.5
19 Mar 20:30
Compare
Sorry, something went wrong.
No results found
Fix markAsRead and fetchUnread; fixes #261
Added the ssl_verify instance variable, which allows disabling SSL varification for proxies
See #269
v1.3.4
05 Mar 21:14
Compare
Sorry, something went wrong.
No results found
Minor fix for searchFor. See comments on #266
v.1.3.3
05 Mar 21:13
Compare
Sorry, something went wrong.
No results found
Fix ThreadLocation to work with new GraphQL, #265
Handle last_message_timestamp in searchForX, #266
Removed duplicates from setup.py, #267
v1.3.2
18 Feb 21:43
Compare
Sorry, something went wrong.
No results found
fetchThreadList is updated with a GraphQL implementation, fixes #241
v1.3.1
07 Feb 10:32
Compare
Sorry, something went wrong.
No results found
Restored onFriendRequest functionality, fixes #232