LibRay/CHANGELOG.md

22 lines
809 B
Markdown
Raw Permalink Normal View History

2019-06-07 09:00:03 +02:00
# Changelog
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/).
## [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`.
2019-06-07 09:00:03 +02:00
## [0.0.1] - 2019-05-16
### Added
- Manually loading .ird files with `-k` (for 'key')
- Automatic downloading of .ird files when not given (currently only from jonnysp.bplaced.net)
- Successful decryption of a PS3 .iso with .ird when path to encrypted .iso is given with `-i`
2019-06-07 09:00:03 +02:00
- Manually specify output .iso file with `-o` (default is 'output.iso')
- Verbosity with `-v`
- Helptext with `-h` (automatically generated by argparse)
- Other relevant things: README, COPYING, etc.