Add -d and -q

This commit is contained in:
Nichlas Severinsen 2019-11-03 14:49:24 +01:00
parent d229015710
commit 0fe0b1d05a
6 changed files with 96 additions and 68 deletions

View file

@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### 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
## [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`.
- Decrypting block devices directly (eg. cd/dvd/bd drive) instead of .iso files. For example `-i /dev/sg0` or `-i /dev/sr0`
## [0.0.1] - 2019-05-16
### Added