Skip to content

Tags: fortiZde/hangups

Tags

v0.2.10

Toggle v0.2.10's commit message
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

v0.2.9

Toggle v0.2.9's commit message
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

v0.2.8

Toggle v0.2.8's commit message
Version 0.2.8

* switch to OAuth login method
* add option -n to disable desktop notifications
* reduce logging at default log level

v0.2.7

Toggle v0.2.7's commit message
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

v0.2.6

Toggle v0.2.6's commit message
Version 0.2.6

* fix installation with pip 6.0+

v0.2.5

Toggle v0.2.5's commit message
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

v0.2.4

Toggle v0.2.4's commit message
Version 0.2.4

* add fixes for Hangouts API changes
* don't let the quit key set client as active

v0.2.3

Toggle v0.2.3's commit message
Version 0.2.3

* hide archived conversations by default
* implement scrollback message loading
* add method of leaving conversations
* add method for sending typing notifications

v0.2.2

Toggle v0.2.2's commit message
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

v0.2.1

Toggle v0.2.1's commit message
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