mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Version bump to 0.1.5 and update changelog
This commit is contained in:
parent
bd0d3c661d
commit
4450146028
4 changed files with 19 additions and 15 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,22 +1,26 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## dangerzone 0.1.4
|
## Dangerzone 0.1.5
|
||||||
|
|
||||||
|
- Add support for macOS Big Sur
|
||||||
|
|
||||||
|
## Dangerzone 0.1.4
|
||||||
|
|
||||||
- Suppress confusing stderr output, and fix bug when converting specific documents
|
- Suppress confusing stderr output, and fix bug when converting specific documents
|
||||||
- Switch from PyQt5 to PySide2
|
- Switch from PyQt5 to PySide2
|
||||||
- Improve Windows and Mac packaging
|
- Improve Windows and Mac packaging
|
||||||
- Add support for Fedora 32
|
- Add support for Fedora 32
|
||||||
|
|
||||||
## dangerzone 0.1.3
|
## Dangerzone 0.1.3
|
||||||
|
|
||||||
- Add support for Ubuntu 20.04 LTS (#79)
|
- Add support for Ubuntu 20.04 LTS (#79)
|
||||||
- Prevent crash in macOS if specific PDF viewers are installed (#75)
|
- Prevent crash in macOS if specific PDF viewers are installed (#75)
|
||||||
|
|
||||||
## dangerzone 0.1.2 (Linux only)
|
## Dangerzone 0.1.2 (Linux only)
|
||||||
|
|
||||||
- Add support for Ubuntu 18.04 LTS
|
- Add support for Ubuntu 18.04 LTS
|
||||||
|
|
||||||
## dangerzone 0.1.1
|
## Dangerzone 0.1.1
|
||||||
|
|
||||||
- Fix macOS bug that caused a crash on versions earlier than Catalina
|
- Fix macOS bug that caused a crash on versions earlier than Catalina
|
||||||
- Fix macOS app bundle ODF extensions (`.ods .odt`)
|
- Fix macOS app bundle ODF extensions (`.ods .odt`)
|
||||||
|
@ -26,6 +30,6 @@
|
||||||
- Allow opening `.docm` files
|
- Allow opening `.docm` files
|
||||||
- Allow using a custom container for testing
|
- Allow using a custom container for testing
|
||||||
|
|
||||||
## dangerzone 0.1
|
## Dangerzone 0.1
|
||||||
|
|
||||||
- First release
|
- First release
|
16
README.md
16
README.md
|
@ -1,27 +1,27 @@
|
||||||
# dangerzone
|
# Dangerzone
|
||||||
|
|
||||||
Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.
|
Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Dangerzone works like this: You give it a document that you don't know if you can trust (for example, an email attachment). Inside of a sandbox, dangerzone converts the document to a PDF (if it isn't already one), and then converts the PDF into raw pixel data: a huge list of of RGB color values for each page. Then, in a separate sandbox, dangerzone takes this pixel data and converts it back into a PDF.
|
Dangerzone works like this: You give it a document that you don't know if you can trust (for example, an email attachment). Inside of a sandbox, Dangerzone converts the document to a PDF (if it isn't already one), and then converts the PDF into raw pixel data: a huge list of of RGB color values for each page. Then, in a separate sandbox, Dangerzone takes this pixel data and converts it back into a PDF.
|
||||||
|
|
||||||
_Read more about dangerzone in the blog post [Dangerzone: Working With Suspicious Documents Without Getting Hacked](https://tech.firstlook.media/dangerzone-working-with-suspicious-documents-without-getting-hacked)._
|
_Read more about Dangerzone in the blog post [Dangerzone: Working With Suspicious Documents Without Getting Hacked](https://tech.firstlook.media/dangerzone-working-with-suspicious-documents-without-getting-hacked)._
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
- Download [dangerzone 0.1.4 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1.4/Dangerzone.0.1.4.dmg)
|
- Download [Dangerzone 0.1.5 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1.5/Dangerzone.0.1.5.dmg)
|
||||||
- Download [dangerzone 0.1.4 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1.4/Dangerzone.0.1.4.msi)
|
- Download [Dangerzone 0.1.5 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1.5/Dangerzone.0.1.5.msi)
|
||||||
- See [installing dangerzone](https://github.com/firstlookmedia/dangerzone/wiki/Installing-Dangerzone) on the wiki for Linux repositories
|
- 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`
|
You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone`
|
||||||
|
|
||||||
## Some features
|
## Some features
|
||||||
|
|
||||||
- Sandboxes don't have network access, so if a malicious document can compromise one, it can't phone home
|
- Sandboxes don't have network access, so if a malicious document can compromise one, it can't phone home
|
||||||
- Dangerzone can optionally OCR the safe PDFs it creates, so it will have a text layer again
|
- Dangerzone can optionally OCR the safe PDFs it creates, so it will have a text layer again
|
||||||
- Dangerzone compresses the safe PDF to reduce file size
|
- Dangerzone compresses the safe PDF to reduce file size
|
||||||
- After converting, dangerzone lets you open the safe PDF in the PDF viewer of your choice, which allows you to open PDFs and office docs in dangerzone by default so you never accidentally open a dangerous document
|
- After converting, Dangerzone lets you open the safe PDF in the PDF viewer of your choice, which allows you to open PDFs and office docs in Dangerzone by default so you never accidentally open a dangerous document
|
||||||
|
|
||||||
Dangerzone can convert these types of document into safe PDFs:
|
Dangerzone can convert these types of document into safe PDFs:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
from .container import container_main
|
from .container import container_main
|
||||||
|
|
||||||
dangerzone_version = "0.1.4"
|
dangerzone_version = "0.1.5"
|
||||||
|
|
||||||
# This is a hack for Windows and Mac to be able to run dangerzone-container, even though
|
# This is a hack for Windows and Mac to be able to run dangerzone-container, even though
|
||||||
# PyInstaller builds a single binary
|
# PyInstaller builds a single binary
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "dangerzone"
|
name = "dangerzone"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
description = "Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF"
|
description = "Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF"
|
||||||
authors = ["Micah Lee <micah.lee@theintercept.com>"]
|
authors = ["Micah Lee <micah.lee@theintercept.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue