mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Version bump to 0.3.1 and update changelog
This commit is contained in:
parent
ccb5d85afa
commit
17e1121e57
4 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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 <micah.lee@theintercept.com>"]
|
||||
license = "MIT"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.3
|
||||
0.3.1
|
||||
|
|
Loading…
Reference in a new issue