Skip to content

Commit

Permalink
Update version to 0.0.12, create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Jan 18, 2020
1 parent 40c0e5e commit d1880d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.0.12

* Use revised VM names `sd-app` (was `sd-svs`), `sd-devices`
(was `sd-export-usb`) and `sd-viewer` (was `sd-svs-disp`) throughout
the application. Part of a workstation-wide VM rename operation described
in https://github.com/freedomofpress/securedrop-workstation/issues/285
* Add a preview snippet for sources (#135)
* Add a show/hide password feature on the login screen (#659)
* Disable sync icon during active sync (#388)
* Add keyboard shortcuts for sending replies (#606)
* Add hover states for UI elements (#591)

## 0.0.11

* Add apparmor profile (#673)
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.0.11'
__version__ = '0.0.12'
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.0.11",
version="0.0.12",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit d1880d7

Please sign in to comment.