Skip to content
Version 0.2.7
* add simplified markdown and html formatting parser for ChatMessageSegment
* update dependencies
* add conversation menu (ctrl+u) to allow renaming conversations
* add Conversation.rename method
* add lock to Conversation.send_message to prevent messages from being sent out
  of order
* add build_user_list function to construct UserList with fewer unknown users
* make the conversation picker update in real time
* add image_id parameter to Conversation.send_message method to allow sending
  images
* send messages with expected OTR history status
* don't open tab or notify for quieted conversations
* add Conversation.is_quiet property
* add Client.createconversation and Client.adduser
* add support for http proxies