Skip to content

Commit

Permalink
Merge pull request #2312 from freedomofpress/backport-0.14.0-changelog
Browse files Browse the repository at this point in the history
Backport 0.14.0 changelog
  • Loading branch information
cfm authored Dec 3, 2024
2 parents 7b27ddd + 6ba7606 commit 7f7f60e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
23 changes: 22 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.14.0

* Add support for selecting and deleting multiple sources (#2208, #2188, #2230, #2252, #2293, #2299, #2300)
* Use builtin `venv` module instead of `virtualenv` (#2246)
* Improve logging of API failures (#2245)
* Improve client keyboard shortcuts handling (#2209)
* Fix client crash when a source with an in-progress download is deleted (#2217)
* Improve exception handling for download failures (#2275, #2276)
* Add French language support (#2283)
* Updated multiple dependencies (#2253, #2267, #2214, #2210, #2211)

* Internal and development
* Switch securedrop-client package Architecture to "any" (#2178)
* Have `run.sh` automatically emit full debug logs (#2198)
* Have `make build-debs` print tag signature, if any (#2205)
* Upgrade Rust toolchain to 1.81.0 (#2215)
* Fixes to SD test cassettes (#2225)
* Re-enable `ruff` for files in proxy/ (#2234)
* Don't have CI cancel GitHub merge queue jobs (#2235)
* Updated multiple dependencies (#2280, #2181, #2183)

## 0.13.2

* Don't let Range header persist into other requests (#2195)
Expand All @@ -12,7 +33,7 @@
* 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)
* 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)

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.14.0-rc1"
__version__ = "0.15.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.14.0~rc1) unstable; urgency=medium
securedrop-client (0.15.0~rc1) unstable; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Wed, 04 Sep 2024 18:05:10 -0400
-- SecureDrop Team <securedrop@freedom.press> Mon, 25 Nov 2024 10:14:59 -0500

securedrop-client (0.14.0) unstable; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Wed, 20 Nov 2024 09:44:33 -0500

securedrop-client (0.13.2) 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.14.0-rc1"
__version__ = "0.15.0-rc1"

0 comments on commit 7f7f60e

Please sign in to comment.