Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

securedrop-client 0.2.0 #1083

Merged
merged 1 commit into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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