Skip to content

Releases: OutpostUniverse/OP2Archive

Version 1.2.2

17 Nov 01:34
6634eff
Compare
Choose a tag to compare

Version 1.2.2 (16 Nov 2019)

  • Bug Fix: Make the ADD and REMOVE command work again.
  • Bug Fix: Allow the CREATE command to work when adding the contents of a directory to a new volume.
  • Bug Fix: Prevent adding a volume to itself.
  • Bug Fix: Make error messages show filename when problems arise parsing files for inclusion in a CLM.

OP2Archive Ver1.2.1

20 Aug 01:54
Compare
Choose a tag to compare

Version 1.2.1 (19 Aug 2019)

  • Bug Fix: Allow creating archives in new directories
  • Bug Fix: Stop attempting to open directories that appear to have proper extensions (IE a directory named archive.vol)
  • Bug Fix: Stop attempting to package subdirectories into an archive (The subdirectory itself was being added, not the contents of the subdirectory)
  • Numerous other directory traversal fixes brought in from updated OP2Utility

OP2Archive Ver1.2.0

04 Nov 12:29
Compare
Choose a tag to compare

Version 1.2.0 (04 Nov 2018)

  • Provide both an x86 and x64 Windows build.
  • Remove Windows specific dependencies from code base (may now be compiled for use on Linux).
  • Remove .clm and .vol template files from application download (no longer required).
  • Bug Fix: Allow providing filenames out of alphabetical order when CREATE is used.
  • Bug Fix: Align the internal name sorting algorithm to align with the Outpost 2 binary search.
  • Bug Fix: Reject filenames that contain non-ASCII characters (prevents sort discrepancies with Outpost 2 binary search).
  • Generally improve error handling messaging.
  • Rewrite sections of the ReadMe.

OP2Archive Ver1.1.0

30 Jan 08:12
Compare
Choose a tag to compare

Force filenames to be listed alphabetically inside archives and other bug fixes.

Version 1.1.0 (07 Nov 2017)

  • Bug Fix and Feature Change: Sort all filenames alphabetically during CREATE command.
  • Error Handling: Attempting to CREATE a repository that would contain 2 files with the same name results in an error message.
  • Error Handling: Attempting to EXTRACT a directory from an Archive results in an error message.
  • General code cleaning.

OP2Archive Ver1.0.2

16 Jan 17:30
Compare
Choose a tag to compare

Bugfix release for OP2Archive.

Version 1.0.2 (16 Jan 2018)

  • Fix a fatal crash when attempting to extract a directory from a volume file. (Extracting directories from volume files is not possible, but the program should not crash if attempted).

OP2Archive Ver1.0.1

08 Nov 02:52
Compare
Choose a tag to compare

Added MIT License to OP2Archive. Improved debugging support by including PDB file.

Version 1.0.1 (07 Nov 2017)

  • Add License.txt to project and downloads.
  • Update ReadMe.txt and DeveloperReadMe.txt to reference License.txt.
  • Improve Post Build Script to include zipping PDB file.