mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update readme and release docs
This commit is contained in:
parent
15f1166bc7
commit
5c3cf39ecf
2 changed files with 5 additions and 2 deletions
|
@ -10,10 +10,12 @@ _Read more about dangerzone in the blog post [Dangerzone: Working With Suspiciou
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
- Download [dangerzone 0.1 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1/Dangerzone.0.1.dmg)
|
- Download [dangerzone 0.1.1 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1.1/Dangerzone.0.1.1.dmg)
|
||||||
- Download [dangerzone 0.1 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1/Dangerzone.0.1.msi)
|
- Download [dangerzone 0.1.1 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.1.1/Dangerzone.0.1.1.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 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
|
||||||
|
|
|
@ -9,6 +9,7 @@ Before making a release, all of these should be complete:
|
||||||
* Update `version` in `pyproject.toml`
|
* Update `version` in `pyproject.toml`
|
||||||
* Update `dangerzone_version` in `dangerzone/__init__.py`
|
* Update `dangerzone_version` in `dangerzone/__init__.py`
|
||||||
* Update `ProductVersion` in `install/windows/Dangerzone.wxs`
|
* Update `ProductVersion` in `install/windows/Dangerzone.wxs`
|
||||||
|
* Update version and download links in `README.md`
|
||||||
* CHANGELOG.md should be updated to include a list of all major changes since the last release
|
* CHANGELOG.md should be updated to include a list of all major changes since the last release
|
||||||
* There must be a PGP-signed git tag for the version, e.g. for dangerzone 0.1.0, the tag must be `v0.1.0`
|
* There must be a PGP-signed git tag for the version, e.g. for dangerzone 0.1.0, the tag must be `v0.1.0`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue