Skip to content

Releases: Lattyware/unrpa

1.5 - Python 3, Progress, Continue on error.

04 Oct 22:24
bdec8e1
Compare
Choose a tag to compare

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.

03 Apr 20:14
Compare
Choose a tag to compare

1.4.1 Bugfix release for unicode file names.

13 Dec 12:11
Compare
Choose a tag to compare

Changes:

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

1.4

13 Dec 11:34
Compare
Choose a tag to compare
1.4

Old release, added purely for record-keeping.

Changes:

  • Bug: Fixed subdirectory creation when extracting.

1.3

13 Dec 11:32
Compare
Choose a tag to compare
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

13 Dec 11:29
Compare
Choose a tag to compare
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

13 Dec 11:28
Compare
Choose a tag to compare
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.