mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Version bump to 0.1.2 and update changelog
This commit is contained in:
parent
34f3bd4adf
commit
e798da9a99
4 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## dangerzone 0.1.2 (Linux only)
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
from .container import container_main
|
from .container import container_main
|
||||||
|
|
||||||
dangerzone_version = "0.1.1"
|
dangerzone_version = "0.1.2"
|
||||||
|
|
||||||
# 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,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='windows-1252'?>
|
<?xml version='1.0' encoding='windows-1252'?>
|
||||||
<?define ProductVersion = "0.1.1"?>
|
<?define ProductVersion = "0.1.2"?>
|
||||||
<?define ProductUpgradeCode = "12b9695c-965b-4be0-bc33-21274e809576"?>
|
<?define ProductUpgradeCode = "12b9695c-965b-4be0-bc33-21274e809576"?>
|
||||||
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
||||||
<Product Name="Dangerzone" Manufacturer="First Look Media" Id="f40ff0a9-ebf8-4e1e-9bce-6ab5c74fe119" UpgradeCode="$(var.ProductUpgradeCode)" Language="1033" Codepage="1252" Version="$(var.ProductVersion)">
|
<Product Name="Dangerzone" Manufacturer="First Look Media" Id="f40ff0a9-ebf8-4e1e-9bce-6ab5c74fe119" UpgradeCode="$(var.ProductUpgradeCode)" Language="1033" Codepage="1252" Version="$(var.ProductVersion)">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "dangerzone"
|
name = "dangerzone"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
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