Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ddgromit/hangups

Tags

v0.4.9

Toggle v0.4.9's commit message
Version 0.4.9

* fix loading events by event id with Conversation.get_events

v0.4.8

Toggle v0.4.8's commit message
Version 0.4.8

* set device name to "hangups" when authenticating
* fix snap package build

v0.4.7

Toggle v0.4.7's commit message
Version 0.4.7

* add manual login option
* publish tests in package
* add participant watermarks to conversation objects and UI
* improve hyperlink detection
* fix issue with loading conversion history
* bump aiohttp requirement to >=3.3

v0.4.6

Toggle v0.4.6's commit message
Version 0.4.6

* raise maximum supported protobuf version
* choose 2FA method automatically when several methods are available

v0.4.5

Toggle v0.4.5's commit message
Version 0.4.5

* raise minimum Python version to 3.5.3
* add support for Python 3.7
* improve markup parsing
* fix crash on event for unloaded conversion
* add compatibility with aiohttp 3

v0.4.4

Toggle v0.4.4's commit message
Version 0.4.4

* fix error when updating read timestamp for empty conversation
* fix HTTP client resource management issue
* add alternate up/down keybindings
* add terminal bell notification method
* add --notification-type option, deprecate --disable-notifications
* fix exception propagation issues in UI

v0.4.3

Toggle v0.4.3's commit message
Version 0.4.3

* fix presence notifications
* add max_retries and retry_backoff_base params to Client constructor
* add return_uploaded_image parameter to Client.upload_image
* upgrade aiohttp requirement
* improve handling of missing/unknown conversations
* add protos for sending map locations
* fix timeout for long polling request
* improve connection resource handling

v0.4.2

Toggle v0.4.2's commit message
Version 0.4.2

* add hangups.Client.modify_otr_status
* add hangups.OTREvent
* add msg_text_self attribute to colour scheme
* add developer guide documentation
* improve example code
* add Python 3.6 support
* remove Python 3.3 support
* scrolling list of messages now moves the cursor and highlights the selected message
* all conversations are loaded instead of the most recent 100

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