From a9e3cb44c0dc15f9cc6030b8446636c63cc9e233 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 11 Jul 2024 10:52:18 -0400 Subject: [PATCH] Add webp support to changelog This was an indirect consequence of switching to bookworm, but let's explicitly flag it since it was a user-requested feature. Fixes #614. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index a58b153a..e88aa86c 100644 --- a/changelog.md +++ b/changelog.md @@ -31,6 +31,7 @@ in using SecureDrop Workstation, please reach out to us via the * Make our VMs internal, hiding their applications from the menu (#857, #1098) * Set all VMs `default_dispvm` to None except sd-app and verify that (#1068, #1084) * Move to Fedora 40 base system template (#1078) +* Support viewing `*.webp` images (#614) * Provisioning: * Set vm-config features for sd-app, sd-proxy, sd-whonix (#1001)