You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.2.10
* improve help text
* add readline-like editing in message input box
* fix crash while video hangout is in progress
* add Docker installation method
Version 0.2.9
* fix channel error handling when server disconnects
* add low and high-level APIs for setting conversation notification level
* fix URL parsing hang
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
Version 0.2.5
* fix hangouts api changes
* improve login reliability
* set terminal title on startup
* add support for configuration files
* show datestamps in message list
Version 0.2.2
* reduce frequency of disconnections by updating persistence cookie
* allow closing conversation tabs
* add docs
* show number of unread messages in conversation picker
* synchronize unread message counts with server
* recognize URLs when sending messages
* fix duplicate messages in newly-opened tabs
* show temporary messages in the status line
Version 0.2.1
* switch to using fork of urwid as a dependency to allow easy installation with pip
* add Client.update_read_timestamp method to mark messages as read