LibRay/CHANGELOG.md
Nichlas Severinsen c3b90319eb Release 0.0.5
2020-08-03 19:53:09 +02:00

40 lines
1.3 KiB
Markdown

# 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.5] - 2020-08-03
### Fixed
- Issue #4: fix broken progressbar
- Don't download the .ird if it already exists
- Don't show progressbar if --quiet flag is set
## [0.0.4] - 2020-08-03
### Fixed
- Build
## [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`
## [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`
- 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.