diff --git a/changelog.md b/changelog.md index 9e417ed8a..536ddbac7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,16 @@ # Changelog +## 0.13.1 + +* Ensure accurate mimetype detection of Office files, add additional sample files to integration tests (#2184) +* Support direct printing of image types supported by `cups` (#2174) +* Broaden printing support to all filetypes supported by LibreOffice (#2166) +* Display an error message if user tries to print an unprintable file type (#2166) +* Use single PrintDialog GUI element for all print actions (#2143) +* Remove unused _from_string methods from SDK (#2144) +* Update build toolchain and `setuptools` for CVE-2024-6345 (#2136, [securedrop-builder#501](https://github.com/freedomofpress/securedrop-builder/pull/501)) +* Update `ruff` to 0.5.4 (#2138) + ## 0.12.0 * Support viewing .heic and .avif files (#2110) diff --git a/client/securedrop_client/__init__.py b/client/securedrop_client/__init__.py index d0caa0099..8ad8ffb45 100644 --- a/client/securedrop_client/__init__.py +++ b/client/securedrop_client/__init__.py @@ -1 +1 @@ -__version__ = "0.13.0-rc1" +__version__ = "0.14.0-rc1" diff --git a/debian/changelog b/debian/changelog index 5ad8d8296..cbf59456e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -securedrop-client (0.13.0~rc1) unstable; urgency=medium +securedrop-client (0.14.0~rc1) unstable; urgency=medium * see changelog.md - -- SecureDrop Team Thu, 25 Jul 2024 20:45:40 -0400 + -- SecureDrop Team Wed, 28 Aug 2024 09:40:34 -0400 + +securedrop-client (0.13.1) unstable; urgency=medium + + * see changelog.md + + -- SecureDrop Team Tue, 27 Aug 2024 13:16:31 -0400 securedrop-client (0.12.0) unstable; urgency=medium diff --git a/export/securedrop_export/__init__.py b/export/securedrop_export/__init__.py index d0caa0099..8ad8ffb45 100644 --- a/export/securedrop_export/__init__.py +++ b/export/securedrop_export/__init__.py @@ -1 +1 @@ -__version__ = "0.13.0-rc1" +__version__ = "0.14.0-rc1"