From adc4ff9bb80d03c18a4e32f64d15427f17487270 Mon Sep 17 00:00:00 2001 From: Nichlas Severinsen Date: Mon, 3 Aug 2020 11:25:03 +0200 Subject: [PATCH] Release 0.0.3 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f9db2..e8347cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,15 @@ 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/). -## [Unreleased] +## [0.0.3] - 2020-08-03 ### Changed - Default output iso name is game_id.iso instead of output.iso - Added quiet mode, enabled with the -q or --quiet flag argument - Added the ability to manually specify decryption key with -d or --decryption-key +### Fixed +- Fix Windows install bug by switching from pycrypto to pycryptodome + ## [0.0.2] - 2019-07-07 ### Added/Fixed - Decrypting block devices directly (eg. cd/dvd/bd drive) instead of .iso files. For example `-i /dev/sg0` or `-i /dev/sr0` diff --git a/setup.py b/setup.py index 3cf453e..401dd41 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name="libray", - version="0.0.2", + version="0.0.3", description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs', author="Nichlas Severinsen", author_email="ns@nsz.no",