Skip to content

Releases: fls-bioinformatics-core/ngsarchiver

ngsarchiver 1.10.0

07 Feb 16:21
e776493
Compare
Choose a tag to compare

What's Changed

  • Fix unpacking compressed archive when owner doesn't have 'rw' permission on some files/directories by @pjbriggs in #69
  • Fix missing top level directory timestamp and mode data when making archives by @pjbriggs in #70
  • Remove the redundant 'make_empty_archive' function by @pjbriggs in #71
  • ngsarchiver version 1.10.0 by @pjbriggs in #72

Full Changelog: 1.9.0...1.10.0

ngsarchiver 1.9.0

24 Jan 14:14
2dbe8b3
Compare
Choose a tag to compare

What's Changed

  • 'make_archive_dir' explicitly set read-write permissions on archive directory by @pjbriggs in #65
  • Change spelling of "[un]writeable" to "[un]writable" by @pjbriggs in #66
  • 'archive' command refuses if source has unreadable content (even with --force) by @pjbriggs in #67
  • ngsarchiver version 1.9.0 by @pjbriggs in #68

Full Changelog: 1.8.3...1.9.0

ngsarchiver 1.8.3

07 Jan 12:18
5850126
Compare
Choose a tag to compare

What's Changed

  • Fix archiving of empty top-level subdirectories for multi-subdir & multi-project runs by @pjbriggs in #62
  • Fix incorrect description for the CLI 'extract' command unit test by @pjbriggs in #63
  • ngsarchiver version 1.8.3 by @pjbriggs in #64

Full Changelog: 1.8.2...1.8.3

ngsarchiver 1.8.2

16 Dec 11:58
cdf556d
Compare
Choose a tag to compare

What's Changed

  • Fix check on support for case sensitive filenames in 'unpack' command by @pjbriggs in #60
  • ngsarchiver version 1.8.2 by @pjbriggs in #61

Full Changelog: 1.8.1...1.8.2

ngsarchiver 1.8.1

13 Dec 17:15
24c7aac
Compare
Choose a tag to compare

What's Changed

  • 'extract' command: fix bug with duplicated matches by @pjbriggs in #57
  • Fix bug in 'unpack' for compressed archives with names not ending in '.archive' by @pjbriggs in #58
  • ngsarchiver version 1.8.1 by @pjbriggs in #59

Full Changelog: 1.8.0...1.8.1

ngsarchiver 1.8.0

11 Dec 12:24
8517e27
Compare
Choose a tag to compare

What's Changed

  • Add extra information to metadata and READMEs for compressed and copy archives by @pjbriggs in #53
  • 'unpack' checks destination supports symlinks and case-sensitive filenames by @pjbriggs in #54
  • 'info' command also reports unwriteable files by @pjbriggs in #55
  • ngsarchiver version 1.8.0 by @pjbriggs in #56

Full Changelog: 1.7.0...1.8.0

ngsarchiver 1.7.0

02 Dec 16:03
1eaaa85
Compare
Choose a tag to compare

What's Changed

  • Update the command help and ordering in the CLI by @pjbriggs in #45
  • Add unpacking instructions to compressed archive README files by @pjbriggs in #46
  • Update stdout messaging for verfication in "unpack" command by @pjbriggs in #47
  • Fix 'verify_copy' method for CopyArchiveDirectory class by @pjbriggs in #48
  • Add tree file to compressed archive directory by @pjbriggs in #49
  • Add '.txt' extension to archive directory README files by @pjbriggs in #50
  • Add plain text file list to compressed archive directories by @pjbriggs in #51
  • ngsarchiver version 1.7.0 by @pjbriggs in #52

Full Changelog: 1.6.0...1.7.0

ngsarchiver 1.6.0

28 Nov 11:34
8182676
Compare
Choose a tag to compare

What's Changed

  • Add "source date" to archiver metadata in archive directories by @pjbriggs in #42
  • Add README files to compressed and copy archive directories by @pjbriggs in #43
  • ngsarchiver version 1.6.0 by @pjbriggs in #44

Full Changelog: 1.5.0...1.6.0

ngsarchiver 1.5.0

22 Nov 12:36
b3153e5
Compare
Choose a tag to compare

What's Changed

  • Add trailing slash to directory paths in manifest files by @pjbriggs in #40
  • ngsarchiver version 1.5.0 by @pjbriggs in #41

Full Changelog: 1.4.0...1.5.0

ngsarchiver 1.4.0

21 Nov 12:21
bb935e3
Compare
Choose a tag to compare

What's Changed

  • Standardise metadata files between "compressed" and "copy" archive formats by @pjbriggs in #35
  • Add header line to archive directory manifest files by @pjbriggs in #36
  • Enable 'verify_copy' method of Directory class to ignore specified paths by @pjbriggs in #37
  • Add 'CopyArchiveDirectory' class to handle copy archives by @pjbriggs in #38
  • ngsarchiver version 1.4.0 by @pjbriggs in #39

Full Changelog: 1.3.1...1.4.0