From 2e3e3842dffd5bdb087e4fef1397b5e9ca1b88a4 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 24 Apr 2024 13:23:31 +0300 Subject: [PATCH] Add entries to changelog for 0.6.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3891c..30a6efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,22 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or ## Unreleased +## Dangerzone 0.6.1 + ### Added - Platform support: Ubuntu 24.04 and Fedora 40 ([issue #762](https://github.com/freedomofpress/dangerzone/issues/762)) +### Fixed + +- Make OCR work again in Qubes Fedora 38 templates ([issue #737](https://github.com/freedomofpress/dangerzone/issues/737)) +- Make .svg / .bmp files selectable when browsing files via the Dangerzone GUI ([#722](https://github.com/freedomofpress/dangerzone/pull/722)) + +### Changed + +- Use the newest reimplementation of the PyMuPDF rendering enging (`fitz`) ([issue #700](https://github.com/freedomofpress/dangerzone/issues/700)) +- Development: Build Dangerzone using the latest Wix 3.14 release ([#746](https://github.com/freedomofpress/dangerzone/pull/746) + ## Dangerzone 0.6.0 ### Added