Skip to content

Commit

Permalink
securedrop-client 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed May 28, 2020
1 parent 409db11 commit ba0f23d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.2.0

* Improve error handling when conversation items fail to decrypt (#1059).
* Enable copy/paste in SpeechBubble (#1063).
* Clear clipboard after login (#1071).
* Disable context menu on SpeechBubble (#1065).
* Rely on SDK default for most requests (#1056).
* Increase metadata sync timeout (#1055).
* Minimize number of database queries during sync (#1037, #1036).
* Defer source key import until reply (#1035).
* Speed up update_replies (#1046).
* Download items for most recently active sources first (#1043).
* Align source name and preview (#1044).
* Align file name and print button (#1045).
* Add utils.chronometer for measuring block execution time (#1034).
* Log intended folders instead of empty strings (#1069).
* Use looping animation for metadata sync (#1057).
* Use securedrop-sdk version 0.1.0 (#1076).
* Update PyYAML to 5.3.1 (#1041).
* Use pytest fixtures for functional tests (#1067).
* Bugfix: Remove leading and trailing whitespace from messages (#1058).

## 0.1.6

* Fix truncation and alignment issues in conversation view (#1029).
Expand Down
2 changes: 1 addition & 1 deletion securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.6'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="securedrop-client",
version="0.1.6",
version="0.2.0",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit ba0f23d

Please sign in to comment.