Skip to content

Releases: adamhathcock/sharpcompress

0.32.2 - bug fixes

29 Jul 09:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.32.1...0.32.2

Some important zip fixes!

20 Jun 09:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.32...0.32.1

0.32

13 Jun 14:36
Compare
Choose a tag to compare

What's Changed

  • Add a net 6 target and make trimmable by @ds5678 in #652
  • Tar file mode, user and group by @Ryhon0 in #655
  • Added Split archive support with unit tests. … by @Nanook in #658
  • Dependency updates and start of enforcing some C# standards by @adamhathcock in #659
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #660
  • Added multipart Zip support (z01...). Added IEntry.IsSolid by @Nanook in #661
  • Properly integrated zip multivolume and general split support. by @Nanook in #662
  • Align behavour of 7Zip exception with encrypted filenames arc with rar when no password provided by @Nanook in #663
  • XZ decoding BCJ filters support by @louis-michelbergeron in #669

New Contributors

Full Changelog: 0.31...0.32

0.31 more fixes!

30 Mar 11:03
Compare
Choose a tag to compare

What's Changed

  • Rar2 fix with new unit tests that fail on previous build. by @Nanook in #638
  • Update Adler32 from ImageSharp v2.1.0 by @loop-evgeny in #651

New Contributors

Full Changelog: 0.30.1...0.31

0.30.1 - Zlib fix

22 Nov 09:58
8d17d09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.30.0...0.30.1

0.30 - Legacy Framework is back!

02 Oct 14:41
a1e7c00
Compare
Choose a tag to compare

I accepted a PR to add net461 back as there's still multi-targetting issues. I guess .NET Standard 2.0 never really worked out.

Included that and a fix:

  • Add net461 target to clean up issues with system.* nuget dependencies #621
  • Fix for chunked read for ZLibBaseStream #616

https://www.nuget.org/packages/SharpCompress/0.30.0

0.29.0 - minor behavior change and fixes

12 Sep 08:06
ea5c8dc
Compare
Choose a tag to compare

Two minor fixes from contributors and a behavior fix for extraction. Now the destination directory has to exist before extracting will be allowed.

  • Bugfix for TarWriter - too much padding in large files - #610
  • Allowing to seek empty zip files - #611
  • Ensure destination directory exists - #614

More good fixes!

04 Jun 12:45
Compare
Choose a tag to compare
  • #601 Write ZIP64 End of Central Directory only if needed.
  • #596 - Conditionally parse Zip64 extra field based on specification
  • #592 - Downgrade System.Memory to fix buffer version issue

Minor bug fixes

25 Apr 08:31
Compare
Choose a tag to compare

Two issues found and squashed

  • #593 - ReadFully used by pkware encryption didn’t like spans
  • #579 - Do not place extension classes in common namespace

Recursive call fix

18 Feb 08:34
Compare
Choose a tag to compare
  • Fix for "old" callers (Windows, NET Standard 2.0) and a recursive call introduced in 0.28 - 020f862

  • New: 7ZIp encryption flag working: #572