Skip to content

Commit

Permalink
Merge pull request #2187 from freedomofpress/backport-changelog-0.13.1
Browse files Browse the repository at this point in the history
Backport changelog 0.13.1, bump version on main
  • Loading branch information
rocodes committed Aug 28, 2024
2 parents b557d1d + a8030ac commit 7b7a0dd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion client/securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0-rc1"
__version__ = "0.14.0-rc1"
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 25 Jul 2024 20:45:40 -0400
-- SecureDrop Team <[email protected]> Wed, 28 Aug 2024 09:40:34 -0400

securedrop-client (0.13.1) unstable; urgency=medium

* see changelog.md

-- SecureDrop Team <[email protected]> Tue, 27 Aug 2024 13:16:31 -0400

securedrop-client (0.12.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion export/securedrop_export/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0-rc1"
__version__ = "0.14.0-rc1"

0 comments on commit 7b7a0dd

Please sign in to comment.