Skip to content

Tags: Terrance-forks/hangups

Tags

v0.4.1

Toggle v0.4.1's commit message
Version 0.4.1

* fix 403 forbidden request error

v0.4.0

Toggle v0.4.0's commit message
Version 0.4.0

* replace broken login method with new one
* make various proto file improvements
* fix issue with parsing configuration file on Python 3.5
* prevent showing yourself as typing in UI
* add support for group link sharing APIs
* add emoticon to emoji conversion
* fix hang in non-UTF-8 locales

v0.3.6

Toggle v0.3.6's commit message
Version 0.3.6

* add discreet notification option
* update Dockerfile to use non-root user
* add Client.get_suggested_entities method
* add check to abort if outdated urwid package is installed
* add text for ongoing hangout events in UI
* add suggested_contacts and lookup_entities examples
* make various proto file updates

v0.3.5

Toggle v0.3.5's commit message
Version 0.3.5

* fix phone_number message in DeliveryMedium protobuf

v0.3.4

Toggle v0.3.4's commit message
Version 0.3.4

* add Client.send_offnetwork_invitation API
* improve performance of ChunkParser
* remove hangups.javascript
* improve handling of Google Voice contact names

v0.3.3

Toggle v0.3.3's commit message
Version 0.3.3

* fix UI hang when loading some conversations
* add support for displaying call events
* add image_user_id argument to Conversation.send_message

v0.3.2

Toggle v0.3.2's commit message
Version 0.3.2

* fix image uploads

v0.3.1

Toggle v0.3.1's commit message
Version 0.3.1

* add default config file
* add --time-format and --date-format options
* add support for multi-line pastes via bracketed paste mode
* add options for setting colours
* upgrade urwid dependency to 1.3.1

v0.3.0

Toggle v0.3.0's commit message
Version 0.3.0

* replace schema module with Protocol Buffers
* refactor Client request methods to use Protocol Buffer arguments
* add Python 3.5 support
* add alternate up/down keybindings
* show date on separate line in message list UI
* refactor chat initialization process
* add support for sending Google Voice SMS messages
* fix messages getting displayed repeatedly in the UI
* refactor Channel class to be more generic
* add protocol documentation generated from proto file

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