diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbb03b..f2aea6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Dangerzone 0.3.1 + +- Bug fix: Allow converting documents on different mounted filesystems than the container volume +- Bug fix: In GUI mode, don't always OCR document +- Bug fix: In macOS, fix "open with" Dangerzone so documents are automatically selected +- Windows: Change packaging to avoid anti-virus false positives + ## Dangerzone 0.3 - Removes the need for internet access by shipping the Dangerzone container image directly with the software diff --git a/README.md b/README.md index 9867fcd..413a7d8 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ _Read more about Dangerzone in the blog post [Dangerzone: Working With Suspiciou ## Getting started -- Download [Dangerzone 0.3 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.3/Dangerzone-0.3.dmg) -- Download [Dangerzone 0.3 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.3/Dangerzone-0.3.msi) +- Download [Dangerzone 0.3.1 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.3.1/Dangerzone-0.3.1.dmg) +- Download [Dangerzone 0.3.1 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.3.1/Dangerzone-0.3.1.msi) - See [installing Dangerzone](https://github.com/firstlookmedia/dangerzone/wiki/Installing-Dangerzone) on the wiki for Linux repositories You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone` diff --git a/pyproject.toml b/pyproject.toml index beaffac..5a1e4d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "dangerzone" -version = "0.3" -description = "Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF" +version = "0.3.1" +description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs" authors = ["Micah Lee "] license = "MIT" diff --git a/share/version.txt b/share/version.txt index be58634..9e11b32 100644 --- a/share/version.txt +++ b/share/version.txt @@ -1 +1 @@ -0.3 +0.3.1