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

chore: update version and changelog for v0.8.0 #1532

Merged
merged 1 commit into from
Jul 6, 2022
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
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.8.0
* Drop historical versions of database schema (#1517)
* Replace "show/hide passphrase" widget with checkbox to increase accessibility (#1430)
* Remove enclosing directory when all submissions have been deleted for a source (#1475)
* Support Debian Bullseye (#1494, #1511, #1528)
* Support Qubes 4.1 (#1495, #1530)
* Allow translations to be enabled/disabled per language (#1497, #1527)
* Handle terminating threads cleanly (#1512, #1518, #1519)
* (Dev) Add tooling for visualizing the codebase (#1484)
* (Dev) Refactor export and print dialogs for maintainability (#1492, #1498, #1502, #1501)
* (Dev) Refactor signals according to Qt best practices (#1508)
* (Dev) Prevent intermittent tests suite errors (#1515)
* (Dev) Decouple database tests from models (#1517)
* (Dev) Support development on Debian Bullseye (#1496)

## 0.7.0
* Clear global mouse selection after login (#1477)
* Update securedrop-sdk from version 0.3.2 to 0.4.0 (#1466)
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.7.0"
__version__ = "0.8.0"
2 changes: 1 addition & 1 deletion securedrop_client/locale/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SecureDrop Client 0.7.0\n"
"Project-Id-Version: SecureDrop Client 0.8.0\n"
"Report-Msgid-Bugs-To: securedrop@freedom.press\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Expand Down
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.7.0",
version="0.8.0",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Workstation client application",
Expand Down