diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b0718..29deef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d37aef4..8ec9776 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index 78ce7f8..f1dc74d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/assets/screenshot.png b/assets/screenshot.png deleted file mode 100644 index 0f5eeb9..0000000 Binary files a/assets/screenshot.png and /dev/null differ diff --git a/assets/screenshot1.png b/assets/screenshot1.png new file mode 100644 index 0000000..f2c06ea Binary files /dev/null and b/assets/screenshot1.png differ diff --git a/assets/screenshot2.png b/assets/screenshot2.png new file mode 100644 index 0000000..623eb0e Binary files /dev/null and b/assets/screenshot2.png differ diff --git a/pyproject.toml b/pyproject.toml index 2e6594f..b9a2b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/share/version.txt b/share/version.txt index 0c62199..be58634 100644 --- a/share/version.txt +++ b/share/version.txt @@ -1 +1 @@ -0.2.1 +0.3