Releases: Lattyware/unrpa
Releases · Lattyware/unrpa
1.5 - Python 3, Progress, Continue on error.
Changes:
- unrpa now requires Python 3.x
-v
now shows progress as a percentage of files extracted. (#6)
- Added
--continue-on-error
flag to continue extraction when something goes wrong. (#3)
1.4.2: Bugfix for incorrect offset/key values in some archives.
1.4.1 Bugfix release for unicode file names.
Changes:
- Bug: Encode item names in UTF-8 to avoid crashes where names contain non-ascii characters.
1.4
Old release, added purely for record-keeping.
Changes:
- Bug: Fixed subdirectory creation when extracting.
1.3
Old release, added purely for record-keeping.
Changes:
- Bug: Presumed that the RPA archive would use the path seperator of the system. Broke under some circumstances.
1.2
Old release, added purely for record-keeping.
Changes:
- Bug: Presumed a forwards slash in the make_directory_structure function, Broke under windows when using --mkdir.
1.1
Old release, added purely for record-keeping.
First version on GitHub.
Changes:
Bug: Crash upon listing files when in verbose mode.
Bug: A few extra bytes were appended to the end of every file.