Skip to content

Commit

Permalink
Merge pull request #1532 from freedomofpress/changelog
Browse files Browse the repository at this point in the history
chore: update version and changelog for v0.8.0
  • Loading branch information
sssoleileraaa committed Jul 6, 2022
2 parents 2691c35 + 0066acb commit d10633c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
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

0 comments on commit d10633c

Please sign in to comment.