mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Bump version to 0.4.1
This release brings a split in the MacOS binaries, since we now have separate ones for Intel and Apple Silicon architectures, so we must reflect this in the README as well.
This commit is contained in:
parent
d6ffa0ea2e
commit
70a2e710d6
4 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [Dangerzone 0.4.1]
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -12,8 +12,9 @@ _Read more about Dangerzone in the [official site](https://dangerzone.rocks/abou
|
|||
|
||||
## Getting started
|
||||
|
||||
- Download [Dangerzone 0.4.0 for Mac](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.0/Dangerzone-0.4.0.dmg)
|
||||
- Download [Dangerzone 0.4.0 for Windows](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.0/Dangerzone-0.4.0.msi)
|
||||
- Download [Dangerzone 0.4.1 for Mac (Apple Silicon CPU)](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.1/Dangerzone-0.4.1-arm64.dmg)
|
||||
- Download [Dangerzone 0.4.1 for Mac (Intel CPU)](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.1/Dangerzone-0.4.1-i686.dmg)
|
||||
- Download [Dangerzone 0.4.1 for Windows](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.1/Dangerzone-0.4.1.msi)
|
||||
- See [installing Dangerzone](INSTALL.md) for Linux repositories
|
||||
|
||||
You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "dangerzone"
|
||||
version = "0.4.1-rc3"
|
||||
version = "0.4.1"
|
||||
description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs"
|
||||
authors = ["Freedom of the Press Foundation <info@freedom.press>", "Micah Lee <micah.lee@theintercept.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.4.1-rc3
|
||||
0.4.1
|
||||
|
|
Loading…
Reference in a new issue