Version bump to 0.3

This commit is contained in:
Micah Lee 2021-11-24 10:27:13 -08:00
parent cbdb741f7b
commit 317f2a03b5
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
8 changed files with 13 additions and 9 deletions

View file

@ -1,5 +1,10 @@
# Change Log
## Dangerzone 0.3
- Removes the need for internet access by shipping the Dangerzone container image directly with the software
- Friendly user experience with a progress bar
## Dangerzone 0.2.1
- Switch from Docker to Podman for Linux

View file

@ -2,7 +2,8 @@
Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.
![Screenshot](./assets/screenshot.png)
![Settings](./assets/screenshot1.png)
![Converting](./assets/screenshot2.png)
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.
@ -10,8 +11,8 @@ _Read more about Dangerzone in the blog post [Dangerzone: Working With Suspiciou
## Getting started
- Download [Dangerzone 0.2.1 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.2/Dangerzone-0.2.dmg)
- Download [Dangerzone 0.2.1 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.2/Dangerzone-0.2.msi)
- 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)
- 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`
@ -40,6 +41,4 @@ Dangerzone can convert these types of document into safe PDFs:
Dangerzone was inspired by [Qubes trusted PDF](https://blog.invisiblethings.org/2013/02/21/converting-untrusted-pdfs-into-trusted.html), but it works in non-Qubes operating systems. It uses containers as sandboxes instead of virtual machines (using Docker for macOS, Windows, and Debian/Ubuntu, and [podman](https://podman.io/) for Fedora).
Set up a development environment by following [these instructions](/BUILD.md).
The git repository for the container is called [dangerzone-converter](https://github.com/firstlookmedia/dangerzone-converter).
Set up a development environment by following [these instructions](/BUILD.md).

View file

@ -8,7 +8,7 @@ Before making a release, all of these should be complete:
- [ ] Update `version` in `pyproject.toml`
- [ ] Update `share/version.txt`
- [ ] Update version and download links in `README.md`
- [ ] Update version and download links in `README.md`, and screenshot if necessary
- [ ] CHANGELOG.md should be updated to include a list of all major changes since the last release
- [ ] Test CircleCI Linux builds: Look in `.circleci/config.yml`, manually try each build in docker, and add new platforms and remove obsolete platforms
- [ ] Create a test build in Windows and make sure it works

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

BIN
assets/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

BIN
assets/screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "dangerzone"
version = "0.2.1"
version = "0.3"
description = "Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF"
authors = ["Micah Lee <micah.lee@theintercept.com>"]
license = "MIT"

View file

@ -1 +1 @@
0.2.1
0.3