Unrpa Versions Save

A program to extract files from the RPA archive format.

1.5

6 years ago

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

7 years ago

1.4.1

9 years ago

Changes:

  • Bug: Encode item names in UTF-8 to avoid crashes where names contain non-ascii characters.

1.4

9 years ago

Old release, added purely for record-keeping.

Changes:

  • Bug: Fixed subdirectory creation when extracting.

1.3

9 years ago

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

9 years ago

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

9 years ago

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.