Skip to content

Commit

Permalink
Release 1.1.0 with fixes to server-side changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dequis committed Mar 29, 2017
1 parent af132a8 commit 797b620
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
bitlbee-facebook-1.1.0 (2017-01-29):
- Fix connection errors after facebook discontinued support for old versions
of facebook messenger for android. While most of the protocol implementation
was already above that version, there was a subtle change that broke fetching
of sync_sequence_id, and the previously empty MQTT user agent string is now
considered an old version too (#138)
- Fix receiving topic/groupchat membership events (#119)
- Fix creating channels, inviting, kicking members (#120)
- Fix setting channel topics (#121)
- Fix contacts pagination for accounts with more than 500 friends (#74)
- Fix chats with only two members including self, like the Marketplace ones
- Fix crash on some kinds of SSL connection failure (#82)
- Fix crash when glib is compiled with G_ENABLE_DEBUG
- Deduplicate echoes of sent messages (#76)
- Set a non-empty HTTP user agent for api/graphql queries, since the empty
user agent often gets flagged for suspicious activity (#108)
- Prevent disconnections due to contacts with incomplete profiles (#89)
- Prevent disconnections on invalid attachment errors (#73)
- Prevent disconnections when trying to join a chat after being kicked (#244)
- Use FetchContactsDeltaQuery to incrementally sync contacts. Uses less
traffic, can be done more often and fixes issues with non-friends (#116)
- Parse URL attachments generated by the android share feature (#97)
- Add `mark_read_reply` setting to only mark messages as read on reply (#69)
- Add support for the bitlbee 3.5 plugin information API (bitlbee 3.4 is
still supported by this version, but will be dropped in the next one)
- Improve url comparison to avoid showing urls twice on attachments

bitlbee-facebook-1.0.0 (2016-01-16):
- Initial release
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

AC_INIT(
[bitlbee-facebook],
[1.0.0],
[1.1.0],
[https://github.com/bitlbee/bitlbee-facebook/issues],
[bitlbee-facebook],
[https://github.com/bitlbee/bitlbee-facebook],
Expand Down

0 comments on commit 797b620

Please sign in to comment.